userwallet.php 295 B

123456789101112
  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. ];