|
@@ -39,7 +39,7 @@ public class CommonUserController {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@PostMapping("/resetPassword")
|
|
@PostMapping("/resetPassword")
|
|
- public String resetPassword(CommonUser commonUser) throws ServiceException {
|
|
|
|
|
|
+ public String resetPassword(@RequestBody CommonUser commonUser) throws ServiceException {
|
|
return commonUserService.resetPassword(commonUser);
|
|
return commonUserService.resetPassword(commonUser);
|
|
}
|
|
}
|
|
|
|
|