diff --git a/app/controller/api/store/product/StoreCategory.php b/app/controller/api/store/product/StoreCategory.php index ff461403..cea4e67a 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(111); $data = $this->repository->getHot(0); $list = $this->repository->getApiFormatList(0,1); $ret =[];