curl --location --request GET 'https://api.xiaojukeji.com//v1/orders//status' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
{
"didi_oid": "string",
"is_pay": 0,
"permit": 0,
"pay_detail": {
"type": 0,
"currency": "string",
"pay_time": "string",
"total_fee": 0,
"real_fee": 0
}
}