接口说明
-
1、关于开始日期、结束日期、开始时间、结束时间订单列表接口会根据支付时间、退款时间、个人支付转个人垫付时间查,这三个时间的任意一个在时间范围内,就会被查询出来。2018-08-23这个订单个人支付转个人垫付时间是2018-10-8 07:58 所以滴滴返回的订单列表中含有 paytime=2018-08-23 08:51:29的订单
2、关于分页第一次查询,offset应为0;涉及多次查询时,后续的offset应为length的整数倍。根据返回值的total(总条数),判断一共需要查询几次(total/length 向上取整)例如:第一次offset 0, length 100, 第二次应该是offset 100, length 100。offset应为length的整数倍
3、关于个人垫付订单当开通企业审批报销高级版、第三方费控报销高级版时,能查看所有端的个人垫付订单当未开通以上高级版时,只能查看滴滴企业版App的个人垫付订单
4、订单查询请求的开始日期和结束日期时间跨度不能大于七天。若只传开始日期,则返回结果为开始日期后的七天范围内的订单查询结果;若只传结束日期,则返回结果为结束日期前七天范围内的订单
基本信息
HTTP URL |
/river/Order/get |
---|---|
HTTP Method |
GET |
权限要求 |
|
请求头
参数名称 |
参数值 |
---|---|
Content-Type |
application/json |
请求参数
字段名 |
字段说明 |
字段类型 |
必填 |
备注 |
---|---|---|---|---|
client_id |
申请应用时分配的AppKey |
string |
Y |
申请应用时分配的AppKey |
access_token |
授权后的access token |
string |
Y |
授权后的access token |
timestamp |
当前时间戳 |
bigint |
Y |
当前时间戳 |
company_id |
企业 ID |
string |
Y |
企业 ID |
call_phone |
叫车人手机号 |
string |
N |
叫车人手机号 |
phone |
乘客手机号 |
string |
N |
乘客手机号 |
start_date |
开始日期 |
string |
N |
开始日期(如:2015-05-01) |
end_date |
结束日期 |
string |
N |
结束日期(如:2015-05-28) |
start_time |
开始时间 |
string |
N |
开始时间(如:2018-12-12 20:00:00) |
end_time |
结束时间 |
string |
N |
结束时间(如:2018-12-12 21:00:00) |
use_car_type |
用车方式 |
int |
N |
用车方式(1:出租车,2:专车,3:快车,4:代驾,5:豪华车) |
pay_type |
支付方式 |
int |
N |
支付方式(0企业支付 1个人垫付 2混合支付) |
is_invoice |
开票状态 |
int |
N |
开票状态(1:开过 0:未开) |
budget_center_id |
成本中心ID |
string |
N |
成本中心ID滴滴内部budget_center的ID 查询优先级高于out_budget_id和name字段 |
out_budget_id |
外部成本中心ID |
string |
N |
外部成本中心ID 外部同步成本中心项目的外部CODE,查询使用部门时,name字段不使用。 |
name |
外部成本中心名称 |
string |
N |
外部成本中心名称 外部同步成本中心项目的外部名称。查询项目时,out_budget_id和name必须一起使用 |
offset |
数据开始位置 |
int |
Y |
数据开始位置。第一次查询,offset应为0;涉及多次查询时,offset应为length的整数倍 |
length |
数据条数 |
int |
Y |
数据条数(最大100条) |
need_approval_id |
是否需要返回审批单ID字段 |
int |
N |
是否需要返回审批单ID字段 0:不返回 1:返回。默认0 |
need_rule_info |
|
int |
N |
|
need_abnormal_msg |
是否返回敏感订单信息 |
int |
N |
枚举值数字 0-否;1-是 |
need_project_info |
是否返回项目信息 |
int |
N |
是否返回项目信息,0-不返回,1-返回(为1时,返回 budget_extra_info) |
sign |
签名 |
string |
Y |
签名 |
need_call_employee_number |
是否返回叫车人工号 |
int |
N |
是否返回叫车人工号(call_employee_number),0 不返回,1 返回 |
请求示例
curl -X GET -H "Content-Type: application/x-www-form-urlencoded" https://api.es.xiaojukeji.com/river/Order/get?client_id=client_id_test&access_token=141ea31466478eab2f1c1ddcca2675b989a16552×tamp=1566764837&company_id=12345678980&offset=0&length=100&sign=091cf244ad5ab16935cfe44fc698bc58
响应参数
返回参数:
字段名 |
字段说明 |
字段类型 |
必填 |
备注 |
---|---|---|---|---|
errno |
错误,0表示成功,非0表示失败 |
string |
Y |
|
errmsg |
errno=0时为常量"SUCCESS",errno!=0时为错误信息 |
string |
Y |
|
data |
数据 |
object |
Y |
|
data数据格式
字段名 |
字段中文说明 |
字段类型 |
备注 |
---|---|---|---|
total |
此次查询符合条件的订单总数 |
int |
|
records |
订单集合 |
array |
|
records数组元素格式
字段名 |
字段中文说明 |
字段类型 |
备注 |
---|---|---|---|
order_id |
订单id |
string |
订单id |
call_phone |
叫车人手机号 |
string |
叫车人手机号 |
passenger_phone |
乘车人手机号 |
string |
乘车人手机号 |
passenger_name |
乘车人名字 |
string |
乘车人名字 |
member_id |
员工在滴滴的id |
string |
叫车人员工在滴滴的id |
city |
城市id |
int |
城市id |
city_name |
城市名称 |
string |
城市名称 |
start_name |
出发地名称 |
string |
出发地名称 |
actual_start_name |
实际出发地名称 |
string |
实际出发地名称 |
end_name |
目的的名称 |
string |
目的的名称 |
actual_end_name |
实际目的地名称 |
string |
实际目的地名称 |
actual_flat |
出发地纬度 |
string |
出发地纬度 |
actual_flng |
出发地经度 |
string |
出发地经度 |
actual_tlat |
目的地纬度 |
string |
目的地纬度 |
actual_tlng |
目的地经度 |
string |
目的地经度 |
normal_distance |
总里程 |
float |
总里程 |
create_time |
下单时间 |
string |
下单时间(订单生成时间) |
departure_time |
出发时间 |
string |
出发时间(预约单为预约出发时间) |
strive_time |
接单时间 |
string |
接单时间 |
meet_time |
接驾时间 |
string |
接驾时间 |
begin_charge_time |
开始计价时间 |
string |
开始计价时间 |
finish_time |
结束计价时间 |
string |
结束计价时间 |
pay_time |
支付时间 |
string |
支付时间 |
refund_time |
退款时间 |
string |
退款时间 |
require_level |
用车车型 |
int |
用车车型(100舒适型,400六座商务, 200行政级,600普通快车,900优享快车,1000豪华车,1100企业出租车,2000优选出租车,40600企业特价快车) 以上为常用枚举。全量请参考附录展示的枚举。 |
use_car_type |
用车车型大类 |
int |
用车车型大类(2-专车、3-快车、5-豪华车) |
sub_use_car_type |
用车场景 |
int |
用车场景, 0 - 市内用车,1 - 接送机,2 - 接送站,3 - 接送汽车站,4 - 接送渡口 |
status |
订单状态 |
int |
订单状态(2-已支付、3-已退款、4-已取消、7-部分退款) |
pay_type |
支付类型 |
int |
支付类型(0-企业支付、1-个人支付、2-混合支付) |
order_source |
订单来源 |
int |
订单来源(0-Web、1-滴滴出行App、2-H5、3-OpenAPI、4-企业APP、5-邀约券、6-SDK、8-Webapp、10-企业app H5) |
supplier_type |
运力来源 |
int |
枚举值 0自营 1API 2花小猪自营 3鸿鹄三方 |
pricing_mode |
计价模型 |
int |
计价模型(0-实时计价、1-一口价、2-两口价(一口价变成实时计价)) |
is_carpool |
是否为拼车 |
int |
是否为拼车(0-非拼车,1-拼车) |
is_invoice |
是否已开票 |
int |
是否已开票(0-未开票、1-已开票) |
estimate_price |
预估金额 |
string |
预估金额,单位:元 |
total_price |
订单总金额 |
float |
订单总金额,单位:元 |
actual_price |
实付金额 |
float |
实付金额(总金额-券抵扣金额),单位:元 |
refund_price |
退款金额 |
float |
退款金额,单位:元 |
company_pay |
公司支付金额 |
float |
公司支付金额,单位:元 |
company_card_pay |
公司出行卡支付金额 |
float |
公司出行卡支付金额,单位:元 |
personal_pay |
个人支付金额 |
float |
个人支付金额,单位:元 |
company_real_pay |
公司实付金额 |
float |
公司实付金额,单位:元 |
company_card_real_pay |
公司出行卡实付金额 |
float |
公司出行卡实付金额,单位:元 |
personal_real_pay |
个人实付金额 |
float |
个人实付金额,单位:元 |
company_real_refund |
公司实际退款金额 |
float |
公司实际退款金额,单位:元 |
company_card_real_refund |
公司出行卡实际退款金额 |
float |
公司出行卡实际退款金额,单位:元 |
personal_real_refund |
个人实际退款金额 |
float |
个人实际退款金额,单位:元 |
budget_center_id |
成本中心id |
string |
成本中心id |
use_car_config_id |
用车规则id |
string |
用车规则id |
is_sensitive |
是否为敏感订单 |
int |
是否为敏感订单(0-不是敏感订单、1-敏感订单) |
sensitive_rule_id |
命中的敏感规则id |
string |
命中的敏感规则id |
approval_id |
滴滴内部审批单id |
string |
滴滴内部审批单id |
out_approval_id |
接入方审批单id |
string |
接入方审批单id |
callback_info |
下单时用户携带的callback_info |
string |
下单时用户携带的callback_info |
extra_info |
扩展信息 |
string |
扩展信息,自定义字段(创建审批单的扩展信息) |
extend_field_list |
申请单基础信息 |
string |
申请单基础信息, 拓展信息list,json 串 |
encrypted_info |
订单加密信息 |
string |
订单加密信息(可忽略) |
remark |
备注信息 |
string |
备注信息 |
is_abnormal |
是否为敏感订单 |
int |
是否为敏感订单(0-否,1-是) need_abnormal_msg=1时返回 |
abnormal_explanation |
敏感订单员工说明文案 |
string |
敏感订单员工说明文案;need_abnormal_msg=1时返回 |
abnormal_type |
敏感订单类型 |
string |
敏感订单类型;need_abnormal_msg=1时返回 |
reason_type |
敏感订单解释原因类型 |
string |
敏感订单解释原因类型;need_abnormal_msg=1时返回 |
operation_type |
敏感订单干预方式 |
int |
0 、无,限仅开通敏感订单1.0 或 未开通敏感订单(含1.0+2.0) |
rule_name |
制度名称 |
string |
制度名称(need_rule_info = 1 时返回) |
regulation_id |
制度ID |
int64 |
制度ID (need_rule_info = 1 时返回 |
type |
订单类型 |
int |
订单类型(0:实时、1:预约) |
dest_city |
目的城市ID |
string |
目的城市ID |
dest_city_name |
目的城市名称 |
string |
目的城市名称 |
group_id |
部门ID |
string |
部门ID |
budget_extra_info |
项目扩展信息的自定义字段 |
string |
项目扩展信息的自定义字段;最长不大于 500 字符;(必须为json字符串,json解析后不能为空); |
call_employee_number |
叫车人工号 |
string |
叫车人工号 |
budget_center_list |
多成本中心 |
array |
参考budget_center_list对象 |
actual_start_address |
实际出发地址 |
string |
实际出发地址 |
actual_end_address |
实际到达地址 |
string |
实际到达地址 |
departure_county_id |
出发区县 ID |
string |
出发区县 ID |
departure_county_name |
出发区县名称 |
string |
出发区县名称 |
destination_county_id |
到达区县 ID |
string |
到达区县 ID |
destination_county_name |
到达区县 名称 |
string |
到达区县 名称 |
stopover_points |
途经点 |
array |
参考stopover_points对象 |
budget_center_list
字段 |
字段说明 |
字段类型 |
备注 |
---|---|---|---|
app_name |
字段员工侧展示名称 |
string |
|
sequence |
字段序号 |
int |
字段序号 支持从1到9 |
id |
滴滴主键 |
string |
sequence为1时,生效 |
value |
对应成本中心的值 |
string |
对应成本中心的值。sequence为1时与name字段一致,sequence为2时,对应extend_field_01,sequence为3时,对应extend_field_02,sequence为4时,对应extend_field_03 |
code |
对应成本中心的编码 |
string |
对应成本中心的编码。sequence为1时与out_budget_id字段一致 sequence为2到9时,CODE无效。 |
extend_field_list
字段名 |
字段中文说明 |
字段类型 |
必填 |
备注 |
---|---|---|---|---|
extend_field_01 |
扩展信息一 |
string |
N |
|
extend_field_02 |
扩展信息二 |
string |
N |
|
extend_field_03 |
扩展信息三 |
string |
N |
|
stopover_points
字段 |
字段说明 |
字段类型 |
备注 |
---|---|---|---|
cityid |
途经点城市id |
string |
|
address |
途经点详细地址 |
string |
途经点的详细地址信息 |
stop_id |
途经点id |
int |
|
city |
途径点城市名称 |
string |
|
lng |
途经点经度 |
string |
|
lat |
途经点维度 |
string |
|
name |
途经点名称 |
string |
|
status |
途径点状态 |
int |
状态分为0和1,0代表还未经过途径点,1代表已经经过途径点 |
响应示例
正常示例
{
"errno": 0,
"errmsg": "SUCCESS",
"data": {
"total": 4,
"records": [
{
"order_id": "1125937328253434",
"create_time": "2024-07-18 18:04:25",
"require_level": "600",
"product_category": 5000,
"start_name": "弘源·新时代东门",
"end_name": "滴滴新橙海大厦B座",
"departure_time": "2024-07-18 18:04:25",
"strive_time": "2024-07-18 18:04:49",
"meet_time": "2024-07-18 18:04:52",
"begin_charge_time": "2024-07-18 18:04:59",
"finish_time": "2024-07-18 18:05:04",
"status": "2",
"member_id": "1125937310409713",
"pay_time": "2024-07-18 19:00:08",
"total_price": "16.50",
"actual_price": "16.50",
"refund_price": "0.00",
"refund_time": "",
"is_invoice": 0,
"use_car_type": "3",
"call_phone": "00016240942",
"passenger_phone": "00016240942",
"passenger_name": "荣员工2",
"pay_type": "1",
"budget_center_id": "0",
"budget_item_id": "0",
"use_car_config_id": "1125937233736352",
"city": "1",
"order_source": "4",
"company_real_pay": "0.00",
"personal_real_pay": "16.50",
"company_card_real_pay": "0.00",
"personal_pay": "16.50",
"company_pay": "0.00",
"company_card_pay": "0.00",
"company_real_refund": "0.00",
"personal_real_refund": "0.00",
"company_card_real_refund": "0.00",
"estimate_price": "25.96",
"is_carpool": "0",
"remark": "",
"actual_flat": "39.913370000000",
"actual_flng": "116.452960000000",
"actual_tlat": "39.933490000000",
"actual_tlng": "116.514310000000",
"normal_distance": "0",
"actual_end_name": "国美第一城-东院",
"actual_start_name": "光华路口东-公交站",
"city_name": "北京市",
"pricing_mode": 0,
"encrypted_info": "kwOmjSZe0KH%2BQcO4tozy%2FqNnt5n4PNPTJGMAcMIjOz8z%2F1%2F%2BPK0L%2FSeqqqj5e7hLpfAtLfa6FSjiLjoS8E5jYbsuyzYCsQkJhvOh21z4m7h%2Fmy%2B0nZL6KJRDKJZUcpxr",
"is_sensitive": 0,
"sensitive_rule_id": 0,
"callback_info": "",
"is_abnormal": 0,
"abnormal_type": "",
"reason_type": "",
"abnormal_explanation": "",
"operation_type": 0,
"upgrade_type": 0,
"is_personal_dispatch": 0,
"level_type": 0,
"combo_type": 0,
"sub_use_car_type": 0,
"type": "0",
"group_id": "1125915646135311",
"dest_city_name": "北京市",
"dest_city": "1",
"pre_total_fee": "",
"fixed_discount_fee": "",
"discount_fee": "",
"company_real_refund_detail": [
],
"supplier_type": "0"
},
{
"order_id": "1125937322763043",
"create_time": "2024-07-18 16:40:58",
"require_level": "600",
"product_category": 5000,
"start_name": "弘源·新时代东门",
"end_name": "龙泽-地铁站",
"departure_time": "2024-07-18 16:40:58",
"strive_time": "2024-07-18 16:41:27",
"meet_time": "2024-07-18 16:41:35",
"begin_charge_time": "2024-07-18 16:41:41",
"finish_time": "2024-07-18 16:41:47",
"status": "2",
"member_id": "1125937310409713",
"pay_time": "2024-07-18 17:43:26",
"total_price": "16.50",
"actual_price": "16.50",
"refund_price": "0.00",
"refund_time": "",
"is_invoice": 0,
"use_car_type": "3",
"call_phone": "00016240942",
"passenger_phone": "00016240942",
"passenger_name": "荣员工2",
"pay_type": "0",
"budget_center_id": "0",
"budget_item_id": "0",
"use_car_config_id": "1125937233736352",
"city": "1",
"order_source": "4",
"company_real_pay": "16.50",
"personal_real_pay": "0.00",
"company_card_real_pay": "0.00",
"personal_pay": "0.00",
"company_pay": "16.50",
"company_card_pay": "0.00",
"company_real_refund": "0.00",
"personal_real_refund": "0.00",
"company_card_real_refund": "0.00",
"estimate_price": "24.01",
"is_carpool": "0",
"remark": "",
"actual_flat": "39.913370000000",
"actual_flng": "116.452960000000",
"actual_tlat": "39.933490000000",
"actual_tlng": "116.514310000000",
"normal_distance": "0",
"actual_end_name": "国美第一城-东院",
"actual_start_name": "光华路口东-公交站",
"city_name": "北京市",
"pricing_mode": 0,
"encrypted_info": "XgWafbXz1BAy9EXhMCOiwyNLOXSV5yqRN9pDq2gMBj1dAg%2B0%2FJCU6cBRzpDQbee4kdPQIpF6LW4WCo0nXttE2B5BNdLGFYZKE0oWU%2By1Xo%2BGrEMonfOZU%2BXu%2F9JtagH6",
"is_sensitive": 0,
"sensitive_rule_id": 0,
"callback_info": "",
"is_abnormal": 0,
"abnormal_type": "",
"reason_type": "",
"abnormal_explanation": "",
"operation_type": 0,
"upgrade_type": 0,
"is_personal_dispatch": 0,
"level_type": 0,
"combo_type": 0,
"sub_use_car_type": 0,
"type": "0",
"group_id": "1125915646135311",
"dest_city_name": "北京市",
"dest_city": "1",
"pre_total_fee": "",
"fixed_discount_fee": "",
"discount_fee": "",
"company_real_refund_detail": [
],
"supplier_type": "0"
},
{
"order_id": "1125937314742704",
"create_time": "2024-07-18 14:41:48",
"require_level": "600",
"product_category": 5000,
"start_name": "万科天空之城B座",
"end_name": "龙泽-地铁站",
"departure_time": "2024-07-18 14:41:48",
"strive_time": "2024-07-18 14:42:11",
"meet_time": "2024-07-18 14:42:16",
"begin_charge_time": "2024-07-18 14:42:22",
"finish_time": "2024-07-18 14:42:26",
"status": "4",
"member_id": "1125937310409713",
"pay_time": "2024-07-18 16:31:35",
"total_price": "15.30",
"actual_price": "0.00",
"refund_price": "0.00",
"refund_time": "",
"is_invoice": 0,
"use_car_type": "3",
"call_phone": "00016240942",
"passenger_phone": "00016240942",
"passenger_name": "荣员工2",
"pay_type": "0",
"budget_center_id": "0",
"budget_item_id": "0",
"use_car_config_id": "1125937233736352",
"city": "1",
"order_source": "4",
"company_real_pay": "0.00",
"personal_real_pay": "0.00",
"company_card_real_pay": "0.00",
"personal_pay": "0.00",
"company_pay": "15.30",
"company_card_pay": "0.00",
"company_real_refund": "0.00",
"personal_real_refund": "0.00",
"company_card_real_refund": "0.00",
"estimate_price": "15.30",
"is_carpool": "0",
"remark": "",
"actual_flat": "39.913370000000",
"actual_flng": "116.452960000000",
"actual_tlat": "39.933490000000",
"actual_tlng": "116.514310000000",
"normal_distance": "0",
"actual_end_name": "国美第一城-东院",
"actual_start_name": "光华路口东-公交站",
"city_name": "北京市",
"pricing_mode": 0,
"encrypted_info": "BrA0G5HX8nMkcZf3q25XQ%2B6AoD38Lxks4KHC8eFCDTDlb%2BQcJQRZPBM31OWhVGltTrAB3FwdBT4HCygdUPPJa2jS%2FIxGOn%2B8mOxYEmEVjZ71eVFocMYLR1BS9KXwUHxk",
"is_sensitive": 0,
"sensitive_rule_id": 0,
"callback_info": "",
"is_abnormal": 0,
"abnormal_type": "",
"reason_type": "",
"abnormal_explanation": "",
"operation_type": 0,
"upgrade_type": 0,
"is_personal_dispatch": 0,
"level_type": 0,
"combo_type": 0,
"sub_use_car_type": 0,
"type": "0",
"group_id": "1125915646135311",
"dest_city_name": "北京市",
"dest_city": "1",
"pre_total_fee": "",
"fixed_discount_fee": "",
"discount_fee": "",
"company_real_refund_detail": [
],
"supplier_type": "0"
},
{
"order_id": "1125937310433192",
"create_time": "2024-07-18 13:18:17",
"require_level": "600",
"product_category": 5000,
"start_name": "万科天空之城B座",
"end_name": "滴滴新橙海大厦B座",
"departure_time": "2024-07-18 13:18:17",
"strive_time": "2024-07-18 13:18:38",
"meet_time": "2024-07-18 13:18:47",
"begin_charge_time": "2024-07-18 13:18:53",
"finish_time": "2024-07-18 13:19:00",
"status": "2",
"member_id": "1125937310409713",
"pay_time": "2024-07-18 14:36:06",
"total_price": "15.30",
"actual_price": "15.30",
"refund_price": "0.00",
"refund_time": "",
"is_invoice": 0,
"use_car_type": "3",
"call_phone": "00016240942",
"passenger_phone": "00016240942",
"passenger_name": "荣员工2",
"pay_type": "0",
"budget_center_id": "0",
"budget_item_id": "0",
"use_car_config_id": "1125937233736352",
"city": "1",
"order_source": "4",
"company_real_pay": "15.30",
"personal_real_pay": "0.00",
"company_card_real_pay": "0.00",
"personal_pay": "0.00",
"company_pay": "15.30",
"company_card_pay": "0.00",
"company_real_refund": "0.00",
"personal_real_refund": "0.00",
"company_card_real_refund": "0.00",
"estimate_price": "25.50",
"is_carpool": "0",
"remark": "",
"actual_flat": "39.913370000000",
"actual_flng": "116.452960000000",
"actual_tlat": "39.933490000000",
"actual_tlng": "116.514310000000",
"normal_distance": "0.1",
"actual_end_name": "国美第一城-东院",
"actual_start_name": "光华路口东-公交站",
"city_name": "北京市",
"pricing_mode": 0,
"encrypted_info": "CAVmiKijRorTh7zZ%2BoajS13zLVeN433AJ8TXPRlt5VVJFpvIbnY2Pe3pvN5NPvQ47NW5bMreCjZT9xfHtaztctsp3t88erQ%2FTwZdFRS%2FW2QIPdWHYAk9iiSfvVxw5bKq",
"is_sensitive": 0,
"sensitive_rule_id": 0,
"callback_info": "",
"is_abnormal": 1,
"abnormal_type": "代别人叫车",
"reason_type": "发单位置异常,订单起点与实际叫车地点相距过远(相距:4.3公里)",
"abnormal_explanation": "敏感订单情况说明1111111111",
"operation_type": 4,
"upgrade_type": 0,
"is_personal_dispatch": 0,
"level_type": 0,
"combo_type": 0,
"sub_use_car_type": 0,
"type": "0",
"group_id": "1125915646135311",
"dest_city_name": "北京市",
"dest_city": "1",
"pre_total_fee": "",
"fixed_discount_fee": "",
"budget_center_list": [
],
"actual_start_address": "北京市朝阳区光华路9号光华路SOHO2C座光华路SOHO2期-C座F16-1",
"actual_end_address": "北京市朝阳区国美餐饮街国美第一城-3号院",
"discount_fee": "",
"company_real_refund_detail": [
],
"supplier_type": "0"
}
]
},
"request_id": "zP0OSTssYlas+\/2+3h825+hvPx2f5KlrbJhxrEH0wqiSSFtLFPrfXw8HUznvR9vs"
}
异常示例
{
"errno": 401,
"errmsg": "access_token不合法或已过期",
"request_id": "202311010956450ab68d336541b05d4add9cabab572002"
}
错误码
附录
require_level全量枚举:
CODE |
说明 |
---|---|
100 |
专车舒适型 |
200 |
专车行政型 |
400 |
专车商务型 |
500 |
专车优选型 |
600 |
普通快车 |
900 |
快车优享型 |
1000 |
豪华车 |
1400 |
豪华车-宝马5系 |
1401 |
豪华车-奥迪A6L |
1402 |
豪华车-专车页面下豪华车 |
1403 |
豪华车-特斯拉 |
1404 |
豪华车-奔驰S级 |
1405 |
豪华车-奔驰V级 |
1406 |
豪华车-豪华六座 |
1407 |
豪华车-埃尔法 |
1408 |
豪华车-场景车型 |
1409 |
豪华车-Panamera |
1410 |
豪华车-豪华轿车 |
1411 |
豪华车-红旗H7 |
1412 |
豪华车-英菲尼迪 |
1413 |
豪华车-保时捷 |
1414 |
豪华车-林肯大陆 |
1415 |
豪华车-奥迪A8L |
1416 |
豪华车-讴歌RDX |
1417 |
豪华车-蔚来ES8 |
1418 |
豪华车-兰博基尼 |
1419 |
豪华车-雷克萨斯 |
1420 |
豪华车-沃尔沃 |
1500 |
好豪华车-奔驰E级 |
1600 |
豪华车-捷豹路虎 |
1100 |
企业出租车 |
2000 |
优选出租车 |
2300 |
同时呼叫 |
40600 |
企业特价快车 |
版本记录
日期 |
更新人 |
更新内容 |
上线时间 |
---|---|---|---|
2024.04.18 |
陈继诗 |
文档迁移 |
2024.04.18 |
2024.05.06 |
陈继诗 |
require_level增加枚举40600 |
2024.05.06 |
2024.05.13 |
陈继诗 |
文档修改:返回增加预估金额 |
2024.05.13 |
2024.06.20 |
陈继诗 |
文档更新:增加supplier_type |
2024.06.20 |
2024.07.22 |
陈继诗 |
文档更新:返回增加operation_type |
2024.07.22 |
2024.09.02 |
陈继诗 |
新增budget_center_list信息 |
2024.09.13 |
2024.09.27 |
陈继诗 |
新增actual_start_address,actual_end_address,departure_county_id,departure_county_name,destination_county_id,destination_county_name |
2024.11.04 |
2025.02.19 |
梁镇超 |
新增stopover_points信息 |
2024.02.19 |