From 419159c8611dca81b94b3103cdeaeb9272aed5ea Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 23 四月 2026 16:40:32 +0800
Subject: [PATCH] feat(机器人任务): 实现本地创建机器人任务功能

---
 Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
index 9d1eeae..991f38a 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
@@ -4,20 +4,21 @@
     "MinimumLevel": {
       "Default": "Information",
       "Override": {
-        "Microsoft": "Information",
+        "Microsoft": "Warning",
         "Microsoft.AspNetCore": "Warning",
         "Microsoft.AspNetCore.Routing": "Warning",
         "Microsoft.AspNetCore.Mvc": "Warning",
         "Microsoft.AspNetCore.Mvc.Infrastructure": "Warning",
         "Microsoft.AspNetCore.Mvc.Filters": "Warning",
         "Microsoft.AspNetCore.Mvc.ModelBinding": "Warning",
-        "Microsoft.EntityFrameworkCore": "Warning"
+        "Microsoft.EntityFrameworkCore": "Warning",
+        "Quartz": "Warning"
       }
     }
   },
   "Logging": {
     "LogLevel": {
-      "Default": "Information",
+      "Default": "Warning",
       "Microsoft.AspNetCore": "Warning",
       "Quartz": "Debug"
     }
@@ -102,6 +103,13 @@
       "10030": "11010"
     }
   },
+  "RobotAddressRules": {
+    "11068": [ "1", "2" ],
+    "11001": [ "3", "1" ],
+    "11010": [ "4", "2" ],
+    "2101": [ "1", "3" ],
+    "2103": [ "2", "4" ]
+  },
   "RedisConfig": {
     "Enabled": true, //鏄惁鍚敤Redis锛宖alse鏃朵粎浣跨敤鍐呭瓨缂撳瓨
     "ConnectionString": "127.0.0.1:6379,password=P@ssw0rd,defaultDatabase=0,connectTimeout=5000,abortConnect=false", //Redis杩炴帴瀛楃涓�

--
Gitblit v1.9.3