topicdongtai.php 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Topic_ids' => '话题id',
  5. 'User_id' => '用户ID',
  6. 'Content' => '内容',
  7. 'Images' => '图片集',
  8. 'Audio_file' => '语音地址',
  9. 'Audio_second' => '语音秒数',
  10. 'Type' => '媒体类型',
  11. 'Type 1' => '图片',
  12. 'Type 2' => '语音',
  13. 'Goodnum' => '点赞数量',
  14. 'Answernum' => '总的回复数量',
  15. 'Createtime' => '创建时间',
  16. 'Updatetime' => '更新时间',
  17. 'Cityname' => '所在城市',
  18. 'Longitude' => '经度',
  19. 'Latitude' => '纬度',
  20. 'Aite' => '艾特了谁',
  21. 'Is_public' => '是否公开',
  22. 'Is_public 1' => '公开',
  23. 'Is_public 2' => '私密',
  24. 'Toptime' => '置顶顺序',
  25. 'Auditstatus' => '审核状态',
  26. 'Auditstatus 0' => '待审核',
  27. 'Auditstatus 1' => '审核通过',
  28. 'Auditstatus 2' => '审核驳回',
  29. 'Audittime' => '审核时间',
  30. 'Auditremark' => '审核备注',
  31. 'User.username' => '用户名',
  32. 'Topichub.name' => '话题名称',
  33. 'toptime' => '置顶时间',
  34. ];