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