This commit is contained in:
chenbo 2023-12-07 11:08:44 +08:00
parent e565583e2f
commit 1f89533dd6

View File

@ -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 =[];