#
Junjie
2025-04-22 5cef428c0019b6455e35807a617f648840e9c65d
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/timer/TaskTimer.java
@@ -128,14 +128,14 @@
        Map<String, Object> map = new HashMap<>();
        map.put("carrierCode",task.getZpallet());
        map.put("siteCode",task.getMemo());
        map.put("siteCode","06YZ0001");
        map.put("extra",null);
        try {
            response = new HttpHandler.Builder()
                    .setHeaders(headers)
                    .setUri("172.18.16.248:443")
                    .setHttps(true)
                    .setPath("/rtas/api/robot/controller/site/bind")
                    .setPath("/rcs/rtas/api/robot/controller/carrier/bind")
                    .setJson(JSONObject.toJSONString(map))
                    .build()
                    .doPost();