From 588f577a14b2a51663d43f3bf2f303862d65b932 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 29 九月 2025 09:15:53 +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