企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/material/infos` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |ids|是|bigint|多条素材id(中间用英文逗号分割)|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "data": [ { "id": "1002143806797134258", "fbrxm": "林琴", "title": "弟子规", "serverpath": "http://qa12xue-res1.gridinfo.com.cn/", "serverpath2": null, "savepath": "resource/2015/7/28/15/21/", "savename": "c3c8c412c43bkfec.doc", "filetype": ".doc", "filesize": "257024", "filecode": "c3c8c412c43bkfec", "filetime": null, "convert_status": "0", "is_convert": "1", "is_download": "0", "preview_link": null, "xkid": "1071", "njid": "1072", "bbid": "1073", "sxcid": "1074", "dyid": "1075", "jieid": "1076", "uid": "1002143805018361155", "schoolid": "1002143798929050643", "create_time": "1438067971", "update_time": "1438067971", "attach_id": null, "areaid": "110114", "fl": "1", "sys_code": "1002", "mtype": null, "file_link": null, "status": "0", "sys": "0", "fxfw": "5", "fxd": "0", "collect_total": "0", "quote_total": "0", "comment_total": null, "chapt_info": "语文 一年级 鲁教版 上册 第一单元 一去二三里" } ] } ``` - error ```json { "msg": "参数错误或者未定义", "ret": -1 } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2017-09-28 14:27:01 * * * * *