Authorization: Bearer ********************
{
"bkey": "bkey",
"vclN": "沪DD5986",
"geo_name": "重庆商超",
"geo_key": "xxxxx",
"status": "IN",
"otime": "2024-10-01 00:00:00",
"lat": 1.0,
"lng": 1.0
}
curl --location --request POST 'http://openapi.freightower.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bkey": "bkey",
"vclN": "沪DD5986",
"geo_name": "重庆商超",
"geo_key": "xxxxx",
"status": "IN",
"otime": "2024-10-01 00:00:00",
"lat": 1.0,
"lng": 1.0
}'
{}