This commit is contained in:
chenbo 2023-12-07 11:22:09 +08:00
parent 9cd97f1cf2
commit 6f1556b27b
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -27,7 +27,7 @@ Route::group(config('admin.admin_prefix'), function () {
Route::group(config('admin.api_admin_prefix') . '/', function () {
$path = $this->app->getRootPath() . 'route' . DIRECTORY_SEPARATOR.'admin';
halt($path);
$files = scandir($path);
foreach ($files as $file) {
if($file != '.' && $file != '..'){