| | |
| | | Task<ModelPayPrePayId> PayTransactionsJsAPI(ModelMiniPayRequest input); |
| | | |
| | | string GeneratePaySignByKey(string message); |
| | | |
| | | |
| | | Task<WxPayDomesticRefundsReponse> WxPayDomesticRefunds(WxPayDomesticRefundsRequest input); |
| | | |
| | | Task<WxPayDomesticRefundsQueryReponse> WxPayDomesticRefundsQuery(string outTradeNo); |
| | | |
| | | Task WxPayTradeQuery(string outTradeNo); |
| | | |
| | | Task<WxPayTradeBillApplyReponse> WxPayTradeBillApply(WxPayTradeBillApplyRequest input); |
| | | |
| | | Task<WxPayTradeBillQueryReponse> WxPayTradeBillQuery(WxPayTradeBillQueryRequest input); |
| | | } |
| | | } |