Update RestUserInfoController.java

This commit is contained in:
MaxKey 2021-02-26 18:15:02 +08:00
parent d00421ccfd
commit 44ccfaa1d5

View File

@ -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,