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