Administrator
2020-02-23 c5812de6f3166e186e2ecfc50f17881d6e8248b0
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);
}