|
@@ -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)) {
|