多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/course/sExercisesFormation` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |uid|是|string|学生uid|-| |kcid|是|string|课程id|-| |classid|是|string|班级id|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "type": "group", "xtids": [ { "xtid": "1000152031620123028", "id": "1000152031620123028", "tg": "在线制作填空题,自动批阅,1、2;", "tx": "tkt", "nyd": 1, "da": null, "dajx": "无", "uid": "1034145308280456073", "fbrxm": "一大钟师修改", "is_auto": 1, "fxd": "0", "fxfw": 5, "answer_total": 26, "sys": 6, "attachment": 0, "xts": 2, "res_type": 0, "sys_type": 1, "resource_id": "1000152031620123028", "xkid": "3863", "njid": "3989", "bbid": "3990", "sxcid": "3991", "dyid": "141113", "jieid": "141117", "children": [], "formatCreateTime": "2019-12-06 16:24", "nydstr": "较易", "txstr": "填空题", "tx_code": "2", "tx_tip": "正确答案", "options": [ { "id": "3714270000000186975", "topid": "1000152031620123028", "xtid": "1000152031620123028", "xx": "1", "xxtpdz": null, "description": "1", "is_auto": 1, "type": 0, "sort": 1, "group": 0, "description_rep": "1", "check": false }, { "id": "3714270000000186976", "topid": "1000152031620123028", "xtid": "1000152031620123028", "xx": "2", "xxtpdz": null, "description": "2", "is_auto": 1, "type": 0, "sort": 2, "group": 0, "description_rep": "2", "check": false } ], "daoptions": [ { "id": "3714270000000186975", "topid": "1000152031620123028", "xtid": "1000152031620123028", "xx": "1", "xxtpdz": null, "description": "1", "is_auto": 1, "type": 0, "sort": 1, "group": 0, "description_rep": "1", "check": false }, { "id": "3714270000000186976", "topid": "1000152031620123028", "xtid": "1000152031620123028", "xx": "2", "xxtpdz": null, "description": "2", "is_auto": 1, "type": 0, "sort": 2, "group": 0, "description_rep": "2", "check": false } ], "dastr": "<span style=\"color:#333;\">空1:</span> 1<br><span style=\"color:#333;\">空2:</span> 2<br>", "zsdmc": "弹力的产生条件" } ] } ``` - error ```json { "ret": -1, "msg": "参数错误或者未定义" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2019-12-06 15:34:51 * * * * *