[fix] 修复远程查询用户信息的前缀缺失
parent
1204c39917
commit
db1f8a49e3
|
|
@ -29,7 +29,7 @@ public interface RemoteUserService
|
|||
* @param source 请求来源
|
||||
* @return 结果
|
||||
*/
|
||||
@GetMapping("/detail/{userId}")
|
||||
@GetMapping("/user/detail/{userId}")
|
||||
public R<LoginUser> infoById(@PathVariable("userId") Long userId, @RequestHeader(SecurityConstants.FROM_SOURCE) String source);
|
||||
/**
|
||||
* 通过用户名查询用户信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue