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