修改密码
This commit is contained in:
@ -82,7 +82,7 @@ public class SysUserAppController extends BaseController {
|
|||||||
*/
|
*/
|
||||||
@RepeatSubmit()
|
@RepeatSubmit()
|
||||||
@PutMapping("/updatePassword")
|
@PutMapping("/updatePassword")
|
||||||
public R<Void> updatePassword(AppUserUpdatePasswordDto dto) {
|
public R<Void> updatePassword(@RequestBody AppUserUpdatePasswordDto dto) {
|
||||||
return toAjax(userService.appResetUserPwd(dto));
|
return toAjax(userService.appResetUserPwd(dto));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user