lingling
2025-03-20 4cb523bee320f335100c63df4c8f51ed09fca9eb
LifePayment/LifePayment.Domain/Ali/IAliPayApi.cs
@@ -11,5 +11,7 @@
        Task<AlipayTradePrecreateResponse> GetAliPayQRCode(GetPayQrCodeInput input);
        AlipayTradeQueryResponse OrderInQuiry(OrderInQuiryInput input);
        Task<AlipayTradeRefundResponse> TradeRefund(AlipayTradeRefundRequest input);
    }
}