jiangqs
2023-07-01 2dcfe238ab12f4f18cbd5705a6af5357b367a886
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/service/shop/ShopService.java
@@ -75,6 +75,15 @@
    void editShopTag(MgtEditShopTagDto mgtEditShopTagDto);
    /**
     * @description  转移客户
     * @author  jqs
     * @date    2023/6/28 16:36
     * @param mgtTransferShopDto
     * @return  void
     */
    void transferMgtShop(MgtTransferShopDto mgtTransferShopDto);
    /**
     * 获取附近门店
     * @param appNearbyShopDto
     * @return
@@ -215,4 +224,13 @@
     * @return  MgtShopAuthGetVo
     */
    MgtShopAuthGetVo getMgtShopAuth(String authId);
    /**
     * @description  获取商户验证信息
     * @author  jqs
     * @date    2023/6/26 10:38
     * @param authId
     * @return  MgtShopAuthCodeVo
     */
    MgtShopAuthCodeVo getMgtShopAuthCode(String authId);
}