| | |
| | | ); |
| | | } |
| | | |
| | | /** 企业钱包转账 POST /api/user/enterpriseWallet/transferEnterpriseWallet */ |
| | | export async function transferEnterpriseWallet( |
| | | body: API.TransferEnterpriseWalletCommand, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<string>('/api/user/enterpriseWallet/transferEnterpriseWallet', { |
| | | /** 测试阿里支付 POST /api/user/enterpriseWallet/testAliPay */ |
| | | export async function testAliPay(body: API.TestAliPayCommand, options?: API.RequestConfig) { |
| | | return request<string>('/api/user/enterpriseWallet/testAliPay', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json-patch+json', |