init
This commit is contained in:
@@ -32,6 +32,7 @@ public class UserAppController {
|
||||
return R.ok(currentUserManager.currentInfo());
|
||||
}
|
||||
|
||||
|
||||
@PostMapping("/update")
|
||||
@Operation(summary = "修改当前用户信息")
|
||||
public R<Boolean> userUpdate(@Validated @RequestBody UserUpdateReq res){
|
||||
|
||||
Reference in New Issue
Block a user