From 97073e9e6d03114221436ee0aa1e143d6e2c4a09 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期一, 04 八月 2025 13:07:39 +0800 Subject: [PATCH] 出入库代码逻辑优化 --- WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json b/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json index 16da708..378fca5 100644 --- a/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json +++ b/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json @@ -10,11 +10,11 @@ "AllowedHosts": "*", "ReceiveTask": "http://192.168.110.172:9291/api/Task/ReceiveTask", //涓嬪彂鍑哄簱浠诲姟鑷砏CS - "ReceiveWMSTaskin": "http://10.168.1.124:1041/api/dataportal/invoke", //绔嬪簱鍏ュ簱鏁伴噺淇℃伅鍥炰紶WMS - "ReceiveWMSTaskout": "http://10.168.1.124:1041/api/dataportal/invoke", //绔嬪簱鍑哄簱鏁伴噺淇℃伅鍥炰紶WMS - "ReceiveWMSTaskAUT": "http://10.168.1.124:1041/api/dataportal/invoke", //绔嬪簱鍏ュ簱鏁伴噺淇℃伅鍥炰紶WMS - "ReceiveWMSInventoryIn": "http://10.168.1.124:1041/api/dataportal/invoke", //鐩樼偣宸紓鏁伴噺鍥炰紶WMS - "ReceiveWMSTaskAllocatein": "http://10.168.1.124:1041/api/dataportal/invoke", //璋冩嫧浠诲姟鏁伴噺鍥炰紶WMS + "ReceiveWMSTaskin": "http://10.168.3.36:1041/api/dataportal/invoke", //绔嬪簱鍏ュ簱鏁伴噺淇℃伅鍥炰紶WMS + "ReceiveWMSTaskout": "http://10.168.3.36:1041/api/dataportal/invoke", //绔嬪簱鍑哄簱鏁伴噺淇℃伅鍥炰紶WMS + "ReceiveWMSTaskAUT": "http://10.168.3.36:1041/api/dataportal/invoke", //绔嬪簱鍏ュ簱鏁伴噺淇℃伅鍥炰紶WMS楠岃瘉 + "ReceiveWMSInventoryIn": "http://10.168.3.36:1041/api/dataportal/invoke", //鐩樼偣宸紓鏁伴噺鍥炰紶WMS + "ReceiveWMSTaskAllocatein": "http://10.168.3.36:1041/api/dataportal/invoke", //璋冩嫧浠诲姟鏁伴噺鍥炰紶WMS "ReceiveWMSTask": "http://192.168.110.172:9291/ReceiveWMSTask", //鏌ヨ搴撳瓨锛岀‘璁ゅ叆搴撶珯鍙� "ConnectionStringsEncryption": false, "MainDB": "DB_WIDESEA", //褰撳墠椤圭洰鐨勪富搴擄紝鎵�瀵瑰簲鐨勮繛鎺ュ瓧绗︿覆鐨凟nabled蹇呴』涓簍rue @@ -29,6 +29,7 @@ // 娉ㄦ剰锛宧ttp://127.0.0.1:1818 鍜� http://localhost:1818 鏄笉涓�鏍风殑 "IPs": "http://127.0.0.1:8080,http://localhost:8080" }, + "WCS": "http://localhost:9291", "ApiName": "WIDESEA", "ExpMinutes": 120, "QuartzJobAutoStart": true -- Gitblit v1.9.3