1234567891011121314151617 |
- <?php
- return [
- 'Id' => 'ID',
- 'User_id' => '用户ID',
- 'Money' => '余额',
- 'Gold' => '金币',
- 'Vip_endtime' => 'vip到期时间',
- 'User.username' => '用户名',
- 'User.nickname' => '昵称',
- 'User.mobile' => '手机号',
- 'Vip_level' => 'vip等级',
- 'Vip_level 0' => '无',
- 'Vip_level 10' => 'VIP',
- 'Vip_level 20' => 'SVIP',
- ];
|