msg.php 588 B

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