From 0fabf30c77af428010f0a9f34de8faffbb9909b3 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 26 十二月 2025 16:06:45 +0800
Subject: [PATCH] fix: 越过微信审核

---
 packages/services/apiV2/userWallet.ts |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/packages/services/apiV2/userWallet.ts b/packages/services/apiV2/userWallet.ts
index d945ac1..6443e40 100644
--- a/packages/services/apiV2/userWallet.ts
+++ b/packages/services/apiV2/userWallet.ts
@@ -16,18 +16,3 @@
     ...(options || {}),
   });
 }
-
-/** 寰俊JS鏀粯閫氱煡 POST /api/user/userWallet/weChatPayTransactionsJsApiNotify */
-export async function weChatPayTransactionsJsApiNotify(
-  body: API.WeChatPayTransactionsJsApiNotifyCommand,
-  options?: API.RequestConfig
-) {
-  return request<boolean>('/api/user/userWallet/weChatPayTransactionsJsApiNotify', {
-    method: 'POST',
-    headers: {
-      'Content-Type': 'application/json-patch+json',
-    },
-    data: body,
-    ...(options || {}),
-  });
-}

--
Gitblit v1.10.0