mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-06-10 19:26:55 +08:00
管理端密码修改问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user