Authorization: ********************{
"line_class_day_gid": "GD20260601001",
"start_station_gid": "SG20260601001",
"end_station_gid": "SG20260601002",
"passengers": [
{
"name": "张三",
"phone": "13800138000",
"cert_no": "330106199001011234",
"cert_type": 1,
"is_child": true
}
]
}curl --location 'https://api.longxiachuxing.com/open/v1/bus/order/pre' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"line_class_day_gid": "GD20260601001",
"start_station_gid": "SG20260601001",
"end_station_gid": "SG20260601002",
"passengers": [
{
"name": "张三",
"phone": "13800138000",
"cert_no": "330106199001011234",
"cert_type": 1,
"is_child": true
}
]
}'{
"code": 0,
"data": {
"total_price": 80,
"passenger_count": 1,
"avail_seat_count": 20
},
"message": "success",
"request_id": "req_a1b2c3"
}