examusertop.php 495 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Info' => '激活码',
  6. 'Status' => '状态',
  7. 'Status 0' => '未领取',
  8. 'Set status to 0'=> '设为未领取',
  9. 'Status 1' => '已领取',
  10. 'Set status to 1'=> '设为已领取',
  11. 'Createtime' => '创建时间',
  12. 'Updatetime' => '更新时间',
  13. 'Gettime' => '领取时间',
  14. 'User.nickname' => '昵称',
  15. 'User.mobile' => '手机号'
  16. ];