From f6a394413e22b3a0e90677bce7849fb917a5befb Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Thu, 7 Dec 2023 11:09:44 +0800 Subject: [PATCH] debug --- app/controller/admin/store/StoreCategory.php | 1 + app/controller/api/store/product/StoreCategory.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 =[];