提交 de61e8aa 编写于 作者: D devil

细节优化

上级 dcd3957e
......@@ -297,14 +297,6 @@ class ConfigService
}
}
// 自提点地址列表数据钩子
$hook_name = 'plugins_service_site_extraction_address_list';
Hook::listen($hook_name, [
'hook_name' => $hook_name,
'is_backend' => true,
'data' => &$data,
]);
// 坐标处理
if(!empty($data) && is_array($data) && in_array(APPLICATION_CLIENT_TYPE, config('shopxo.coordinate_transformation')))
{
......@@ -323,6 +315,14 @@ class ConfigService
}
}
// 自提点地址列表数据钩子
$hook_name = 'plugins_service_site_extraction_address_list';
Hook::listen($hook_name, [
'hook_name' => $hook_name,
'is_backend' => true,
'data' => &$data,
]);
return DataReturn('操作成功', 0, $data);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册