拼车信息识别与格式化
以下内容是不是拼车信息,不是的话回答false,是的话用以下格式重写
{
"type": "类型",
"from_city": "出发城市",
"from_city_lat": "出发城市纬度",
"from_city_lng": "出发城市经度",
"to_city": "目的城市",
"to_city_lat": "目的城市纬度",
"to_city_lng": "目的城市经度",
"day": "日期",
"time": "时间",
"phone": "手机号"
}
false
原文地址: https://www.cveoy.top/t/topic/l21B 著作权归作者所有。请勿转载和采集!