🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/homework/Correct` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |kcid|是|int|作业id| | |xtid|是|int|习题id| | |uid|是|int|学生uid| | |ytlx|是|int|用途类型(1:基础习题,4:扩展习题)| | |classid|是|int|学生班级id| | **返回示例** - success ```json { "ret": 0, "msg": "ok", "sys_id": "11732", "uid": "1034145308280422917", "is_true": "3", "flag": "0", "accuracy": "0.67", "score": "10", "descript": "这是答案 图片移动端自己生成", "is_txt": "1", "image": "xx78", "audio": [ { "serverpath": null, "savename": null, "convert_status": null, "preview_link": null } ] } ``` - error ```json { "ret": -1, "msg": "参数错误或者未定义" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2017-09-04 17:39:08 * * * * *