Stripe支付--添加推广码功能及相应佣金计算
This commit is contained in:
@@ -32,4 +32,6 @@ public interface PaymentInfoService extends IService<PaymentInfo> {
|
||||
void updatePaymentStatusById(Long id, String status, String content);
|
||||
|
||||
PageBaseResponse<OrderListVO> getPaymentInfo(QueryPageByTimeDTO queryPageByTimeDTO);
|
||||
|
||||
List<PaymentInfo> getPaymentInfoByPromCode(Long accountId, String promCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user