From 633b138787c4d4c5744e37dcbe5ac59a628aeda8 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 09 九月 2025 14:50:44 +0800 Subject: [PATCH] feat: 钱包 --- packages/services/apiV2/enterpriseWallet.ts | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/packages/services/apiV2/enterpriseWallet.ts b/packages/services/apiV2/enterpriseWallet.ts index b03ba6d..f47a980 100644 --- a/packages/services/apiV2/enterpriseWallet.ts +++ b/packages/services/apiV2/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 || {}), - }); -} -- Gitblit v1.9.1