|
|
@ -73,7 +73,7 @@ public class SysProfileController extends BaseController
|
|
|
|
return prefix + "/resetPwd";
|
|
|
|
return prefix + "/resetPwd";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Log(title = "重置密码", businessType = BusinessType.UPDATE)
|
|
|
|
@Log(title = "重置密码", businessType = BusinessType.RESET)
|
|
|
|
@PostMapping("/resetPwd")
|
|
|
|
@PostMapping("/resetPwd")
|
|
|
|
@ResponseBody
|
|
|
|
@ResponseBody
|
|
|
|
public AjaxResult resetPwd(String oldPassword, String newPassword)
|
|
|
|
public AjaxResult resetPwd(String oldPassword, String newPassword)
|
|
|
|