curl --location --request GET 'https://yingyan.baidu.com/api/v3/toll/car?service_id=&entity_name=&start_time=1620119260&end_time=1620121300&ak='
{
status: 0,
message: "成功",
toll: 231.368,
toll_section_num: 1,
toll_sections: [{
toll: 231.368,
toll_type: "TOLL_TYPE_ETC",
road_grade: "高速路",
road_name: "连霍高速",
start_toll_station: {
name: "河南省洛阳市孟津县S243(洛吉快速路)",
coord: {
longitude: 112.47137,
latitude: 34.77311
}
},
end_toll_station: {
name: "河南省郑州市管城回族区G4(京港澳高速)",
coord: {
longitude: 113.81392,
latitude: 34.70144
}
}
}]
}