列表

请求地址

https://api.es.xiaojukeji.com/river/Rank/getRanks

返回数据格式

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 --location 'https://api.es.xiaojukeji.com/river/Rank/getRanks?access_token=e499c92a68fa595a170e11b8a334c6dd553de29d&client_id=769bc98aaade3f9fae8&company_id=702636408324425&sign=9330161783c1aae7b2e3b5c3235f2e37&timestamp=169475826600'

返回参数说明

参数名称 数据类型 说明
errno int 错误码,正确时为0,错误时为相应的错误码
errmsg string 正确时为“SUCCESS”,错误时为相应的错误信息
data object
data.total int 职级集合中的条数
data.records array 职级数据集合
data.records.id string 职级 id
data.records.name string 职级名称

返回示例

{
    "errno":0,
    "errmsg":"success",
    "data":{
        "total":2,
        "records":[
            {
                "id":"3241893421",
                "name":"didi"
            },
            {
                "id":"3241893312",
                "name":"diditest1"
            }
        ]
    }
}

接口错误解决方案

通用错误解决文档

  1. 4xx 错误
  2. 1xxx 错误

results matching ""

    No results matching ""