This commit is contained in:
张良(004796)
2024-01-18 10:14:01 +08:00
parent de796d8883
commit 7e6629cf36

View File

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