123
This commit is contained in:
@@ -72,7 +72,8 @@ public class UserAppController {
|
||||
@Operation(summary = "修改当前用户信息")
|
||||
@Log(title = "修改当前用户信息", businessType = BusinessType.OTHER, isSaveDb = false)
|
||||
public R<Boolean> userUpdate(@Validated @RequestBody UserUpdateReq res){
|
||||
return R.ok(currentUserManager.userUpdate(res));
|
||||
currentUserManager.userUpdate(res);
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
@PostMapping("/album/del")
|
||||
|
||||
Reference in New Issue
Block a user