账单
正式环境
正式环境
GET
/v1/orders/{didi_oid}/bill
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.xiaojukeji.com//v1/orders//bill' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
响应示例响应示例
{
"oid": "string",
"didi_oid": "string",
"status": "string",
"create_time": "string",
"price": {
"currency": "string",
"amount": 0,
"total_time": 0,
"total_distance": 0,
"type": "string",
"description": "string",
"description_cn": "string"
},
"charges": [
{
"currency": "string",
"amount": 0,
"type": "string",
"description": "string",
"description_cn": "string"
}
]
}
请求参数
Path 参数
didi_oid
string
必需
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Authorization
string
必需
示例值:
Bearer domain|{access_token}
undefined
string
可选
返回响应
修改于 2021-11-23 06:04:30