1、完善积分充值
2、升级积分扣除机制 3、优化部分代码
This commit is contained in:
@@ -26,4 +26,8 @@ public interface CreditsService extends IService<CreditsDetail> {
|
||||
PageBaseResponse<CreditsDetail> queryCreditsDetailsPage(QueryIncomeOrExpenditureDTO queryPageByTimeDTO);
|
||||
|
||||
Boolean checkCredits(Long accountId, CreditsEventsEnum event, Integer num);
|
||||
|
||||
Boolean creditsPreDeduction(CreditsEventsEnum event, Integer num);
|
||||
|
||||
void taskCreditsDeduction(Long accountId, String taskId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user