From c42614978ff12013a1eabebd0289b27169a5784f Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 06 五月 2025 17:25:56 +0800
Subject: [PATCH] 1、实现万功能token(0000-0000-1234-9876-5); 2、web端单独实现命令结果等待器,并相应修改相关部分; 3、web端实现透传命令; 4、修改一些不当注释; 5、优化一些代码。

---
 pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rd/src/main/resources/config.xml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rd/src/main/resources/config.xml b/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rd/src/main/resources/config.xml
new file mode 100644
index 0000000..b314ddd
--- /dev/null
+++ b/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rd/src/main/resources/config.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<config>
+	<server name="绗笁鏂规帴鍏ヤ腑闂翠欢" showStartInfo="true" company="http://www.dyjs.com"/>
+
+	<!--
+	flushDataFromSvInterval:鑾峰彇access_token闂撮殧锛堜竴灏忔椂锛�3600000锛夛紝鐩墠access_token鐨勬湁鏁堟湡閫氳繃杩斿洖鐨別xpire_in鏉ヤ紶杈撅紝鐩墠鏄�7200绉�(120鍒嗛挓銆佷袱涓皬鏃�)涔嬪唴鐨勫��
+	-->
+	<xjnk httpsBaseUrl="https://www.sshyun.com"
+		  appid="f34e4ac6be4441a6b7d13790313f22d0"
+		  secret="b691aef23bf944599963786862370346"
+		  flushDataFromSvInterval="3600000"
+	></xjnk>
+
+	<bjnl ip="210.12.220.75"
+		  port="15006"
+		  connectTimeout="3000"
+		  apikey="d3358a6a0270dbcd3017706c1062883fe6c0c45c"
+		  secretkey="58cf2e5319ab4341c93724f2141b5305414ca87e"
+		  heartBeatInterval = "120000"
+	></bjnl>
+</config>
\ No newline at end of file

--
Gitblit v1.8.0