头像上传

This commit is contained in:
liang.chao 2024-01-24 14:24:43 +08:00
parent 367ad3f33e
commit a171e0776d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class TokenController {
// 获取登录token
return R.ok(tokenService.createToken(userInfo));
} else {
return R.fail("验证码已过期,请刷新验证码");
return R.fail("验证码错误");
}
}