37 lines
926 B
JSON
37 lines
926 B
JSON
[
|
|
{
|
|
"title": "示例取景地",
|
|
"city": "上海",
|
|
"longitude": 121.4737,
|
|
"latitude": 31.2304,
|
|
"description": "适合街拍与城市感构图。",
|
|
"transport": "地铁到站后步行约 10 分钟。",
|
|
"best_time": "傍晚蓝调时刻",
|
|
"difficulty": "低",
|
|
"is_free": true,
|
|
"audit_status": "approved",
|
|
"tag_ids": ["街拍", "城市夜景"],
|
|
"images": [
|
|
"./images/example.jpg"
|
|
]
|
|
},
|
|
{
|
|
"title": "收费影棚示例",
|
|
"city": "上海",
|
|
"longitude": 121.4801,
|
|
"latitude": 31.2352,
|
|
"description": "适合室内棚拍和商业主题拍摄。",
|
|
"transport": "地铁到站后打车约 8 分钟。",
|
|
"best_time": "预约时段",
|
|
"difficulty": "中",
|
|
"is_free": false,
|
|
"price_min": 199,
|
|
"price_max": 499,
|
|
"audit_status": "approved",
|
|
"tag_ids": ["影棚", "室内"],
|
|
"images": [
|
|
"./images/studio.jpg"
|
|
]
|
|
}
|
|
]
|