This commit is contained in:
2026-03-10 18:45:36 +08:00
commit 3a9e6df891
679 changed files with 291867 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,
];