mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
Update RestUserInfoController.java
This commit is contained in:
parent
d00421ccfd
commit
44ccfaa1d5
@ -67,7 +67,7 @@ public class RestUserInfoController {
|
|||||||
return userInfo;
|
return userInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(method = RequestMethod.POST)
|
@RequestMapping(value = "/changePassword",method = RequestMethod.POST)
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public String changePassword(
|
public String changePassword(
|
||||||
@RequestParam(required = true) String username,
|
@RequestParam(required = true) String username,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user