no
DESKTOP-71BH0QO\L、ming
2021-04-21 1435be1dbe6e404cf45d81da4d47fea5fd51b24d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ShopApi.java
@@ -2,7 +2,6 @@
import com.panzhihua.common.model.dtos.shop.PageComShopGoodsDTO;
import com.panzhihua.common.model.dtos.shop.*;
import com.panzhihua.common.controller.BaseController;
import com.panzhihua.common.model.dtos.PageDTO;
import com.panzhihua.common.model.dtos.shop.PageComShopOrderSearchDTO;
import com.panzhihua.common.model.dtos.shop.PageComShopStoreDTO;
@@ -20,9 +19,7 @@
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import java.util.Date;
import java.util.List;
import javax.validation.constraints.NotNull;
@Slf4j
@RestController
@@ -75,6 +72,11 @@
        return comShopStoreService.editStore(id, storeVO);
    }
    @GetMapping("/getStoreByPhone")
    R GetStoreByPhone(@RequestParam("phone") String phone){
        return comShopStoreService.getStoreByPhone(phone);
    }
    /**
     * 删除店铺
     *