From 1a7e45eb20ccdb433df5b18e10aafbd34aad049a Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 31 十月 2025 13:53:49 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/typings.d.ts |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index c7ed9c7..1e9379a 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -118,8 +118,8 @@
   }
 
   interface APIgetEnterpriseWalletAccessSelectParams {
-    /** 鏌ヨ宸茬绾︿紒涓氶挶鍖呴�氶亾閫夋嫨鍣ㄦ暟鎹� */
-    request?: GetEnterpriseWalletAccessSelectQuery;
+    /** 渚涘簲鍟咺d */
+    supplierEnterpriseId?: string;
   }
 
   interface APIgetEnterpriseWalletExpandindirectOrderParams {
@@ -4654,8 +4654,6 @@
     /** 鏄惁宸查厤缃� */
     isConfigured?: boolean;
   }
-
-  type GetEnterpriseWalletAccessSelectQuery = Record<string, any>;
 
   interface GetEnterpriseWalletAccessSelectQueryOption {
     /** Id */

--
Gitblit v1.9.1