You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
crmeb_php/config/partner.php

106 lines
3.3 KiB

<?php
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2022 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
//贡献池系统用户id
'gongxian_admin_id' => 9,
// 社区等级配置
'community_level' => [
[
'id' => 1,
'alias' => '七星社区服务商 ',
'level_name' => 'S7',
'min_price' => '100000000',
'pay_community' => '0.03',
], [
'id' => 2,
'alias' => '六星社区服务商 ',
'level_name' => 'S6',
'min_price' => '10000000',
'pay_community' => '0.03',
],
[
'id' => 3,
'alias' => '五星社区服务商 ',
'level_name' => 'S5',
'min_price' => '10000000',
'pay_community' => '0.03',
],
[
'id' => 4,
'alias' => '四星社区服务商 ',
'level_name' => 'S4',
'min_price' => '3000000',
'pay_community' => '0.03',
], [
'id' => 5,
'alias' => '三星社区服务商 ',
'level_name' => 'S3',
'min_price' => '100000',
'pay_community' => '0.03',
],
[
'id' => 6,
'alias' => '二星社区服务商 ',
'level_name' => 'S2',
'min_price' => '300000',
'pay_community' => '0.03',
],
[
'id' => 7,
'alias' => '一星社区服务商 ',
'level_name' => 'S1',
'min_price' => '30000',
'pay_community' => '0.03',
],
],
//大区配置
'region_type' => [
[
'id' => 1,
'name' => '华东地区',
'province_ids' => [13, 12, 14, 15, 2, 16, 2768, 21],
],
[
'id' => 2,
'name' => '华南地区',
'province_ids' => [19, 20, 52993, 23],
],
[
'id' => 3,
'name' => '华北地区',
'province_ids' => [1, 3, 5, 6, 11],
],
[
'id' => 4,
'name' => '华中地区',
'province_ids' => [7, 17, 18],
],
[
'id' => 5,
'name' => '西南地区',
'province_ids' => [25, 22, 24, 26, 4],
],
[
'id' => 6,
'name' => '西北地区',
'province_ids' => [27, 28, 29, 30, 31],
],
[
'id' => 7,
'name' => '东北地区',
'province_ids' => [8, 9, 10],
],
],
];