12345678910111213141516171819 |
- <?php
- return [
- 'User_id' => '接收用户',
- 'Type' => '消息类型',
- 'Type 1' => '微信审核',
- 'Type 2' => '头像审核',
- 'Type 3' => '段视频审核',
- 'Type 4' => '影集审核',
- 'Type 5' => '心动提醒',
- 'Type 6' => '眼缘提醒',
- 'Title' => '消息标题',
- 'Content' => '消息内容',
- 'Is_read' => '是否已读',
- 'Is_read 1' => '已读',
- 'Is_read 0' => '未读',
- 'Createtime' => '创建时间',
- 'User.nickname' => '昵称'
- ];
|