💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 属性 `$ajaxRoute array ajax数据路由 默认:当前路由` ## 方法 | 参数 | 作用 | | --- | --- | | `$route` | 路由 | | `$params ` | 路由参数, 默认`空` | 设置ajax数据路由: ```php $treeBuilder->setAjaxRoute($route, $params = []); // $this ``` 获取ajax数据路由定义: ```php $treeBuilder->getAjaxRoute(); // array ```