liusheng
2026-07-03 09f75e1b4ee21241940ad26b91462ea15c5e4f00
smartor/src/main/java/com/smartor/common/MtSubmitSmUtil.java
@@ -59,6 +59,7 @@
     */
    public Map<String, Object> submitSm(String destAddr, String content) {
        try {
            log.info("南华附一发送短信,destAddr:{},content:{}", destAddr, content);
            String date = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date());
            String hashHex = buildHashHex(accountName, password, date);