海波 张
2025-06-24 112c9bd20afed95d582b7eb227075ab8d10cdd12
util/Settings.cs
@@ -17,6 +17,13 @@
        public static string TmDeviceIp { get; set; }
        //hosttoagv鉴权
        //public static string AppKey { get; set; }
        //public static string AppSecret { get; set; }
        public static int TmDevicePort { get; set; }
        public static List<safetyLocation> safetyLocations { get; set; }
@@ -100,7 +107,16 @@
                            {
                                EmptyPalletBufferArea = keyValue.Value.ToString();
                            }
                            //hosttoagv鉴权
                            //if (keyValue.Name == "AppKey")
                            //{
                            //    AppKey = keyValue.Value.ToString();
                            //}
                            //if (keyValue.Name == "AppSecret")
                            //{
                            //    AppSecret = keyValue.Value.ToString();
                            //}
                            if (keyValue.Name == "SafetyLocation")
                            {
@@ -116,9 +132,9 @@
                            {
                                outMinutePriority = JsonConvert.DeserializeObject<OutMinutePriority> (keyValue.Value.ToString());
                            }
                            //if (keyValue.Name == "DeviceInfo")
                            //{