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/user.ts |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/packages/services/apiV2/user.ts b/packages/services/apiV2/user.ts
index df6fe54..99cf0de 100644
--- a/packages/services/apiV2/user.ts
+++ b/packages/services/apiV2/user.ts
@@ -251,21 +251,6 @@
   });
 }
 
-/** 淇濆瓨杩愯惀绔敤鎴� POST /api/user/user/saveOperationUser */
-export async function saveOperationUser(
-  body: API.SaveOperationUserCommand,
-  options?: API.RequestConfig
-) {
-  return request<string>('/api/user/user/saveOperationUser', {
-    method: 'POST',
-    headers: {
-      'Content-Type': 'application/json-patch+json',
-    },
-    data: body,
-    ...(options || {}),
-  });
-}
-
 /** 淇濆瓨鐢ㄦ埛閾惰鍗′俊鎭� POST /api/user/user/savePersonalUserBankCard */
 export async function savePersonalUserBankCard(
   body: API.SavePersonalUserBankCardCommand,

--
Gitblit v1.10.0