Commit 75a499b6 by leiliangliang

Merge remote-tracking branch 'origin/working' into working

parents af611f4b 9730f1f5
...@@ -101,7 +101,7 @@ public class TaoBaoHotSearchCrawler { ...@@ -101,7 +101,7 @@ public class TaoBaoHotSearchCrawler {
} }
} }
} catch (Exception e) { } catch (Exception e) {
log.error("解析淘宝热搜时出现解析错误,数据不是json结构", e); log.error("解析淘宝热搜时出现解析错误,数据不是json结构,数据:{}",htmlBody, e);
} }
return list; return list;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment