Browse Source

1.merge master

wenweiwei 3 years ago
parent
commit
9a60741caf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BFFramework/Classes/PModels/PQVideoListModel.swift

+ 1 - 1
BFFramework/Classes/PModels/PQVideoListModel.swift

@@ -116,7 +116,7 @@ public protocol BFVideoItemProtocol {
     // 发布视频来源类型
     // 发布视频来源类型
     var videoFromScene: videoFromScene { get set }
     var videoFromScene: videoFromScene { get set }
     // extParams: 额外参数-传入发布页 - 主要中秋红包塞活动使用
     // extParams: 额外参数-传入发布页 - 主要中秋红包塞活动使用
-    var extParams:String { get set }
+    var extParams:String? { get set }
     // 话题信息
     // 话题信息
     var topicData: [String: Any]? { get set }
     var topicData: [String: Any]? { get set }
 }
 }