💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### **apiDetail定义** 调用API资源站单个数据 | 版本 | 描述 | | --- | --- | | 1.0.0 | 首次引入 | ### **用法** ``` apiDetail(id, $apiUrl, $apiType) ``` ### **参数** #### id 类型:int 描述:必需;视频id;默认:0 #### $apiUrl 类型:string 描述:必需;API入口地址,不带参数;默认:空 #### $apiType 类型:string 描述:必需;API类型,可选json|xml|feifeicms;默认:空 ### **返回值** * mixed(array|false(读取失败时返回false)) *****