🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/practice/tshwdttjxs` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |hwid|是|string|作业id|-| |uid|是|string|学生uid|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "data": [{ "xtid": "1000152144076957159", "is_unable": 0, "is_true": 1, "is_complete": 1, "accuracy": 0.1, "id": "1000152144076957159", "tg": "套题列表创建新的单选题<br\/>请选择正确答案<br\/>A.对<br\/>B.错<br\/>C.7<br\/>D.3", "tx": "danxt", "da": "3714270000000187098", "nyd": 1, "dajx": "zhehsi答案解析", "fbrxm": "官方资源", "tuid": "1", "schoolid": "0", "res_type": 0, "is_auto": 1, "xkid": "1", "njid": "52", "bbid": "53", "sxcid": "54", "dyid": "55", "jieid": "56", "create_time": 1521440769, "update_time": 1521440769, "options": { "3714270000000187096": { "id": "3714270000000187096", "xtid": "1000152144076957159", "xx": "A", "xxtpdz": null, "description": null, "sort": 0 }, "3714270000000187097": { "id": "3714270000000187097", "xtid": "1000152144076957159", "xx": "B", "xxtpdz": null, "description": null, "sort": 0 }, "3714270000000187098": { "id": "3714270000000187098", "xtid": "1000152144076957159", "xx": "C", "xxtpdz": null, "description": null, "sort": 0 }, "3714270000000187099": { "id": "3714270000000187099", "xtid": "1000152144076957159", "xx": "D", "xxtpdz": null, "description": null, "sort": 0 } }, "daoptions": [{ "id": "3714270000000187098", "xtid": "1000152144076957159", "xx": "C", "xxtpdz": null, "description": null, "sort": 0 }], "daxx": ["C"], "dastr": "C", "nydstr": "较易", "zsdmc": "测试1", "txstr": "单选题" }] } ``` - error ```json { "ret": -1, "msg": "参数错误或者未定义" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2018-04-08 13:35:22 * * * * *