💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/parent/homeworks` 请求方式:`POST` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |p|否|int|页码|1| |xkid|否|bigint|学科id|-| |signature|否|string|是否签过名记录(0全部,1签名)|-| |uid|是|bigint|用户id|-| |classid|是|string|班级id|-| |num|否|int|每页的条数,默认每页10条|10| **返回示例** - success ```json { "ret": 0, "msg": "ok", "data": [ { "id": "1003145561848350639", "zysm": "aaaaaaa", "title": "aaaaaaa2016-2-16 化学作业", "zys": "1", "xkid": "1", "schoolid": "1002143798597099273", "bjid": "1003143997295184793", "njid": "2", "finish_time": "1455638399", "create_time": "1455618483", "is_attach": "0", "fbrxm": "开发管理", "xkname": "化学", "color": "#fbb1e2", "style": "chemistry", "submit_total": "0", "njmc": "八年级", "xdmc": "初中", "submit": 0, "remark": "", "content": "", "signature": "0", "rightper": { "date": 0, "finish": 1, "wdwdt": 0, "ydwdt": 0, "ytlx": 1, "zqts": 0, "cwts": 0, "sum": 0, "bdts": 0, "wpts": 0, "rightper": 0, "kcid": "1003145561848350639", "xtcount": 0, "wdcount": 0, "kgcount": 0, "info": "暂无相关习题" } }, { "id": "1003145553075317057", "zysm": "", "title": "888888888882016-2-15 化学作业", "zys": "0", "xkid": "1", "schoolid": "1002143798597099273", "bjid": "100014551795176418", "njid": "2", "finish_time": "1455897599", "create_time": "1455530753", "is_attach": "0", "fbrxm": "开发管理", "xkname": "化学", "color": "#fbb1e2", "style": "chemistry", "submit_total": "-1", "njmc": "八年级", "xdmc": "初中", "submit": -1, "remark": "", "content": "", "signature": "0", "rightper": { "date": 0, "finish": 1, "wdwdt": 0, "ydwdt": 0, "ytlx": 1, "zqts": 0, "cwts": 0, "sum": 0, "bdts": 0, "wpts": 0, "rightper": 0, "kcid": "1003145553075317057", "xtcount": 0, "wdcount": 0, "kgcount": 0, "info": "暂无相关习题" } }, ...... ] } ``` - error ```json { "ret": -1, "msg": "参数错误" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2019-11-13 08:58:05 * * * * *