|
@@ -101,7 +101,7 @@ public class SmsServiceImpl implements ISmsService {
|
|
|
|
|
|
if (Strings.isNotBlank(user.getMobile()) && user.getMobileBindTime() != null
|
|
|
&& ChronoUnit.DAYS.between(user.getMobileBindTime(), LocalDateTime.now()) < 30) {
|
|
|
- throw new BaseException("玩家已经绑定过手机号, 不可重复操作");
|
|
|
+ return this.buildResultMap(Boolean.FALSE, "玩家已经绑定过手机号, 不可重复操作");
|
|
|
}
|
|
|
|
|
|
if (userService.count(new LambdaQueryWrapper<User>()
|