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) {