🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/notify/secondAuthRange` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |uid|是|string|uid|-| |auth_role_id|是|string|角色id|-| |schoolid|是|string|uid的学校id|-| |type|是|string|第一级返回的type|-| |num|否|string|如果type是group时分页获取|-| |p|否|string|页码|-| **返回示例** - success ```json // type=grade { "ret": 0, "msg": "ok", "data": [ { "id": 1626, "njmc": "2017", "xd": "21", "xdtitle": "小学", "is_select": "0", "auth_role_id": "-1" }, { "id": 1625, "njmc": "2016", "xd": "21", "xdtitle": "小学", "is_select": "0", "auth_role_id": "-1" }, { "id": 1271, "njmc": "2018", "xd": "31", "xdtitle": "初中", "is_select": "0", "auth_role_id": "-1" }, { "id": 1972, "njmc": "2017", "xd": "31", "xdtitle": "初中", "is_select": "0", "auth_role_id": "-1" }, { "id": 1878, "njmc": "2018", "xd": "34", "xdtitle": "高中", "is_select": "0", "auth_role_id": "-1" } ] } //type=group { "ret": 0, "msg": "ok", "data": { "count": 2, "totalPages": 1, "data": [ { "uid": "1054145308280686266", "username": "mmls010", "realname": "陈十一", "telephone": null, "sex": 0, "pinyin": "ChenShiYi", "initial": "C", "face": "http://www.12xuetest.com/Common/images/face/middle/online_teacher_1.jpg" }, { "uid": "1054145308280686267", "username": "mmls011", "realname": "楮十二", "telephone": "16611111111", "sex": 1, "pinyin": "ChuShiEr", "initial": "C", "face": "http://www.12xuetest.com/Common/images/face/middle/online_teacher_1.jpg" } ], "nowPage": 1, "totalRows": 2 } } //type=usr { "ret": 0, "msg": "ok", "data": { "C": [ { "uid": "1054145308280686266", "username": "mmls010", "realname": "陈十一", "telephone": null, "sex": 0, "pinyin": "ChenShiYi", "initial": "C", "face": "http://www.12xuetest.com/Common/images/face/middle/online_teacher_1.jpg" }, { "uid": "1054145308280686267", "username": "mmls011", "realname": "楮十二", "telephone": "16611111111", "sex": 1, "pinyin": "ChuShiEr", "initial": "C", "face": "http://www.12xuetest.com/Common/images/face/middle/online_teacher_1.jpg" } ], "G": [ { "uid": "1054145308280686300", "username": "mmls044", "realname": "葛四五", "telephone": "16611111113", "sex": 1, "pinyin": "GeSiWu", "initial": "G", "face": "http://www.12xuetest.com/Common/images/face/middle/online_teacher_1.jpg" } ], "S": [ { "uid": "1033145705652156263", "username": "mmls5", "realname": "sss", "telephone": "18654897201", "sex": 2, "pinyin": "Sss", "initial": "S", "face": "http://www.12xuetest.com/Common/images/face/middle/online_teacher_0.jpg" } ], "W": [ { "uid": "1054145308280686268", "username": "mmls012", "realname": "卫十三", "telephone": "16611111112", "sex": 2, "pinyin": "WeiShiSan", "initial": "W", "face": "http://www.12xuetest.com/Common/images/face/middle/online_teacher_0.jpg" } ], "X": [ { "uid": "1033145705652156254", "username": "mmls2", "realname": "校长", "telephone": "18654890000", "sex": 2, "pinyin": "XiaoChang", "initial": "X", "face": "http://res-qiniu.12xue.com/avatar/1033145705652156254/big.jpg?imageView2/1/w/60/h/60&=1573695187" } ] } } ``` - error ```json { "ret": -1, "msg": "参数错误或者未定义" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2019-11-14 09:49:41 * * * * *