Authorization: Bearer ********************
{
"vclN": "浙B0V8XX",
"bkey": "CNT0000000XXXXX",
"origin": {
"name": "重庆商超",
"key": "123456",
"center": {
"lat": 29.428652,
"lng": 106.288579
},
"radius": 1000
},
"transfer": {
"name": "重庆商超",
"key": "123456",
"center": {
"lat": 29.428652,
"lng": 106.288579
},
"radius": 1000
},
"destination": {
"name": "重庆商超",
"key": "123456",
"center": {
"lat": 29.428652,
"lng": 106.288579
},
"radius": 1000
}
}
curl --location --request POST 'http://openapi.freightower.com/truck/geo/bindings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vclN": "浙B0V8XX",
"bkey": "CNT0000000XXXXX",
"origin": {
"name": "重庆商超",
"key": "123456",
"center": {
"lat": 29.428652,
"lng": 106.288579
},
"radius": 1000
},
"transfer": {
"name": "重庆商超",
"key": "123456",
"center": {
"lat": 29.428652,
"lng": 106.288579
},
"radius": 1000
},
"destination": {
"name": "重庆商超",
"key": "123456",
"center": {
"lat": 29.428652,
"lng": 106.288579
},
"radius": 1000
}
}'
{
"statusCode": 20000,
"message": "成功",
"data": null
}