TASK:Stripe订阅,添加月付(经济版)及相应费用、积分的更新

This commit is contained in:
2025-08-25 15:02:34 +08:00
parent eebb790aeb
commit e45d572078
9 changed files with 220 additions and 159 deletions

View File

@@ -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);