Files
miniapi/config/mini_legal.php
gaofeng 81ade70944 提交
2026-06-17 09:23:18 +08:00

44 lines
1.5 KiB
PHP

<?php
return [
'default_business_code' => 'evus',
'businesses' => [
'evus' => [
'documents' => [
'terms' => [
'title_key' => 'foot.user_agreement',
'content_key' => 'foot.user_agreement_info',
'intro_template' => '本条款与条件适用于{company_name}提供的EVUS登记小程序服务。',
'subject_label' => '服务主体',
],
'privacy' => [
'title_key' => 'foot.privacy_policy',
'content_key' => 'foot.privacy_policy_info',
'intro_template' => '本隐私政策适用于{company_name}提供的EVUS登记小程序服务。',
'subject_label' => '个人信息处理者',
],
],
'companies' => [
'jn' => [
'company_name' => '济南经纬九州出入境服务有限公司',
'site_domain' => 'www.evus.cn',
'phone' => '',
],
'bj' => [
'company_name' => '北京签律出入境服务有限公司',
'site_domain' => 'www.evus.com.cn',
'phone' => '',
],
],
'apps' => [
'evus_jn_mp' => [
'company_code' => 'jn',
],
'evus_bj_mp' => [
'company_code' => 'bj',
],
],
],
],
];