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