|
|
@@ -198,7 +198,7 @@ public class JwtsUserController {
|
|
|
String phone = user.getPhone();
|
|
|
if(StringUtil.isNotEmpty(phone)){
|
|
|
// 将验证码发送给用户
|
|
|
- //boolean success = smsService.sendVerificationCode(phone, captCha);
|
|
|
+ boolean success = smsService.sendVerificationCode(phone, captCha);
|
|
|
captchaStore.put(captCha, System.currentTimeMillis());
|
|
|
messageResult.setResult(true);
|
|
|
messageResult.setData(captCha);
|