企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/teacher/exercises` 请求方式:`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": "1002143813766566842", "tg": " 判断题", "tx": "pdt", "da": "1002143813766585608", "nyd": "0", "dajx": "", "zsd": null, "zsdid": null, "xkid": "1071", "njid": "8825", "bbid": "13499", "sxcid": "13539", "dyid": "13802", "jieid": "14428", "fbrxm": "门头沟老师", "uid": "1002143813527032103", "sys_code": "1002", "areaid": "110109", "status": "0", "update_time": "1438137665", "create_time": "1438137665", "is_use": "1", "schoolid": "1002143804554287036", "xtcode": "", "sys": "2", "quote_total": "2", "answer_total": "0", "collect_total": "1", "fbrxm_addr": "北京市 北京市 门头沟区 门头沟第十二中学 ", "fxfw": "2", "fxd": "110109", "options": [ { "id": "1002143813766585608", "xtid": "1002143813766566842", "xx": "A", "xxtpdz": "", "description": "对", "sort": "0" }, { "id": "1002143813766585676", "xtid": "1002143813766566842", "xx": "B", "xxtpdz": "", "description": "错", "sort": "0" } ], "daoptions": [ { "id": "1002143813766585608", "xtid": "1002143813766566842", "xx": "A", "xxtpdz": "", "description": "对", "sort": "0" } ], "daxx": [ "对" ], "dastr": "对" } ``` - error ```json { "msg": "参数错误或者未定义", "ret": -1 } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2017-10-16 11:16:25 * * * * *