TASK:Stripe订阅,添加月付(经济版)及相应费用、积分的更新
This commit is contained in:
@@ -152,7 +152,7 @@ public interface AccountService extends IService<Account> {
|
||||
|
||||
Boolean collectQuestionnaires(String questionnaireInfo);
|
||||
|
||||
void refreshCreditsWeekly();
|
||||
void refreshCreditsMonthly();
|
||||
|
||||
List<Account> getExpiredUserBySystemUser(Integer systemUserNum);
|
||||
|
||||
@@ -227,7 +227,7 @@ public interface AccountService extends IService<Account> {
|
||||
|
||||
boolean updateAccountValidity(Long accountId, Long currentPeriodEnd);
|
||||
|
||||
void updateUserRoleAndCredits(Long accountId, String type);
|
||||
void updateUserRoleAndCredits(Long accountId, String orderNo);
|
||||
|
||||
Boolean updateUserInfo(UpdateUserInfoDTO updateUserInfoDTO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user