🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### **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)) *****