From ca4d537c4065315be5c5c27cdef733fc383c4b74 Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang@960204@163.com>
Date: 星期四, 13 十一月 2025 08:02:24 +0800
Subject: [PATCH] fix:新分支

---
 src/main/resources/application.yml |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 9d9e80c..6e8ddc0 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -54,7 +54,7 @@
   #鍙璐﹀彿鐨勫瘑鐮�
   guestAccountPwd: 111111
   #閫氫俊token锛宎gent绔拰姝や繚鎸佷竴鑷�
-  wgToken: wgcloud
+  wgToken: tssw
   #姣忛〉鏄剧ず澶氬皯鏉℃暟鎹紝寤鸿涓嶅皬浜�10
   pageSize: 20
   #鏄惁寮�鍚痺eb ssh瀹㈡埛绔紝yes寮�鍚紝no鍏抽棴
@@ -191,4 +191,25 @@
   #鏄惁灏嗗憡璀﹀唴瀹硅浆涓簎nicode锛寉es鏄紝no鍚︼紝鍦╳indows鎵ц鍛婅鑴氭湰鏃讹紝涓�鑸渶瑕佽浆鐮侊紝鍚﹀垯鎺ュ彈鍒颁細鏄贡鐮�
   warnToUnicode: no
 
+donghuan:
+  ip: ip:port
+  loginUrl: /collect/api/login
+  deviceClassUrl: /collect/api/deviceClass/findAll
+  intelligentUrl: /collect/api/intelligent/findAll
+  findDevice: /collect/api/device/findDevice
+  findDeviceVar: /collect/api/device/findDeviceVar
+  findControlByDeviceId: /collect/api/realData/findControlByDeviceId
+  control: /collect/api/device/control
+  findValueByDeviceId: /collect/api/realData/findValueByDeviceId
+  findValueByIntelligentId: /collect/api/realData/findValueByIntelligentId
+  findValueByStationId: /collect/api/realData/findValueByStationId
+  meterDatas: /collect/api/realData/meterDatas
+  varDatas: /collect/api/realData/varDatas
+  alarm: /collect/api/alarm/findByPage
+
+router:
+  routerHost: 192.168.1.1
+  routerUsername: xxxxx
+  routerPassword: xxxxx
+
 

--
Gitblit v1.9.1