mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-08-09 05:05:56 +08:00
MapService
This commit is contained in:
@@ -117,6 +117,9 @@ class MapService extends BaseService
|
||||
|
||||
// 获取默认的配置项
|
||||
$defaultInfo = self::$instance->getDefaultConfig($companyId);
|
||||
if (empty($defaultInfo)) {
|
||||
throw new \Exception("请前往设置/系统设置/地图配置中配置地图信息");
|
||||
}
|
||||
// 注册配置信息
|
||||
self::$instance->setConfigInfo($defaultInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user