liushijie
2025-03-19 000ec1e8f616586358149b1da14a36f63f6dc604
LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs
@@ -21,6 +21,7 @@
        Task<ModelPayPrePayId> PayTransactionsJsAPI(ModelMiniPayRequest input);
        string GeneratePaySignByKey(string message);
        Task<WxPayDomesticRefundsReponse> WxPayDomesticRefunds(WxPayDomesticRefundsRequest input);
    }
}