userwallet.php 536 B

12345678910111213141516171819
  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' => '月度会员',
  14. 'Vip_level 20' => '季度会员',
  15. 'Vip_level 30' => '半年会员',
  16. 'Vip_level 40' => '年度会员',
  17. ];