自动化立体仓库 - WMS系统
IZCD4L12RTSW0VZ\Administrator
3 天以前 d5dd468ac86e1482095c97bbfa268bfe3042fd18
src/main/java/com/zy/api/service/impl/KopenApiServiceImpl.java
@@ -726,7 +726,7 @@
                    .setJson(JSONObject.toJSONString(orderParams))
                    .build()
                    .doPost();
            if (Objects.isNull(response) || response.trim().isEmpty()) {
             if (Objects.isNull(response) || response.trim().isEmpty()) {
                return XSR.error("外网接口无响应!!");
            }
            JSONObject jsonObject = JSONObject.parseObject(response);