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