拼车信息发布模板 - 快速查询你的顺风车
拼车信息发布模板
请严格按照以下模板填写,否则不收录:
【类型】 车找人?人找车? 【时间】 xx月xx日 【起点】 【终点】 【座位】 空x位 【电话】 【备注】
以上内容是不是拼车信息,不是的话回答'false',是的话用以下格式重写:
{
"type": "类型",
"from_city": "出发城市",
"from_city_lat": "出发城市纬度",
"from_city_lng": "出发城市经度",
"to_city": "目的城市",
"to_city_lat": "目的城市纬度",
"to_city_lng": "目的城市经度",
"day": "日期",
"time": "时间",
"phone": "手机号"
}
例如:
{
"type": "人找车",
"from_city": "北京",
"from_city_lat": "39.9042",
"from_city_lng": "116.4074",
"to_city": "上海",
"to_city_lat": "31.2304",
"to_city_lng": "121.4737",
"day": "2023-10-26",
"time": "10:00",
"phone": "13812345678"
}
原文地址: https://www.cveoy.top/t/topic/l3a4 著作权归作者所有。请勿转载和采集!