ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/exercises/info` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |id|是|bigint|习题id|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "id": "1003144902397059525", "tg": "1+1是不是等于3", "tx": "pdt", "da": "1003144902397065025", "nyd": "0", "dajx": "", "zsd": null, "zsdid": null, "xkid": "2099", "njid": "2522", "bbid": "2523", "sxcid": "2524", "dyid": "2525", "jieid": "2526", "fbrxm": "nara", "uid": "1003144556551481010", "sys_code": "1003", "areaid": "370613", "status": "0", "update_time": "1449023970", "create_time": "1449023970", "is_use": "1", "schoolid": "1003143928620085746", "xtcode": "", "sys": "1", "quote_total": "1", "answer_total": "0", "collect_total": "0", "fbrxm_addr": "山东省 烟台市 莱山区 网格中学 ", "fxfw": "5", "fxd": "0", "option": [ { "id": "1003144902397064960", "xtid": "1003144902397059525", "xx": "A", "xxtpdz": "", "description": "对", "sort": "0" }, { "id": "1003144902397065025", "xtid": "1003144902397059525", "xx": "B", "xxtpdz": "", "description": "错", "sort": "0" } ] } ``` - error ```json { "msg": "习题不存在或已被删除!", "ret": -1 } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2017-10-23 11:08:17 * * * * *