LAE-log/backend/db/quotes.json
2026-05-16 11:50:33 +08:00

48 lines
1.1 KiB
JSON

[
{
"id": "Q001",
"order_id": "ORDER-003",
"provider_id": "U002",
"drone_id": "D001",
"price": 380,
"eta_minutes": 18,
"distance_km": 45.0,
"provider_name": "张师傅",
"drone_name": "大疆M30T",
"provider_rating": 4.9,
"provider_flights": 856,
"status": "active",
"created_at": "2026-05-16 10:16:00"
},
{
"id": "Q002",
"order_id": "ORDER-003",
"provider_id": "U005",
"drone_id": "D006",
"price": 420,
"eta_minutes": 22,
"distance_km": 45.0,
"provider_name": "赵师傅",
"drone_name": "大疆M3E",
"provider_rating": 4.8,
"provider_flights": 689,
"status": "active",
"created_at": "2026-05-16 10:17:00"
},
{
"id": "Q003",
"order_id": "ORDER-007",
"provider_id": "U004",
"drone_id": "D005",
"price": 150,
"eta_minutes": 8,
"distance_km": 2.8,
"provider_name": "王师傅",
"drone_name": "大疆M30T",
"provider_rating": 4.7,
"provider_flights": 412,
"status": "active",
"created_at": "2026-05-16 11:16:00"
}
]