From 28af8fe24b23a958d365e40789dcf061e45056ad Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 22 九月 2023 11:25:16 +0800 Subject: [PATCH] 删除专线 --- OnPro/HDL_ON/DAL/Server/NewApiRes.cs | 36 +++++------------------------------- 1 files changed, 5 insertions(+), 31 deletions(-) diff --git a/OnPro/HDL_ON/DAL/Server/NewApiRes.cs b/OnPro/HDL_ON/DAL/Server/NewApiRes.cs index 2d97f12..8a88c0b 100644 --- a/OnPro/HDL_ON/DAL/Server/NewApiRes.cs +++ b/OnPro/HDL_ON/DAL/Server/NewApiRes.cs @@ -44,9 +44,9 @@ [System.Serializable] public class GlobalRegionListRes { - public string regionId; - public string regionName; - public string regionUrl; + public string regionId = "100000000000000001"; + public string regionName = "HDL China"; + public string regionUrl = "https://china-gateway.hdlcontrol.com"; } /// <summary> @@ -633,32 +633,6 @@ /// </summary> public bool gatewayStatus; - /// <summary> - /// 鏄惁鏀寔缇ゆ帶 - /// </summary> - public bool isSupportGroupControl = false; - - ///// <summary> - ///// - ///// </summary> - //public string gwFirmwareVersion; - - ///// <summary> - ///// - ///// </summary> - //public string projectName; - ///// <summary> - ///// - ///// </summary> - //public string userName; - ///// <summary> - ///// - ///// </summary> - //public string groupName; - ///// <summary> - ///// - ///// </summary> - //public string gatewayName; } @@ -1101,7 +1075,7 @@ /// <summary> /// 杞欢鏉ユ簮锛孍voyo銆丱N銆丱N_Plus /// </summary> - public string software = SoftwareType.ON_Plus.ToString(); + public string software = SoftwareType.RONG_AN.ToString(); /// <summary> /// 灏忓尯codes锛堜笉浼狅紝榛樿缁戝畾鎵�鏈変綇瀹呭拰灏忓尯鐨勬帹閫侊級 /// </summary> @@ -1211,7 +1185,7 @@ /// <summary> /// 杞欢鏉ユ簮锛孍voyo銆丱N銆丱N_Plus /// </summary> - public string appName = SoftwareType.ON_Plus.ToString(); + public string appName = SoftwareType.RONG_AN.ToString(); } #region APP鐗堟湰妫�娴� -- Gitblit v1.8.0