fanli/src/main/java/com/yeshi/fanli/util/taobao/TaoKeApiUtil.java
@@ -911,6 +911,11 @@ map.put("relation_id", relationId); } if (app != null && app.getPid() != null) { map.put("adzone_id", app.getPid().split("_")[3]); } String resultStr = TaoKeBaseUtil.baseRequestForThreeTimes(map, app); JSONObject data = JSONObject.fromObject(resultStr); if (data.optJSONObject("tbk_dg_material_optional_response") != null