订单分配车辆更新wms系统对应任务执行车辆-1

This commit is contained in:
xuzhiheng
2025-06-30 18:24:26 +08:00
parent d60a70483d
commit 4a9c261d05
2 changed files with 37 additions and 1 deletions

View File

@@ -26,5 +26,5 @@ public interface GuestUserCredentials {
/**
* WMS系统地址
*/
String WMS_URL = "http://192.168.124.114:2004";
String WMS_URL = "http://192.168.124.114:2004/api/project.yueda.agv.agv/updateAgvTaskDevice";
}