| | |
| | | ); |
| | | } |
| | | |
| | | /** 测试阿里支付 POST /api/user/enterpriseWallet/testAliPay */ |
| | | export async function testAliPay(body: API.TestAliPayCommand, options?: API.RequestConfig) { |
| | | return request<string>('/api/user/enterpriseWallet/testAliPay', { |
| | | /** 测试微信支付 POST /api/user/enterpriseWallet/testWeChatPay */ |
| | | export async function testWeChatPay(body: API.TestWeChatPayCommand, options?: API.RequestConfig) { |
| | | return request<boolean>('/api/user/enterpriseWallet/testWeChatPay', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json-patch+json', |