From 1219bbc5e2f999c65d8d8c83282777b468321fe0 Mon Sep 17 00:00:00 2001
From: wangrong <wangrong@shsening.com>
Date: 星期六, 25 七月 2026 19:34:39 +0800
Subject: [PATCH] 修改萤石云token获取

---
 build/cool/eps.d.ts |   54 ++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 34 insertions(+), 20 deletions(-)

diff --git a/build/cool/eps.d.ts b/build/cool/eps.d.ts
index 515ac13..79bbb11 100644
--- a/build/cool/eps.d.ts
+++ b/build/cool/eps.d.ts
@@ -3267,6 +3267,11 @@
 
 	interface BaseSysParam {
 		/**
+		 * 鑾峰緱缃戦〉鍐呭鐨勫弬鏁板��
+		 */
+		stringbykey(data?: any): Promise<any>;
+
+		/**
 		 * 鍒犻櫎
 		 */
 		delete(data?: any): Promise<any>;
@@ -3300,6 +3305,7 @@
 		 * 鏉冮檺鏍囪瘑
 		 */
 		permission: {
+			stringbykey: string;
 			delete: string;
 			update: string;
 			html: string;
@@ -3312,6 +3318,7 @@
 		 * 鏉冮檺鐘舵��
 		 */
 		_permission: {
+			stringbykey: boolean;
 			delete: boolean;
 			update: boolean;
 			html: boolean;
@@ -3569,6 +3576,11 @@
 		getYsDevices(data?: any): Promise<any>;
 
 		/**
+		 * 鑾峰彇绔欑偣鍒楄〃
+		 */
+		getSitelist(data?: any): Promise<any>;
+
+		/**
 		 * 鍒犻櫎
 		 */
 		delete(data?: any): Promise<any>;
@@ -3603,6 +3615,7 @@
 		 */
 		permission: {
 			getYsDevices: string;
+			getSitelist: string;
 			delete: string;
 			update: string;
 			info: string;
@@ -3616,6 +3629,7 @@
 		 */
 		_permission: {
 			getYsDevices: boolean;
+			getSitelist: boolean;
 			delete: boolean;
 			update: boolean;
 			info: boolean;
@@ -4072,25 +4086,6 @@
 			page: boolean;
 			add: boolean;
 		};
-
-		request: Request;
-	}
-
-	interface MonitorYs7 {
-		/**
-		 * getToken
-		 */
-		getToken(data?: any): Promise<any>;
-
-		/**
-		 * 鏉冮檺鏍囪瘑
-		 */
-		permission: { getToken: string };
-
-		/**
-		 * 鏉冮檺鐘舵��
-		 */
-		_permission: { getToken: boolean };
 
 		request: Request;
 	}
@@ -5138,6 +5133,25 @@
 		request: Request;
 	}
 
+	interface MonitorYs7 {
+		/**
+		 * getToken
+		 */
+		getToken(data?: any): Promise<any>;
+
+		/**
+		 * 鏉冮檺鏍囪瘑
+		 */
+		permission: { getToken: string };
+
+		/**
+		 * 鏉冮檺鐘舵��
+		 */
+		_permission: { getToken: boolean };
+
+		request: Request;
+	}
+
 	interface RequestOptions {
 		url: string;
 		method?: "OPTIONS" | "GET" | "HEAD" | "POST" | "PUT" | "DELETE" | "TRACE" | "CONNECT";
@@ -5177,7 +5191,6 @@
 		};
 		demo: { goods: DemoGoods; tenant: DemoTenant };
 		dict: { info: DictInfo; type: DictType };
-		monitor: { ys7: MonitorYs7 };
 		operation: { wastesale: OperationWastesale };
 		plugin: { info: PluginInfo };
 		push: {
@@ -5198,5 +5211,6 @@
 		space: { info: SpaceInfo; type: SpaceType };
 		task: { info: TaskInfo };
 		user: { address: UserAddress; info: UserInfo };
+		monitor: { ys7: MonitorYs7 };
 	};
 }

--
Gitblit v1.9.1