BUGFIX:用户订阅后更新用户身份和积分

This commit is contained in:
2024-12-27 14:29:07 +08:00
parent f45bd7acc4
commit ca4d75c63f
3 changed files with 42 additions and 10 deletions

View File

@@ -218,4 +218,8 @@ public interface AccountService extends IService<Account> {
Boolean unbindWeChat();
Boolean unbindGoogle();
void updateAccountValidity(Long accountId, Long currentPeriodEnd);
void updateUserRoleAndCredits(Long accountId, String type);
}