LiveDetailsBean.ets 5.36 KB
import { RmhInfoDTO } from '../detail/RmhInfoDTO'

export interface LiveDetailsBean {
  /**
   * {
   "code": "0",
   "data": [
   {
   "activityInfos": [],
   "appstyle": 2,
   "audioList": [],
   "authorList": [
   {
   "authorName": "雷崔捷"
   }
   ],
   "bestNoticer": null,
   "commentDisplay": 0,
   "editorName": "",
   "firstFrameImageUri": "",
   "fullColumnImgUrls": [
   {
   "format": null,
   "height": null,
   "landscape": null,
   "size": null,
   "url": "https://rmrbcmsonline.peopleapp.com/upload/image/202404/rmrb_71671711971849.png",
   "weight": null
   }
   ],
   "hasPopUp": null,
   "isNewspaper": false,
   "itemId": "",
   "itemTypeCode": "",
   "keyArticle": 0,
   "likesStyle": null,
   "liveInfo": {
   "background": {
   "imageUrl": "",
   "name": ""
   },
   "backgroundStyle": null,
   "cornerFlag": 0,
   "cornerImgUrl": "",
   "cornerLinkUrl": "",
   "createUserId": "",
   "createUserName": "",
   "endTime": "2024-04-03 11:08:00",
   "handAngleImageUri": "",
   "handAngleLink": "",
   "handAngleSwitch": false,
   "likeEnable": 1,
   "likesStyle": "thumb",
   "liveExperience": 1,
   "liveExperienceTime": 3,
   "liveLandScape": "news",
   "liveState": "end",
   "liveStyle": 0,
   "liveWay": 0,
   "mlive": {
   "barrageShowEnable": false,
   "giftEnable": false,
   "mliveId": 20000016257,
   "roomId": "5381b934-cea8-4338-bd12-5bf70af43e0c"
   },
   "notice": "",
   "openComment": 1,
   "padImageUri": "",
   "planStartTime": "2024-04-03 05:00:00",
   "playbackSwitch": true,
   "preCommentFlag": 1,
   "previewType": 1,
   "previewUrl": "",
   "shareSwitch": "",
   "startTime": "2024-04-03 05:03:23",
   "tplId": 5,
   "vlive": [
   {
   "coverImageUrl": "",
   "definition": [],
   "liveStreamManagerId": null,
   "liveStreamType": 1,
   "liveUrl": "https://plwbthird.live.weibo.com/alicdn/5018938748437049.m3u8",
   "name": "线路1",
   "replayUri": "http://mlive3.video.weibocdn.com/record/alicdn/5018726527666338/index.m3u8",
   "serialNum": null,
   "shiftEnable": false,
   "showPad": false,
   "type": "play",
   "vliveId": 186728
   }
   ],
   "vrType": 0
   },
   "menuShow": 1,
   "newIntroduction": "眼前有山河,心中有家国!每年清明节前夕,宁夏固原市第二中学和固原市弘文中学会组织入学新生,一天之内徒步54公里从学校往返任山河烈士陵园,用这种方式缅怀烈士们,这份坚定与执着已经延续了29年。",
   "newLinkObject": null,
   "newsBodyTitle": "",
   "newsContent": "",
   "newsContentBak": "",
   "newsDownTitle": "",
   "newsId": 20000016229,
   "newsLinkUrl": "",
   "newsShortTitle": "",
   "newsSource": "41",
   "newsSourceName": "",
   "newsSummary": "",
   "newsTags": "",
   "newsTitle": "徒步54公里的思政课,坚守29年的薪火传承",
   "newsType": 2,
   "oldNewsId": "7218507",
   "openAudio": 0,
   "openComment": null,
   "openLikes": null,
   "photoList": [],
   "popUps": [],
   "preCommentFlag": null,
   "publishTime": "2024-04-01 19:44:00",
   "reLInfo": {
   "channelId": 2061,
   "relId": "500005272745",
   "relObjectId": 2061,
   "relType": "1"
   },
   "readFlag": 0,
   "recommendShow": null,
   "rmhInfo": null,
   "rmhPlatform": 0,
   "sceneId": "",
   "serials": null,
   "shareInfo": {
   "shareCoverUrl": "https://rmrbcmsonline.peopleapp.com/upload/image/202404/202404011944259539.png?x-oss-process=image/resize,w_400",
   "shareOpen": 1,
   "sharePosterCoverUrl": "https://rmrbcmsonline.peopleapp.com/upload/image/202404/rmrb_71671711971849.png?x-oss-process=image/resize,m_fill,h_450,w_800,limit_0/quality,q_90",
   "sharePosterOpen": 1,
   "shareSummary": "人民日报,有品质的新闻",
   "shareTitle": "徒步54公里的思政课,坚守29年的薪火传承",
   "shareUrl": "https://people.pdnews.cn/column/20000016229-500005272745"
   },
   "specialColumnId": null,
   "specialColumnName": "",
   "subSceneId": "",
   "timeline": null,
   "topicInfo": null,
   "traceId": "",
   "traceInfo": "",
   "userInfo": null,
   "videoInfo": [],
   "viewCount": 0,
   "visitorComment": 1,
   "voteInfo": null
   }
   ],
   "message": "Success",
   "meta": null,
   "requestId": "",
   "success": true,
   "timestamp": 1712807514322
   }
   */
  liveInfo: LiveInfo
  fullColumnImgUrls: Array<FullColumnImgUrlBean>
  newsTitle: string
  newsId: string
  newIntroduction: string
  //迁移id
  oldNewsId: string
  reLInfo: ReLInfo
  rmhInfo: RmhInfoDTO
}

export interface LiveInfo {
  //直播新闻-直播状态  wait 待开播 running 直播中 end 已结束cancel已取消paused暂停
  liveState: string
  //2024-04-12 15:00:00 直播开始时间
  planStartTime: string
  startTime: string
  endTime: string
  //直播样式 0-正常模式 , 1-隐藏直播间,2-隐藏大家聊 【人民号发布是竖屏的,为空】
  liveStyle: number;
  vlive: Array<Vlive>
  mlive: MLive
  // 背景图片先取这个?
  previewUrl: string
}

export interface MLive {
  mliveId: string
}

export interface FullColumnImgUrlBean {
  url: string
  height: string
  landscape: number
  size: string
  weight: string
}

export interface Vlive {
  //拉流直播 url
  liveUrl: string
  //直播回看地址,多路直播录制文件URL
  replayUri: string
  // 画面兼容 0-横屏流画面,1-竖屏流画面(仅竖屏直播使用)【前端使用, 可能竖屏模式但是直播流画面是横屏流,前端使用该字段】
  liveStreamType: number | null
}

export interface ReLInfo {
  relId: string
}