20 lines
451 B
PHP
20 lines
451 B
PHP
<?php
|
|
|
|
return [
|
|
'db' => [
|
|
'coin_type_platform' => 1,
|
|
'coin_type_earn' => 2,
|
|
'coin_type_fluidity' => 3,
|
|
|
|
'balance_mining_interest' => 1,
|
|
'balance_receive_mining_interest' => 2,
|
|
'balance_receive_airdrop' => 3,
|
|
'balance_issue_airdrop' => 4,
|
|
'balance_receive_fluidity' => 5,
|
|
'balance_fluidity_interest' => 6,
|
|
|
|
'auth_unchecked' => 0,
|
|
'auth_checked' => 1,
|
|
]
|
|
];
|