Authorization: Bearer ********************{
"vclN": "苏A123456"
}curl --location 'http://openapi.freightower.com/truck/geo/bindings/stop' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"vclN": "苏A123456"
}'{
"statusCode": 20000,
"message": "成功",
"data": [
{
"id": "48036",
"terminal": "苏A123456",
"businessKey": "JY26082100160",
"businessNo": "",
"status": "CANCELLED"
}
]
}