curl --location --globoff 'https://api.trackingeyes.com/api/truckGPS/pathMeasurement?companyCode=undefined&token=[%E8%8E%B7%E5%8F%96Token]%E6%8E%A5%E5%8F%A3%E8%BF%94%E5%9B%9E%E7%9A%84result%E5%80%BC%20%20%20%20&org=undefined&dest=undefined&strategy=undefined&showRoute=&orgCode=undefined'{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": {
"strategy": "32",
"count": "3",
"org": "青岛港捷丰场站",
"orgLon": "120.200603",
"orgLat": "36.012414",
"dest": "河北省邢台市广宗县经济开发区创业大道万象轴承",
"destLon": "115.169835",
"destLat": "37.051251",
"firstPathMiles": "522.06",
"paths": [
{
"miles": "522.06",
"duration": "312.93",
"restriction": "0",
"path": [
{
"longitude": 120.200522,
"latitude": 36.012467
},
{
"longitude": 120.200106,
"latitude": 36.012061
},
{
"longitude": 120.200106,
"latitude": 36.012062
}
]
},
{
"miles": "533.00",
"duration": "316.62",
"restriction": "0",
"path": [
{
"longitude": 120.200522,
"latitude": 36.012467
},
{
"longitude": 120.200106,
"latitude": 36.012061
},
{
"longitude": 120.200106,
"latitude": 36.012062
}
]
},
{
"miles": "534.83",
"duration": "319.83",
"restriction": "0",
"path": [
{
"longitude": 120.200522,
"latitude": 36.012467
},
{
"longitude": 120.200106,
"latitude": 36.012061
},
{
"longitude": 120.200106,
"latitude": 36.012062
}
]
}
]
}
}