userwallet.php 226 B

12345678910
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Money' => '余额',
  6. 'Gold' => '金币',
  7. 'Vip_endtime' => 'vip到期时间',
  8. 'User.username' => '用户名'
  9. ];