fanli/src/main/java/com/yeshi/fanli/util/jd/JDApiUtil.java
@@ -169,8 +169,13 @@ root.put("promotionCodeReq", json); String result = baseRequest("jd.union.open.promotion.common.get", null, root); JSONObject resultJson = JSONObject.fromObject(result); result = resultJson.optJSONObject("jd_union_open_promotion_common_get_response").optString("result"); if (result == null) { return null; } resultJson = JSONObject.fromObject(result); return resultJson.optJSONObject("data").optString("clickURL"); }