From 1883a98aaf5c6fba5e3ef9c2966932b9ac170457 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 31 十月 2025 13:55:47 +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