角色查询
请求地址
https://api.es.xiaojukeji.com/river/Role/get
数据格式
JSON
请求方式
GET
是否需要登录
是 关于登录授权,参见 如何登录授权
访问授权限制
暂无
请求参数
名称 | 类型 | 必选 | 描述 |
client_id | string | yes | 申请应用时分配的AppKey |
access_token | string | yes | 授权后的access token |
timestamp | bigint | yes | 当前时间戳,精确到秒级 |
company_id | string | yes | 企业ID |
sign | string | yes | 签名 |
注意事项
暂无
请求示例
curl -X GET -H "Content-Type: application/x-www-form-urlencoded" https://api.es.xiaojukeji.com/river/Role/get?client_id=client_id_test&access_token=141ea31466478eab2f1c1ddcca2675b989a16552×tamp=1566764837&company_id=12345678980&sign=091cf244ad5ab16935cfe44fc698bc58
返回参数说明
返回值字段 | 字段类型 | 字段说明 |
errno | string | 0表示成功,非0表示失败 |
errmsg | string | errno=0时为常量"SUCCESS",errno!=0时为错误信息 |
data | array | 角色数组 |
data数组元素格式
返回值字段 | 字段类型 | 字段说明 |
id | string | 角色ID |
name | string | 角色中文名称 |
alias | string | 角色英文别名 |
返回示例
{
"errno":0,
"errmsg":"SUCCESS",
"data":[
{
"id":"1235901681377206",
"name":"超级管理员",
"alias":"system_super_admin"
}
]
}
接口错误解决方案
通用错误解决文档
- 4xx 错误
- 1xxx 错误