src/main/java/com/zy/core/utils/WmsOperateUtils.java
@@ -260,7 +260,7 @@ .setTimeout(30, TimeUnit.SECONDS) .build() .doPost(); if (response != null) { if (!Cools.isEmpty(response)) { JSONObject jsonObject = JSON.parseObject(response); if (jsonObject.getInteger("code") == 200) { result = 1;