日志修改
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user