lingling
2025-03-21 ff7920ed1f3b0ff3f4fccd97c4b31b80fb63b142
LifePayment/LifePayment.Domain/WeChat/IWxPayApi.cs
@@ -21,6 +21,11 @@
        Task<ModelPayPrePayId> PayTransactionsJsAPI(ModelMiniPayRequest input);
        string GeneratePaySignByKey(string message);
        Task<WxPayDomesticRefundsReponse> WxPayDomesticRefunds(WxPayDomesticRefundsRequest input);
        Task<WxPayTradeBillApplyReponse> WxPayTradeBillApply(WxPayTradeBillApplyRequest input);
        Task<WxPayTradeBillQueryReponse> WxPayTradeBillQuery(WxPayTradeBillQueryRequest input);
    }
}