public interface UserInfoRemoteApi
| 限定符和类型 | 方法和说明 |
|---|---|
UserInfoDetailDTO |
remoteGetUserDetail(Long userId)
通过用户id获取用户的详细信息
|
@RequestMapping(value="/userInfoRemote/getUserDetail",
method=GET)
UserInfoDetailDTO remoteGetUserDetail(@RequestParam(value="userId")
Long userId)
Copyright © 2024. All rights reserved.