多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/correct/answerOptionStudents` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |tuid|是|string|老师uid|-| |hwid|是|string|作业id|-| |classid|是|string|学生班级id|-| |xtid|是|string|习题id|-| |ytlx|是|string|用途类型 1:基础,4拓展|-| |tx_code|是|string|习题的code|-| |is_auto|是|string|是否手动批阅|-| |sort|是|string|小题的sort(有小题必填)|-| **返回示例** - success ```json { "status": 1, "info": "操作成功~", "data": { "ypList": [], "dpList": [ { "uid": "1033145705652156256", "realname": "mmxsab", "face": "http://www.12xuetest.com/Common/images/face/big/online_student_m_0.jpg", "is_true": 0 }, { "uid": "1033145705652158036", "realname": "dsdsdsq", "face": "http://www.12xuetest.com/Common/images/face/big/online_student_m_1.jpg", "is_true": 0 } ] } } ``` - error ```json { "ret": -1, "msg": "参数错误或者未定义" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2019-05-05 09:15:05 * * * * *