自动化立体仓库 - WMS系统
zjj
2024-12-20 3695eb9fa6062ef00e685835cf384c02e60f7b17
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -138,10 +138,10 @@
                    .build()
                    .doPost();
            JSONObject jsonObject = JSON.parseObject(response);
            jsonObject.getString("message");
            if (jsonObject.getInteger("code").equals(0)) {
                success = true;
            } else {
                message = jsonObject.getString("message");
                log.error("入库呼叫agv失败!!!url:{};request:{};response:{}", ApiInterfaceConstant.AGV_IP + ApiInterfaceConstant.AGV_CALL_IN_PATH, body, response);
            }
        } catch (Exception e) {