|
|
@@ -765,7 +765,7 @@ public class AppUserService extends ServiceImpl<AppUserMapper, AppUser> implemen
|
|
|
redisClient.set("hcp:sms:mobile:"+mobile,random,120);
|
|
|
//存入redis
|
|
|
redisClient.set("hcp:mobile:" + mobile, random, 300);
|
|
|
- return ResultResponse.success(true);
|
|
|
+ return ResultResponse.success();
|
|
|
} else {
|
|
|
return ResultResponse.fail("请不要频繁发送验证码");
|
|
|
}
|