Copyright © 2025
版权所有 成都畅邮信息 xml txt html 成都民宿 知识园地 行业新闻 流量卡 成都民宿 带宽办理输入无效,请确保经纬度在有效范围内(纬度:-90 至 90,经度:-180 至 180)。
";} else {// 查询维也纳酒店 API$url = "https://api.viennahouse.com/rest/v1/hotels";$params = ['latitude' => $latitude,'longitude' => $longitude,'radius' => $radius,'apiKey' => 'YOUR_API_KEY', // 替换为您的维也纳酒店 API 密钥];$ch = curl_init();curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($params));$response = curl_exec($ch);curl_close($ch);$data = json_decode($response, true);if (isset($data['hotels'])) {$hotels = $data['hotels'];} else {$hotels = [];}if (count($hotels) > 0) {echo "";echo "";foreach ($hotels as $hotel) {$distance = number_format($hotel['distance'] / 1000, 2) . ' 公里';echo "";}echo "| 名称 | 地址 | 距离 |
|---|---|---|
| " . $hotel['hotelName'] . " | " . $hotel['address'] . " | " . $distance . " |
在指定范围内没有找到维也纳酒店。
";}}}?>如果您对此感兴趣,可以通过以下联系方式与我们联系:
成都区销售
重庆区销售
云贵区销售
华南区销售
华北区销售
华东区销售