{
"trackId": "247",
"deviceId": "11",
"mileage": {
"gj": "5250,6750,8250,9125",
"chord": "1375,5875,9000,11750",
"seam": "125,375,1250,1500",
"left": "375",
"right": "500"
}
}
curl --location --request POST 'http://127.0.0.1:8086/api/task/getDataByMileage' \
--header 'Content-Type: application/json' \
--data-raw '{
"trackId": "247",
"deviceId": "11",
"mileage": {
"gj": "5250,6750,8250,9125",
"chord": "1375,5875,9000,11750",
"seam": "125,375,1250,1500",
"left": "375",
"right": "500"
}
}'