多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### **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)) *****