BUGFIX:用户订阅后更新用户身份和积分
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user