This commit is contained in:
2026-03-09 22:55:58 +08:00
commit 914b914deb
266 changed files with 133827 additions and 0 deletions

23
map.php Normal file
View File

@@ -0,0 +1,23 @@
<?php
/**
* 地图相关配置文件
*/
return [
'ak'=>'mcMWhUp8tc6wHjxbBazOMaEUqYcqngMF',
'baidumap_url'=>'http://api.map.baidu.com/',
'geocoder'=>'geocoder/v2/',
'staticimage' =>'staticimage/v2',
'width' =>400,
'height' =>300,
];