浏览代码

no message

FengChaoYu 1 天之前
父节点
当前提交
39a4cae376
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/gree/mall/contest/logic/SMSLogic.java

+ 1 - 1
src/main/java/com/gree/mall/contest/logic/SMSLogic.java

@@ -98,7 +98,7 @@ public class SMSLogic {
     public void sendSms(String mobile, String key, String vrifyCode, String sendType) throws Exception {
 
         if (mobile.equals("13000000000") && !profiles.equals("prd")) {
-            redisUtil.set(Constant.RedisPrefix.SMS + ":" + sendType + ":13000000000", 1234, 5 * 60);
+            redisUtil.set(Constant.RedisPrefix.SMS + ":" + sendType + ":13000000000", "1234", 5 * 60);
             return;
         }
         if (StringUtils.isNotBlank(key) && StringUtils.isNotBlank(vrifyCode)) {