17 lines
411 B
PHP
17 lines
411 B
PHP
<?php
|
|
const cus_group_info = [
|
|
"ch_group_name" =>"钻石组",
|
|
"en_group_name"=>"钻石组",
|
|
"ch_description"=>"钻石组",
|
|
"en_description"=>"钻石组",
|
|
"discount"=>"20",
|
|
];
|
|
const alter_cus_group_info = [
|
|
"ch_group_name" =>"钻石组alter",
|
|
"en_group_name"=>"钻石组alter",
|
|
"ch_description"=>"钻石组alter",
|
|
"en_description"=>"钻石组alter",
|
|
"discount"=>"30",
|
|
];
|
|
|