groupBy('path') ->distinct() ->where('module', '!=','temp') ->pluck('path', 'path') ->toArray(); dump($data); return $data; } /** * 获取参数索引 * @return array */ public static function getRequiredArgIndex(): array { return []; } }