日志修改

This commit is contained in:
GYJ
2024-12-04 17:28:19 +08:00
parent 149eec4363
commit e8a2e9bee1
5 changed files with 139 additions and 124 deletions

View File

@@ -875,7 +875,7 @@ public class UserServiceImpl extends ServiceImpl<UserDao, UserEntity> implements
return getResult(userInfo);
} else {
if(StringUtils.isEmpty(msg)){
return Result.error("手机号未注册");
return Result.error("验证码不能为空");
}
Msg msg1 = msgDao.findByPhoneAndCode(phone, msg);
if(msg1==null){