ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### **apiItem定义** 调用API资源站多个数据 | 版本 | 描述 | | --- | --- | | 1.0.0 | 首次引入 | ### **用法** ``` apiItem($args, $apiUrl, $apiType) ``` ### **参数** #### $args 类型:array 描述:必需;APIURL参数;默认:空 #### $apiUrl 类型:string 描述:必需;API入口地址,不带参数;默认:空 #### $apiType 类型:string 描述:必需;API类型,可选json|xml|feifeicms;默认:空 ### **返回值** * mixed(array|false(读取失败时返回false)) *****