🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/parent/courseExercises` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |ytlx|是|int|用途类型|1| |uid|是|bigint|用户id|-| |xtid|是|bigint|习题id|-| |classid|是|bigint|班级id|-| |kcid|是|bigint|课程id|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "id": "1003144160933766462", "tg": "习题题干<img src=\"http://nftp.12xuedev.com/exercises/2015/09/07/tg/14416093159698wendt.jpg\" title=\"\" alt=\"\"/>", "tx": "pdt", "da": "1003144160933894402", "nyd": "0", "dajx": "答案解析<img src=\"http://nftp.12xuedev.com/exercises/2015/09/07/tg/14416093345550wendt.jpg\"/>", "zsd": null, "zsdid": null, "xkid": "1071", "njid": "12588", "bbid": "12590", "sxcid": "12592", "dyid": "12596", "jieid": "12606", "fbrxm": "chengyanwei", "uid": "1003144003356986220", "sys_code": "1003", "areaid": "370613", "status": "0", "update_time": "1441609337", "create_time": "1441609337", "is_use": "1", "schoolid": "1003143928620085746", "xtcode": "", "sys": "20", "quote_total": "0", "answer_total": "0", "collect_total": "0", "fbrxm_addr": "山东省 烟台市 莱山区 网格中学 ", "fxfw": "5", "fxd": "0", "option": [ { "id": "1003144160933894402", "xtid": "1003144160933766462", "xx": "A", "xxtpdz": "", "description": "对", "sort": "0" }, { "id": "1003144160933894500", "xtid": "1003144160933766462", "xx": "B", "xxtpdz": "", "description": "错", "sort": "0" } ], "answer": "1003144160933894402", "dastr": "对", "xsdastr": "对", "is_true": "1" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| |tg|string|nftp.12xuedev.com/exercises/2015/09/07/tg/14416093159698wendt.jpg\" title=\"\" alt=\"\"/>",| |dajx|string|nftp.12xuedev.com/exercises/2015/09/07/tg/14416093345550wendt.jpg\"/>",| --: 该接口最后修订时间:2017-09-09 14:06:03 * * * * *