🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/class/students` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |last_time|否|int|最后更新的时间戳|0 | |classid|是|bigint|班级id|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "data": [ { "uid": "1000145290834749983", "username": "qqqqqq12", "password": "96e79218965eb72c92a549dd5a330112", "realname": "eqwewqe", "email": null, "telephone": "33", "sex": "0", "identitytype": "3", "is_audit": "1", "is_active": "1", "is_init": "1", "origin": "1", // 用户来源(0:导入的、1:邀请码的、2:开放注册的) "certificate": "0", //教师审核状态(0:未上传、2:已通过、-1:未通过、1待审核) "create_time": "1453702282", "update_time": "1453702282", "status": "0", "birthday": null, "terminal": "电脑终端", "invite_code": "", "sfzjh": "334340000808344", "familyid": null, "pmobile": "", "gxqm": null, "jtzz": null, "id": "497", "schoolid": "1002143798611583156", "gradeid": "1", "bjid": "1002143804534588682", "duty": "3", "start_time": "1453702282", "end_time": "1453702282", "face": "http://www.12xuedev.com/Common/images/face/big/noreg_0.jpg", "card": null, "classid": "1002143804534588682", "face_md5": "555fb013cdfe604f6b4485f0d12618c0" }, ...... ] } ``` - error ```json { "msg": "参数错误或者未定义", "ret": -1 } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| |origin|int|用户来源(0:导入的、1:邀请码的、2:开放注册的)| |certificate|int|教师审核状态(0:未上传、2:已通过、-1:未通过、1待审核)| --: 该接口最后修订时间:2017-10-31 08:49:26 * * * * *