userwallet.php 435 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Money' => '余额',
  6. 'Gold' => '金币',
  7. 'Vip_endtime' => 'vip到期时间',
  8. 'User.username' => '用户名',
  9. 'User.nickname' => '昵称',
  10. 'User.mobile' => '手机号',
  11. 'Vip_level' => 'vip等级',
  12. 'Vip_level 0' => '无',
  13. 'Vip_level 10' => 'VIP',
  14. 'Vip_level 20' => 'SVIP',
  15. ];