ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/homework/prepare` 请求方式:`PUT` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |hwid|是|string|作业id|-| |classid|是|string|班级id|-| |yxzt|是|string|预习状态|-| |step|是|string|第几步|-| |uid|是|string|用户uid|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "id": "1003145561773334950", "tg": "zzzzzzzzzzzzz", "tx": "danxt", "da": "1003145561773350267", "nyd": "1", "dajx": "zzzzzzzzzzzzzzzzz", "zsd": null, "zsdid": null, "xkid": "1", "njid": "2", "bbid": "3", "sxcid": "4", "dyid": "5", "jieid": "6", "fbrxm": "开发管理", "uid": "1003143997294121958", "sys_code": "1003", "areaid": "120101", "status": "0", "update_time": "1455617733", "create_time": "1455617733", "is_use": "1", "schoolid": "1002143798597099273", "xtcode": "", "sys": "4", "quote_total": "6", "answer_total": "11", "collect_total": "1", "fbrxm_addr": "", "fxfw": "5", "fxd": "0", "option": [ { "id": "1003145561773350267", "xtid": "1003145561773334950", "xx": "A", "xxtpdz": "", "description": "", "sort": "0" }, { "id": "1003145561773350501", "xtid": "1003145561773334950", "xx": "B", "xxtpdz": "", "description": "", "sort": "0" }, { "id": "1003145561773350680", "xtid": "1003145561773334950", "xx": "C", "xxtpdz": "", "description": "", "sort": "0" }, { "id": "1003145561773350831", "xtid": "1003145561773334950", "xx": "D", "xxtpdz": "", "description": "", "sort": "0" } ], "answer": "1003145561773350680", "dastr": "A", "xsdastr": "C", "is_true": "2" } ``` - error ```json { "msg": "参数错误或者未定义", "ret": -1 } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2017-09-07 10:57:55 * * * * *