feature/main20240421
郭嘉 6 months ago
parent 6f511d649a
commit aaefee8a72
  1. 2
      app/api/controller/Category.php

@ -71,6 +71,8 @@ class Category extends Controller
if (!empty($arr)) {
$arr1 = ['cataIds' => $arr];
} else {
return $this->renderSuccess(compact('list'));
}
$list = $model->getListPublic($this->request->param(), $arr1);

Loading…
Cancel
Save