Stripe支付--添加推广码功能及相应佣金计算

This commit is contained in:
2025-04-15 10:22:45 +08:00
parent d6c869727a
commit 0ba28588da
17 changed files with 416 additions and 31 deletions

View File

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