From f6e79627933c7b2ffa0bf8b3ad02e6b8ab43d69f Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 30 九月 2025 09:32:47 +0800 Subject: [PATCH] feat: 短信 --- src/services/api/enterpriseWallet.ts | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/src/services/api/enterpriseWallet.ts b/src/services/api/enterpriseWallet.ts index dc65418..3ccb9f2 100644 --- a/src/services/api/enterpriseWallet.ts +++ b/src/services/api/enterpriseWallet.ts @@ -330,15 +330,3 @@ } ); } - -/** 娴嬭瘯闃块噷鏀粯 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', - }, - data: body, - ...(options || {}), - }); -} -- Gitblit v1.9.1