This commit is contained in:
dute7liang
2024-01-14 15:33:36 +08:00
parent d5deaacfe8
commit 852b5e08de
3 changed files with 8 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ public class UserAppController {
return R.ok(currentUserManager.currentInfo());
}
@PostMapping("/update")
@Operation(summary = "修改当前用户信息")
public R<Boolean> userUpdate(@Validated @RequestBody UserUpdateReq res){