first
This commit is contained in:
19
modules/User/Config/identity.php
Normal file
19
modules/User/Config/identity.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 用户是否可以拥有多个身份
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'can_has_many_identity' => false,
|
||||
'conditions' => [
|
||||
'price' => '开通金额',
|
||||
],
|
||||
'rules' => [
|
||||
'buy_crystal' => '购物贡献比例',
|
||||
'give_crystal' => '开通贡献值',
|
||||
'store_sales' => '店铺销售',
|
||||
'barter_in' => '易货(进)',
|
||||
'barter_out' => '易货(出)',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user