notification.php 374 B

123456789101112131415
  1. <?php
  2. return [
  3. 'From_user_id' => '发送会员ID',
  4. 'To_user_id' => '接收会员ID',
  5. 'Action' => '事件',
  6. 'Type' => '类型',
  7. 'Source_id' => '来源ID',
  8. 'Title' => '标题',
  9. 'Content' => '内容',
  10. 'Isread' => '是否已读',
  11. 'Createtime' => '添加时间',
  12. 'Updatetime' => '更新时间'
  13. ];