支付优化--修改积分购买相应功能
This commit is contained in:
@@ -17,9 +17,9 @@ public interface CreditsService extends IService<CreditsDetail> {
|
||||
|
||||
String getCredits(Long accountId);
|
||||
|
||||
void creditsRefund(Long accountId, Integer quantity);
|
||||
void creditsRefund(Long accountId, Integer quantity, String orderNo);
|
||||
|
||||
void insertToCreditsDetail(Long accountId, String changeEvent, String credits, String changeType);
|
||||
void insertToCreditsDetail(Long accountId, String changeEvent, String credits, String changeType, String orderNo);
|
||||
|
||||
PageBaseResponse<CreditsDetail> queryCreditsDetailsPage(QueryIncomeOrExpenditureDTO queryPageByTimeDTO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user