admin
2019-10-10 e19ce4be094d93f68bdb6ee1c28e9caa502bf2c4
fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TaoBaoShopService.java
@@ -67,4 +67,12 @@
    * @return
    */
   public List<TaoBaoShopVO> getShopByKey(String key);
   /**
    * 根据店铺搜索关键词查找
    * @param key
    * @return
    */
   public List<TaoBaoShopVO> getShopByKeyV2(String key);
}