管理端密码修改问题

This commit is contained in:
shimingxy
2026-03-12 10:03:10 +08:00
parent 9a7ab1afd6
commit 1a2a5b0f9f

View File

@@ -206,7 +206,7 @@ public class UserInfoController {
@ResponseBody
@PostMapping(value="/changePassword", produces = {MediaType.APPLICATION_JSON_VALUE})
@PutMapping(value="/changePassword", produces = {MediaType.APPLICATION_JSON_VALUE})
public Message<?> changePassword(
@RequestBody ChangePassword changePassword,
@CurrentUser UserInfo currentUser) {