params.php 217 B

1234567891011
  1. <?php
  2. return [
  3. 'get_way' => [
  4. 1 => '活动获得',
  5. 2 => '充值购买',
  6. 3 => '爵位赠送',
  7. 4 => '签到赠送',
  8. 5 => '邀请赠送',
  9. 6 => '平台赠送',
  10. ],
  11. ];