| | |
| | | }); |
| | | } |
| | | |
| | | /** 此处后端没有提供注释 POST /api/WxPayNotify/WxPayDomesticRefundsNotifyImp */ |
| | | export async function wxPayDomesticRefundsNotifyImp( |
| | | body: API.WxPayDomesticRefundsNotice, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<any>('/api/WxPayNotify/WxPayDomesticRefundsNotifyImp', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 微信支付回调通知 POST /api/WxPayNotify/WxRechargeNotify */ |
| | | export async function wxRechargeNotify( |
| | | body: API.WxRechargeNotifyInput, |