PlansSceneModel::STATUS_ACTIVE ] ) ->order('sort desc') ->select()->toArray(); } /** * 获取场景列表 * * @return \think\response\Json */ public function index() { return ResponseHelper::success( $this->getSceneList() ); } }