From 32931984b492f1be668cc38435dfb0a259eaf218 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 30 九月 2025 14:27:09 +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