user.php 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Gangwei_id' => '岗位ID',
  5. 'Jigou_id' => '机构ID',
  6. 'Username' => '用户名',
  7. 'Nickname' => '昵称',
  8. 'Mobile' => '手机号',
  9. 'Avatar' => '头像',
  10. 'Gender' => '性别',
  11. 'Gender 1' => '男',
  12. 'Gender 0' => '女',
  13. 'Prevtime' => '上次登录时间',
  14. 'Logintime' => '登录时间',
  15. 'Loginip' => '登录IP',
  16. 'Joinip' => '加入IP',
  17. 'Jointime' => '加入时间',
  18. 'Createtime' => '创建时间',
  19. 'Updatetime' => '更新时间',
  20. 'Token' => 'Token',
  21. 'Status' => '状态',
  22. 'Status 1' => '正常',
  23. 'Set status to 1' => '设为正常',
  24. 'Status 0' => '禁用',
  25. 'Set status to 0' => '设为禁用',
  26. 'Status -1' => '注销',
  27. 'Set status to -1' => '设为注销',
  28. 'Idcard_status' => '实名认证',
  29. 'Idcard_status -1' => '未申请',
  30. 'Idcard_status 0' => '待审核',
  31. 'Idcard_status 1' => '审核通过',
  32. 'Idcard_status 2' => '审核驳回',
  33. 'Mini_openid' => '微信小程序openid',
  34. 'Gangwei.name' => '岗位',
  35. 'Jigou.name' => '机构'
  36. ];