From d68d94ae29987d123c5c4e207ee65c713052348c Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 23 九月 2021 14:40:49 +0800 Subject: [PATCH] 2021-09-23 1.增加本地加密通信 --- HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs index 7028c70..5708458 100644 --- a/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs +++ b/HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs @@ -122,6 +122,10 @@ /// 璋冭瘯鏉冮檺鏄惁鎵撳紑 /// </summary> public bool debugPerm; + /// <summary> + /// 缃戝叧鏈湴閫氫俊鍔犲瘑Key锛屽悓涓�涓綇瀹� 瀵嗛挜鍒涘缓鍚庡氨涓嶅彉 + /// </summary> + public string localSecret; } } -- Gitblit v1.8.0