admin
2020-03-04 f4e107e273e66c36e5f5c7b4a8a2f1b07b3c15ed
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);
}