#IB8ZT6 认证平台无法修改密码

This commit is contained in:
shimingxy
2024-12-05 08:44:53 +08:00
parent a1a9fab6d6
commit 5bde3eafff
2 changed files with 55 additions and 64 deletions
@@ -58,7 +58,7 @@ public class ChangePasswodController {
return new Message<>(passwordPolicy);
}
@PostMapping(value = { "/changePassword" })
@PutMapping(value = { "/changePassword" })
public Message<ChangePassword> changePasswod(
@RequestBody ChangePassword changePassword,
@CurrentUser UserInfo currentUser) {