diff --git a/app/controller/admin/store/StoreCategory.php b/app/controller/admin/store/StoreCategory.php index 3dd7b2e6..961c8c69 100644 --- a/app/controller/admin/store/StoreCategory.php +++ b/app/controller/admin/store/StoreCategory.php @@ -44,6 +44,7 @@ class StoreCategory extends BaseController */ public function lst() { + halt(1111); return app('json')->success($this->repository->getFormatList($this->request->merId())); } diff --git a/app/controller/api/store/product/StoreCategory.php b/app/controller/api/store/product/StoreCategory.php index 11e23662..ff461403 100644 --- a/app/controller/api/store/product/StoreCategory.php +++ b/app/controller/api/store/product/StoreCategory.php @@ -38,7 +38,6 @@ class StoreCategory extends BaseController */ public function lst() { - halt(1111); $data = $this->repository->getHot(0); $list = $this->repository->getApiFormatList(0,1); $ret =[];