Pārlūkot izejas kodu

Merge branch 'master' of https://git.yishihui.com/iOS/BFCommonKit

* 'master' of https://git.yishihui.com/iOS/BFCommonKit:
  update params
harry 3 gadi atpakaļ
vecāks
revīzija
34bdc9fcfc
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      BFCommonKit/Classes/BFProtocols/BFProtocols.swift

+ 2 - 0
BFCommonKit/Classes/BFProtocols/BFProtocols.swift

@@ -117,4 +117,6 @@ public protocol BFVideoItemProtocol {
     // 话题信息
     var topicData: [String: Any]? { get set }
     var uplpadImage: UIImage? { get set } // 上传的图片封面
+    // callbackParam = ["code":""0]
+//    var uplpadRequest: Dictionary<String,Any>? { get set } // 上传数据信息
 }