ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/student/homeworks` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |xkid|是|bigint|学科id|-| |uid|是|bigint|用户id|-| |classid|是|bigint|班级id(多个班级id请用数组形式)|-| |num|否|string|每页显示的条数|10| **返回示例** - success ```json { "ret": 0, "msg": "ok", "count": "29", "totalPages": 3, "totalRows": "29", "nowPage": 1, "data": [ { "id": "1003145041445686721", "zys": "0", "title": "Aaa", "xkid": "1003144835339370534", "njid": "1003144835341716758", "fbrxm": "nara", "fxd": "0", "uid": "1003144556551481010", "schoolid": "1003143928620085746", "zysm": "Ggg", "create_time": "1450414456", "update_time": "1450414456", "status": "0", "is_attach": "0", "areaid": "370613", "sys_code": "1003", "bjid": "1003144196183219933", "finish_time": "1450454399", "xkmc": null, "njmc": null, "xdmc": null, "complete": -1, "submit": -1, "remark": -1, "content": "" }, { "id": "1003145040557130386", "zys": "0", "title": "fghh", "xkid": "1003144835339370534", "njid": "1003144835341716758", "fbrxm": "nara", "fxd": "0", "uid": "1003144556551481010", "schoolid": "1003143928620085746", "zysm": "gghhh", "create_time": "1450405570", "update_time": "1450405570", "status": "0", "is_attach": "0", "areaid": "370613", "sys_code": "1003", "bjid": "1003144196183219933", "finish_time": "1450454399", "xkmc": null, "njmc": null, "xdmc": null, "complete": -1, "submit": -1, "remark": -1, "content": "" }, ...... ] } ``` - error ```json { "msg": "参数错误或者未定义", "ret": -1 } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2017-09-04 17:15:00 * * * * *