mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 10:46:38 +08:00
remove msgNum on SMSscript
This commit is contained in:
parent
6fe7737ddb
commit
d6e668a5ea
@ -41,7 +41,7 @@ public class SMSController {
|
|||||||
String hash = MD5Utils.getMD5Code(KEY + "@" + currentTime + "@" + randomNum);//生成MD5值
|
String hash = MD5Utils.getMD5Code(KEY + "@" + currentTime + "@" + randomNum);//生成MD5值
|
||||||
Map<String, Object> resultMap = new HashMap<>();
|
Map<String, Object> resultMap = new HashMap<>();
|
||||||
resultMap.put("hash", hash);
|
resultMap.put("hash", hash);
|
||||||
resultMap.put("msgNum",randomNum);
|
// resultMap.put("msgNum",randomNum);
|
||||||
resultMap.put("tamp", currentTime);
|
resultMap.put("tamp", currentTime);
|
||||||
return resultMap; //将hash值和tamp时间返回给前端
|
return resultMap; //将hash值和tamp时间返回给前端
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user