feat(用户): 用户身份信息接口路径修改
This commit is contained in:
parent
dd474da547
commit
e1b38d4815
@ -41,9 +41,9 @@ public class MemberActiveController extends BaseController {
|
||||
/**
|
||||
* 用户身份信息.
|
||||
*/
|
||||
@GetMapping("{userId}/identity")
|
||||
public UserIdentityVO getUserIdentity(@PathVariable("userId") Long userId) {
|
||||
return userIdentityService.getUserIdentity(userId);
|
||||
@GetMapping("/identity")
|
||||
public UserIdentityVO getUserIdentity(AppExtCommand cmd) {
|
||||
return userIdentityService.getUserIdentity(cmd.getReqUserId());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user