fix 修复个人信息手机号码参数错误

This commit is contained in:
疯狂的狮子Li
2026-03-24 11:06:25 +08:00
parent a556f1e6f1
commit c53d863bd9
10 changed files with 45 additions and 54 deletions

View File

@@ -48,11 +48,11 @@ public interface RemoteUserService {
/**
* 通过手机号查询用户信息
*
* @param phonenumber 手机号
* @param phoneNumber 手机号
* @return 结果
*/
@GetMapping("/get-by-phonenumber")
LoginUser getUserInfoByPhonenumber(@RequestParam String phonenumber) throws UserException;
LoginUser getUserInfoByPhoneNumber(@RequestParam String phoneNumber) throws UserException;
/**
* 通过邮箱查询用户信息