BUGFIX: 新建订阅时更新订阅不更新账号信息
This commit is contained in:
@@ -220,7 +220,7 @@ public interface AccountService extends IService<Account> {
|
||||
|
||||
Boolean unbindGoogle();
|
||||
|
||||
void updateAccountValidity(Long accountId, Long currentPeriodEnd);
|
||||
boolean updateAccountValidity(Long accountId, Long currentPeriodEnd);
|
||||
|
||||
void updateUserRoleAndCredits(Long accountId, String type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user