列表
请求地址
https://api.es.xiaojukeji.com/river/Regulation/get
请求方式
GET
返回数据格式
JSON
是否需要登录
是 关于登录授权,参见 如何登录授权
访问授权限制
暂无
请求参数
名称 | 类型 | 必选 | 描述 |
client_id | string | yes | 申请应用时分配的AppKey |
access_token | string | yes | 授权后的access token |
timestamp | bigint | yes | 当前时间戳,精确到秒级 |
company_id | string | yes | 企业ID |
sign | string(32) | yes | 签名 |
请求示例
curl -X GET -H "Content-Type: application/x-www-form-urlencoded" https://api.es.xiaojukeji.com/river/Regulation/get?client_id=client_id_test&access_token=141ea31466
返回参数说明
返回值字段 | 字段类型 | 字段说明 |
errno | string | 0表示成功,非0表示失败 |
errmsg | string | errno=0时为常量"SUCCESS",errno!=0时为错误信息 |
data | array | 制度列表信息 |
data数组元素格式
名称 | 类型 | 描述 |
---|---|---|
regulation_id | string | 制度id |
regulation_name | string | 制度名称 |
regulation_employee_name | string | 员工侧展示制度名称 |
regulation_employee_description | string | 员工侧展示制度描述 |
regulation_status | string | 制度状态 0-停用 1-正常 2-删除 3-过期 |
scene_type | int | 因公出行场景 0-个人用车 1-商务出行 2-需审批差旅制度 3-加班 4-办公地点通勤 5-疫期通勤 11-会议用车 91-代叫车 92-接送机 93-包车 94-代驾 95-私车同行 96-行前审批 104-无需审批差旅制度) |
is_use_quota | int | 是否使用个人限额;0-不使用、1-使用 差旅制度默认返回不使用 |
is_approve | int | 制度是否需要审批(0-无需审批,1-需审批) |
source | int | 来源 1-通用规则 2-行前审批 3-差旅,4-无需审批 |
city_type | int | 管控模式 0:不管控;1:中度管控;2:严格管控;3:轻度管控 |
返回示例
{
"errno": 0,
"errmsg": "SUCCESS",
"data": [
{
"regulation_id": "1125918154772942",
"regulation_name": "严格管控",
"regulation_employee_name": "申请出差",
"regulation_employee_description": "",
"regulation_status": "1",
"is_approve": 2,
"scene_type": "2",
"is_use_quota": 0,
"source": 1,
"city_type": 2
},
{
"regulation_id": "1125910705138702",
"regulation_name": "差旅",
"regulation_employee_name": "申请出差",
"regulation_employee_description": "",
"regulation_status": "1",
"is_approve": 2,
"scene_type": "2",
"is_use_quota": 0,
"source": 1,
"city_type": 1
}
],
"request_id": "mbSxNllrNokJM4oG2qH154oTCgZ+9WXg9nXx7NhvzUPkr+nGZA8rh43LCsefizVP"
}}
接口错误解决方案
通用错误解决文档
- 4xx 错误
- 1xxx 错误