curl --location --request GET 'https://api.xiaojukeji.com//v1/orders//location' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
{
"oid": "string",
"didi_oid": "string",
"status": "string",
"driver": {
"lng": 0,
"lat": 0
},
"map_type": "string"
}