This commit is contained in:
chc
2022-10-21 11:27:28 +08:00
parent 5a1c6b9e7f
commit e8e2e8e315
4 changed files with 72 additions and 68 deletions

View File

@@ -78,7 +78,7 @@ public class StorePassportController {
if (tokenUser == null) {
throw new ServiceException(ResultCode.USER_NOT_LOGIN);
}
return ResultUtil.data(memberService.modifyPass(tokenUser.getId(), password, newPassword));
return ResultUtil.data(memberService.modifyPass(password, newPassword));
}
@ApiOperation(value = "刷新token")