From 1f89533dd696cb9f2ba1d37add5c7e13db46e2d5 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Thu, 7 Dec 2023 11:08:44 +0800 Subject: [PATCH] debug --- app/controller/api/store/product/StoreCategory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/api/store/product/StoreCategory.php b/app/controller/api/store/product/StoreCategory.php index ff461403..11e23662 100644 --- a/app/controller/api/store/product/StoreCategory.php +++ b/app/controller/api/store/product/StoreCategory.php @@ -38,6 +38,7 @@ class StoreCategory extends BaseController */ public function lst() { + halt(1111); $data = $this->repository->getHot(0); $list = $this->repository->getApiFormatList(0,1); $ret =[];