自动化立体仓库 - WMS系统
pang.jiabao
2024-10-18 95f41a71481a438e8f5c6c00a37ba8624782f84f
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -1927,7 +1927,7 @@
        try {
            response = new HttpHandler.Builder()
                    .setUri(MesConstant.GWCS_IP_PORT)
                    .setPath(MesConstant.GWCS_FPKW_URL)
                    .setPath(MesConstant.GWCS_IP_PORT)
                    .setHeaders(headers)
                    .setJson(body)
                    .build()
@@ -1935,7 +1935,7 @@
            if (!Cools.isEmpty(response)) {
                success = true;
            } else {
                log.error(message + "失败!!!url:{};request:{};response:{}", MesConstant.URL + MesConstant.PAKIN_URL, body, response);
                log.error(message + "失败!!!url:{};request:{};response:{}", MesConstant.GWCS_IP_PORT + MesConstant.GWCS_IP_PORT, body, response);
            }
        } catch (Exception e) {
            log.error(message + "异常:{}", e);