This commit is contained in:
chenbo 2023-12-07 11:09:44 +08:00
parent 1f89533dd6
commit f6a394413e
2 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@ class StoreCategory extends BaseController
*/ */
public function lst() public function lst()
{ {
halt(1111);
return app('json')->success($this->repository->getFormatList($this->request->merId())); return app('json')->success($this->repository->getFormatList($this->request->merId()));
} }

View File

@ -38,7 +38,6 @@ class StoreCategory extends BaseController
*/ */
public function lst() public function lst()
{ {
halt(1111);
$data = $this->repository->getHot(0); $data = $this->repository->getHot(0);
$list = $this->repository->getApiFormatList(0,1); $list = $this->repository->getApiFormatList(0,1);
$ret =[]; $ret =[];