Browse Source

炸弹睿选

yumeng 1 year ago
parent
commit
f94c190b04

+ 1 - 0
ruixuan-live/src/main/java/com/ruixuan/isc/service/impl/KuaishouItemListServiceImpl.java

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