giftlimit.php 322 B

12345678910
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Gift_day' => '每天送礼物金额上限(金币)',
  5. 'Gift_total' => '送礼物金额总上限(金币)',
  6. 'Level' => '财富等级',
  7. 'Recharge_day' => '每天充值金额上限(RMB)',
  8. 'Recharge_total' => '充值金额总上限(RMB)'
  9. ];