Commit a357ead1 authored by pete谢兆麟's avatar pete谢兆麟

banner配置

parent 805f0de2
...@@ -25,6 +25,10 @@ class YHBannerModel: SmartCodable { ...@@ -25,6 +25,10 @@ class YHBannerModel: SmartCodable {
var live_pull_url: String = "" //直播拉流链接 var live_pull_url: String = "" //直播拉流链接
var video_url: String = "" //视频链接 var video_url: String = "" //视频链接
var recorded_cate_id: Int = 0 //录播分类ID var recorded_cate_id: Int = 0 //录播分类ID
var app_id: String = "" //声网直播
var token: String = "" //声网直播
var rtmp_channel: String = "" //声网直播
//是否为本地 //是否为本地
var isLocalItemFlag : Bool = false var isLocalItemFlag : Bool = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment