fanli/src/main/java/com/yeshi/fanli/util/jd/JDApiUtil.java
@@ -493,6 +493,7 @@ JSONObject json = new JSONObject(); json.put("skuIds", StringUtil.concat(skuIdList, ",")); String result = baseRequest2("jd.union.open.goods.promotiongoodsinfo.query", null, json); System.out.println(result); JSONObject resultJson = JSONObject.fromObject(result); resultJson = resultJson.optJSONObject("jd_union_open_goods_promotiongoodsinfo_query_response"); if (resultJson.optInt("code") == 0) {