123
This commit is contained in:
@@ -41,7 +41,7 @@ public class UserAppController {
|
||||
return R.ok(currentUserManager.currentInfo());
|
||||
}
|
||||
|
||||
@GetMapping("/info")
|
||||
@GetMapping("/updateInfo")
|
||||
@Operation(summary = "当前用户信息(用于编辑用户的时候查询,带审核数据)")
|
||||
@Log(title = "当前用户信息", businessType = BusinessType.OTHER, isSaveDb = false)
|
||||
public R<CurrentUserUpdateInfoVo> currentUpdateInfo(){
|
||||
|
||||
Reference in New Issue
Block a user