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"
}
]
}