diff --git a/index.html b/index.html
index fb6ccc7..a3eb4a0 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@ var map = new BMap.Map("allmap"); // 创建Map实例
map.centerAndZoom("上海",15); // 初始化地图,设置中心点坐标和地图级别。
$.ajax({
- url: "https://api.douban.com/v2/event/list",
+ url: "http://api.douban.com/event/location/shanghai",
})
.done(function( response ){
console.log("received", response);