账单
GET
/v1/orders/{didi_oid}/bill接口类型: 类型接口
scope:public
功能: 获得本次行程的总花费、包括基本费用、溢价费用
支持运力: private-car,express-car,taxi(只有司机填写了账单才能获取)
请求参数
Path 参数
didi_oid
string
必需
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Authorization
string
必需
示例值:
Bearer domain|{access_token}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
oid
string
必需
第三方订单id(如果提供了)
didi_oid
string
滴滴订单id
status
string
行程状态(见备注)
create_time
string
约车时间
price
object
必需
行程总费用,只在行程结束时返回
currency
string
货币种类
amount
integer
金额,单位:分
total_time
integer
总时长,单位:秒
total_distance
integer
总里程,单位:米
type
string
费用类型
description
string
费用描述,英文
description_cn
string
费用描述,中文
charges
array [object {5}]
v
currency
string
必需
amount
integer
必需
type
string
必需
description
string
必需
description_cn
string
必需
示例
未设置
最后修改时间: 3 年前