src/services/api/enterpriseWallet.ts
@@ -310,18 +310,3 @@ } ); } /** 企业钱包转账 POST /api/user/enterpriseWallet/transferEnterpriseWallet */ export async function transferEnterpriseWallet( body: API.TransferEnterpriseWalletCommand, options?: API.RequestConfig ) { return request<string>('/api/user/enterpriseWallet/transferEnterpriseWallet', { method: 'POST', headers: { 'Content-Type': 'application/json-patch+json', }, data: body, ...(options || {}), }); }