This commit is contained in:
zhangzq
2026-03-13 09:28:47 +08:00
commit ab1996331e
816 changed files with 295376 additions and 0 deletions

23
back/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,
];