企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### **cmsUrlSearch定义** CMS结构搜索页内部链接 | 版本 | 描述 | | --- | --- | | 1.2.6 | 优化 | | 1.0.0 | 首次引入 | ### **用法** ``` cmsUrlSearch($args, $module, $action) ``` ### **参数** #### $args 类型:array 描述:可选;['searchText','pageNumber','pageSize','sortName','sortOrder'];默认:空 #### $module 类型:string 描述:可选;模块名;默认:cms #### $action 类型:string 描述:可选;操作名;默认:index ### **返回值** * string(生成的内部网址链接) *****