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