Browse Source

炸弹睿选

yumeng 1 year ago
parent
commit
f0e9785ae8

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

@@ -524,6 +524,7 @@ public class KuaishouItemListServiceImpl implements IKuaishouItemListService {
             e.printStackTrace();
             e.printStackTrace();
         }
         }
         JSONObject jsonObject = JSONObject.parseObject(GsonUtils.toJSON(response));
         JSONObject jsonObject = JSONObject.parseObject(GsonUtils.toJSON(response));
+        System.err.println(jsonObject);
         String code = jsonObject.getString("code");
         String code = jsonObject.getString("code");
         if ("1".equals(code)) {
         if ("1".equals(code)) {
             returnJson.put("code", 0);
             returnJson.put("code", 0);