企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/student/v2wrongBooks` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |schoolid|是|string|学校id|-| |tx|否|string|题型|-| |xkid|否|string|学科id|-| |dyid|否|string|单元id|-| |sxcid|否|string|上下册id|-| |jieid|否|string|节id|-| |is_important|否|string|是否是重点|-| |p|否|string|分页参数|-| |num|否|string|一页展示条数|-| **返回示例** - success ```json { "ret": 0, "msg": "查询成功", "data": { "chapt_title": { "xkmc": "全部习题" }, "chapt_tree": { "subject": [ { "id": "1", "name": "化学", "code": "1", "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "0", "sort": 0, "ext": "sys", "status": 0, "sys_type": "K12", "create_time": 1466558566, "update_time": 1466558566 }, { "id": "2887", "name": "英语", "code": "2887", "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "0", "sort": 0, "ext": "sys", "status": 0, "sys_type": "K12", "create_time": 1466558566, "update_time": 1466558566 }, { "id": "3248", "name": "地理", "code": "3248", "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "0", "sort": 0, "ext": "sys", "status": 0, "sys_type": "K12", "create_time": 1466558566, "update_time": 1466558566 }, { "id": "3599", "name": "生物", "code": "3599", "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "0", "sort": 0, "ext": "sys", "status": 0, "sys_type": "K12", "create_time": 1466558566, "update_time": 1466558566 }, { "id": "1033146588474389313", "name": "人类文化学习研究", "code": null, "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "1033144472316462450", "sort": 30, "ext": "syn", "status": 0, "sys_type": "K12", "create_time": 1471585464, "update_time": 1471585464 } ] }, "total": "50", "current_page": 1, "per_page": "1", "data": [ { "sys_id": "1495007383117964472", "kcid": "1033149498284441450", "ytlx": 1, "xtid": "1000147744265519616", "xkid": "1", "jieid": "6", "sxda": "wendt", "is_ctb": 2, "is_true": 0, "is_important": 0, "accuracy": 0, "score": 0, "is_auto": "0", "show_time": 0, "id": "1000147744265519616", "tg": "<p>问答题,自由发挥!!!</p>", "tx": "wendt", "da": "1089147032645932523", "nyd": "4", "dajx": "<p>问答题的答案解析区域!!</p>", "uid": "1033145705652157622", "fbrxm": "课堂一师", "fbrxm_addr": null, "xtcode": "", "schoolid": "1033144472316462450", "is_use": "1", "create_time": "1477442655", "update_time": "1477442655", "status": "0", "areaid": "120101", "res_type": "0", "images": "0", "njid": "2", "bbid": "3", "sxcid": "4", "dyid": "5", "daoptions": { "id": "1089147032645932523", "xtid": "1000147744265519616", "xx": null, "xxtpdz": null, "description": "<p>问答题的设置答案内容显示区域!!!</p>", "sort": "0" }, "dastr": "<p>问答题的设置答案内容显示区域!!!</p>", "daxx": "", "zsd": [ "根据化学方程式的计算" ], "zsdmc": "根据化学方程式的计算" } ] } } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2018-06-07 10:48:45 * * * * *