企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/homework/uncompletestulist` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |zyid|是|string|作业id|-| |classid|是|string|班级id|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "data": [ { "uid": "1000145286031341267", "userinfo": { "realname": "刘春强", "identitytype": "2", "face": "http://www.12xuedev.com/Common/images/face/big/online_teacher_1.jpg", "xxmc": "思而学校21", "rank": "V0", "gxqm": null, "role": "老师" } }, { "uid": "1033145308280423066", "userinfo": { "realname": "赛世涛", "identitytype": "3", "face": "http://www.12xuedev.com/Common/images/face/big/noreg_0.jpg", "xxmc": "烟台市芝罘区北马路小学", "rank": "V0", "gxqm": null, "role": "学生" } }, { "uid": "1034145308280422917", "userinfo": { "realname": "果冻", "identitytype": "3", "face": "http://www.12xuedev.com/Common/images/face/big/online_student_m_1.jpg", "xxmc": "思而学校21", "rank": "V0", "gxqm": "我就看看不说话", "role": "学生" } }, { "uid": "1034145308280422919", "userinfo": { "realname": "德盛基金", "identitytype": "3", "face": "http://www.12xuedev.com/Common/images/face/big/online_student_s_1.jpg", "xxmc": "思而学校21", "rank": "V0", "gxqm": "", "role": "学生" } } ] } ``` - error ```json { "ret": -1, "msg": "参数错误" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2016-08-12 18:10:17 * * * * *