This commit is contained in:
chenbo 2023-12-07 11:01:56 +08:00
parent 79cbe988fe
commit 55b0acbc92

View File

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