admin
2019-09-25 28a0efc6ec16f3f82eb8e16e87269300d6744fd4
fanli/src/main/java/com/yeshi/fanli/service/inter/config/HotSearchService.java
@@ -17,4 +17,12 @@
   int countList(String key, Long systemId, Integer useType);
   /**
    * 查询各个平台热搜
    * @param useType
    * @return
    */
   public List<HotSearch> getHotSearchCache(Integer useType);
}