Commit 29ea7f00 by leiliangliang

新增微博热度标签

parent 30c97cb7
......@@ -52,6 +52,7 @@ public class HotSearchCacheDAO {
}
if("微博热搜".equals(hotSearch.getType())){
document.put("iconUrl", hotSearch.getIconUrl());
document.put("heatLabel", hotSearch.getHeatLabel());
}
if("微博娱乐榜".equals(hotSearch.getType())){
document.put("iconUrl", hotSearch.getIconUrl());
......
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