cloud-server-account/src/main/java/com/dsh/account/service/impl/TAppUserServiceImpl.java
@@ -140,7 +140,14 @@ } } String numberRandom = UUIDUtil.getNumberRandom(6); aLiSendSms.sendSms(phone, "SMS_161275250", "{\"code\":\"" + numberRandom + "\"}"); String templateCode = ""; if(type == 1 || type == 2){ templateCode = "SMS_161275250"; } if(type == 3 || type == 4){ templateCode = "SMS_160960014"; } aLiSendSms.sendSms(phone, templateCode, "{\"code\":\"" + numberRandom + "\"}"); redisUtil.setStrValue(phone, numberRandom, 300); return ResultUtil.success(); }