From 24792b4baf2dd06892bedb16b519827337d1c819 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 26 Jul 2022 15:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9C=B0=E5=9B=BE=E7=A7=98?= =?UTF-8?q?=E9=92=A5api=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/SystemBaseService.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/service/SystemBaseService.php b/app/service/SystemBaseService.php index 45e0ff2da..ac2798169 100644 --- a/app/service/SystemBaseService.php +++ b/app/service/SystemBaseService.php @@ -160,8 +160,13 @@ class SystemBaseService 'common_is_goods_detail_show_photo' => (int) MyC('common_is_goods_detail_show_photo', 0, true), 'common_is_exhibition_mode_btn_text'=> MyC('common_is_exhibition_mode_btn_text', '立即咨询', true), - // 百度地图密钥 + // 地图密钥 + 'common_map_type' => MyC('common_map_type', 'baidu', true), 'common_baidu_map_ak' => MyC('common_baidu_map_ak', null, true), + 'common_amap_map_ak' => MyC('common_amap_map_ak', null, true), + 'common_amap_map_safety_ak' => MyC('common_amap_map_safety_ak', null, true), + 'common_tencent_map_ak' => MyC('common_tencent_map_ak', null, true), + 'common_tianditu_map_ak' => MyC('common_tianditu_map_ak', null, true), // 商店信息 'common_customer_store_tel' => MyC('common_customer_store_tel', null, true),