12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?php
- return [
- 'Id' => '主键ID',
- 'User_id' => '用户ID',
- 'Room_type' => '房间类型',
- 'Room_type 1' => '派对',
- 'Room_type 2' => '直播',
- 'Party_id' => '派对ID',
- 'Is_cool' => '靓号',
- 'Is_cool 0' => '否',
- 'Is_cool 1' => '是',
- 'Party_type' => '派对分类',
- 'Party_hot' => '派对热度',
- 'Party_name' => '派对名称',
- 'Party_logo' => '派对logo',
- 'Party_notice' => '派对公告标题',
- 'Party_notice_detail' => '派对公告描述',
- 'Naming' => '派对冠名',
- 'Is_online' => '在线状态',
- 'Is_online 1' => '在线',
- 'Is_online 0' => '离线',
- 'Status' => '派对状态',
- 'Status -1' => '封禁',
- 'Status 0' => '预创建',
- 'Status 1' => '正常',
- 'Is_recommend' => '是否推荐',
- 'Is_recommend 1' => '是',
- 'Is_recommend 0' => '否',
- 'Is_close' => '强制关闭',
- 'Is_close 1' => '是',
- 'Is_close 0' => '否',
- 'Party_type' => '派对场景',
- 'Party_pass' => '派对密码',
- 'Is_screen' => '是否关闭公屏',
- 'Is_screen 1' => '是',
- 'Is_screen 0' => '否',
- 'On_model' => '上麦模式',
- 'On_model 1' => '自由模式',
- 'On_model 2' => '麦序模式',
- 'Background' => '派对背景',
- 'Updatetime' => '更新时间',
- 'Createtime' => '创建时间',
- 'User.u_id' => '前端用户ID',
- 'User.nickname' => '房主昵称'
- ];
|