party.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'User_id' => '用户ID',
  5. 'Room_type' => '房间类型',
  6. 'Room_type 1' => '派对',
  7. 'Room_type 2' => '直播',
  8. 'Party_id' => '派对ID',
  9. 'Is_cool' => '靓号',
  10. 'Is_cool 0' => '否',
  11. 'Is_cool 1' => '是',
  12. 'Party_type' => '派对分类',
  13. 'Party_hot' => '派对热度',
  14. 'Party_name' => '派对名称',
  15. 'Party_logo' => '派对logo',
  16. 'Party_notice' => '派对公告标题',
  17. 'Party_notice_detail' => '派对公告描述',
  18. 'Naming' => '派对冠名',
  19. 'Is_online' => '在线状态',
  20. 'Is_online 1' => '在线',
  21. 'Is_online 0' => '离线',
  22. 'Status' => '派对状态',
  23. 'Status -1' => '封禁',
  24. 'Status 0' => '预创建',
  25. 'Status 1' => '正常',
  26. 'Is_recommend' => '是否推荐',
  27. 'Is_recommend 1' => '是',
  28. 'Is_recommend 0' => '否',
  29. 'Is_close' => '强制关闭',
  30. 'Is_close 1' => '是',
  31. 'Is_close 0' => '否',
  32. 'Party_type' => '派对场景',
  33. 'Party_pass' => '派对密码',
  34. 'Is_screen' => '是否关闭公屏',
  35. 'Is_screen 1' => '是',
  36. 'Is_screen 0' => '否',
  37. 'On_model' => '上麦模式',
  38. 'On_model 1' => '自由模式',
  39. 'On_model 2' => '麦序模式',
  40. 'Background' => '派对背景',
  41. 'Updatetime' => '更新时间',
  42. 'Createtime' => '创建时间',
  43. 'User.u_id' => '前端用户ID',
  44. 'User.nickname' => '房主昵称'
  45. ];