From bfb3d0d4879dca8c59ff287c92f5113162f3a33a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 27 八月 2024 15:22:48 +0800 Subject: [PATCH] 代码备份 --- OnPro/HDL_ON/DAL/Server/NewApiRes.cs | 38 ++++++-------------------------------- 1 files changed, 6 insertions(+), 32 deletions(-) diff --git a/OnPro/HDL_ON/DAL/Server/NewApiRes.cs b/OnPro/HDL_ON/DAL/Server/NewApiRes.cs index 2d97f12..ab6f1ee 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鐗堟湰妫�娴� @@ -1230,7 +1204,7 @@ ///// </summary> //public string appName = SoftwareType.ON_Plus.ToString(); - public string appCode = "1588071238036582401"; + public string appCode = "1706565357768663041"; /// <summary> /// IOS銆丄ndroid /// </summary> -- Gitblit v1.8.0