ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/study/zsdReport` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |uid|是|string|孩子的uid|-| |puid|是|string|家长的uid|-| |xkid|是|string|学科id|-| |offset|是|string|当前学期的偏移 0 -1 -2 -3 -4只有负数|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "data": { "Bad": null, "General": [ { "correct_percent": "38.5000", "xkid": "1", "xkmc": "语文", "zsdid": "8", "zsdname": "11", "zsdtype": "2" } ], "Good": null } } ``` - error ```json { "ret": -1, "msg": "参数错误!" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2016-03-22 14:30:44 * * * * *