查询各平台交易记录
This commit is contained in:
@@ -17,11 +17,11 @@ public interface PaymentInfoService extends IService<PaymentInfo> {
|
||||
|
||||
void createPaymentInfo(String plainText);
|
||||
|
||||
void createPaymentInfoForAliPay(Map<String, String> params);
|
||||
void createPaymentInfoForAliPay(Map<String, String> params, String type);
|
||||
|
||||
void createPaymentInfoForPayPal(Order order);
|
||||
void createPaymentInfoForPayPal(Order order, String type);
|
||||
|
||||
void createPaymentInfoForAliPayHK(AlipayHKCallbackDTO alipayHKCallbackDTO);
|
||||
void createPaymentInfoForAliPayHK(AlipayHKCallbackDTO alipayHKCallbackDTO, String type);
|
||||
|
||||
PaymentInfo createOrUpdatePaymentInfoForStripe(Invoice invoice);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user