|
@@ -83,6 +83,7 @@ public class KuaishouItemListServiceImpl implements IKuaishouItemListService {
|
|
public JSONObject getItemDetail(Long regId, Long activityId, Long itemId, KuaishouAccessToken accessToken) throws Exception {
|
|
public JSONObject getItemDetail(Long regId, Long activityId, Long itemId, KuaishouAccessToken accessToken) throws Exception {
|
|
// 调用爬虫信息
|
|
// 调用爬虫信息
|
|
JSONObject itemList = this.getInvestmentActivityOpenItemList(activityId, itemId, accessToken);
|
|
JSONObject itemList = this.getInvestmentActivityOpenItemList(activityId, itemId, accessToken);
|
|
|
|
+ System.err.println(itemList);
|
|
JSONObject invalidJson = new JSONObject();
|
|
JSONObject invalidJson = new JSONObject();
|
|
if (!Check.isNull(itemList)) {
|
|
if (!Check.isNull(itemList)) {
|
|
invalidJson = itemList.getJSONObject("data");
|
|
invalidJson = itemList.getJSONObject("data");
|