소스 검색

注册证版

yaorongkeji 6 달 전
부모
커밋
39a7fda4a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hcp-core/src/main/java/com/yingyangfly/core/service/impl/AppUserService.java

+ 1 - 1
hcp-core/src/main/java/com/yingyangfly/core/service/impl/AppUserService.java

@@ -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("请不要频繁发送验证码");
         }