user.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Group_id' => '组别ID',
  5. 'Product_ids' => '可核销商品',
  6. 'Intro_uid' => '邀请人ID',
  7. 'Username' => '用户名',
  8. 'Nickname' => '昵称',
  9. 'Password' => '密码',
  10. 'Salt' => '密码盐',
  11. 'Email' => '电子邮箱',
  12. 'Mobile' => '手机号',
  13. 'Avatar' => '头像',
  14. 'Level' => '等级',
  15. 'Gender' => '性别',
  16. 'Birthday' => '生日',
  17. 'Bio' => '格言',
  18. 'Successions' => '连续登录天数',
  19. 'Maxsuccessions' => '最大连续登录天数',
  20. 'Prevtime' => '上次登录时间',
  21. 'Logintime' => '登录时间',
  22. 'Loginip' => '登录IP',
  23. 'Loginfailure' => '失败次数',
  24. 'Joinip' => '加入IP',
  25. 'Jointime' => '加入时间',
  26. 'Createtime' => '创建时间',
  27. 'Updatetime' => '更新时间',
  28. 'Token' => 'Token',
  29. 'Status' => '状态',
  30. 'Status 1' => '正常',
  31. 'Set status to 1' => '设为正常',
  32. 'Status 0' => '禁用',
  33. 'Set status to 0' => '设为禁用',
  34. 'Status -1' => '注销',
  35. 'Set status to -1' => '设为注销',
  36. 'Verification' => '验证',
  37. 'Idcard_status' => '实名认证',
  38. 'Idcard_status -1' => '未申请',
  39. 'Idcard_status 0' => '待审核',
  40. 'Idcard_status 1' => '审核通过',
  41. 'Idcard_status 2' => '审核驳回',
  42. 'Group.name' => '组名',
  43. 'Wallet.money' => '余额',
  44. ];