소스 검색

no message

FengChaoYu 3 달 전
부모
커밋
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)) {