提交
This commit is contained in:
43
config/mini_legal.php
Normal file
43
config/mini_legal.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?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',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user