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