123456789101112131415161718192021 |
- <?php
- return [
- 'G_id' => '公会搜索ID',
- 'User_id' => '公会长ID',
- 'User.nickname' => '公会长昵称',
- 'Party_id' => '公会房间',
- 'Name' => '公会名称',
- 'Image' => '公会logo',
- 'Desc' => '公会简介',
- 'Notice' => '公会公告',
- 'Status' => '公会状态',
- 'Status 0' => '待审核',
- 'Status -1' => '已解散',
- 'Status 1' => '正常',
- 'Weight' => '权重',
- 'Updatetime' => '最后更新时间',
- 'Createtime' => '创建时间',
- 'Party.party_name' => '派对名称',
- 'Auth.realname' => '公会长真实姓名',
- ];
|