소스 검색

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

* 'master' of https://git.yishihui.com/iOS/BFFramework:
  1.update event
harry 3 년 전
부모
커밋
eff9c066bc
1개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 14 14
      BFFramework/Classes/EventTrack/ViewModel/PQEventTrackViewModel.swift

+ 14 - 14
BFFramework/Classes/EventTrack/ViewModel/PQEventTrackViewModel.swift

@@ -200,20 +200,20 @@ public class PQEventTrackViewModel: NSObject {
         }
     }
 
-//    / 分享上报
-//    / - Parameters:
-//    /   - isShareVideo: 是否是分享视频
-//    /   - screenType: 分享场景 1-分享视频/用户 2-分享视频到朋友圈 3-分享视频到好友
-//    /   - videoId: 视频Id
-//    /   - pageSource: 页面枚举
-//    /   - recommendId: <#recommendId description#>
-//    /   - recommendLogVO: <#recommendLogVO description#>
-//    /   - abInfoData: <#abInfoData description#>
-//    /   - measureType: <#measureType description#>
-//    /   - measureId: <#measureId description#>
-//    /   - businessType: <#businessType description#>
-//    /   - targetUid: <#targetUid description#>
-//    /   - shareId: <#shareId description#>
+    // 分享上报
+    // - Parameters:
+    //   - isShareVideo: 是否是分享视频
+    //   - screenType: 分享场景 1-分享视频/用户 2-分享视频到朋友圈 3-分享视频到好友
+    //   - videoId: 视频Id
+    //   - pageSource: 页面枚举
+    //   - recommendId: <#recommendId description#>
+    //   - recommendLogVO: <#recommendLogVO description#>
+    //   - abInfoData: <#abInfoData description#>
+    //   - measureType: <#measureType description#>
+    //   - measureId: <#measureId description#>
+    //   - businessType: <#businessType description#>
+    //   - targetUid: <#targetUid description#>
+    //   - shareId: <#shareId description#>
     public class func shareReportUpload(isShareVideo: Bool = true, screenType: Int = 1, videoId: String, pageSource: PAGESOURCE, recommendId: String?, recommendLogVO: String?,flowPool:String?, abInfoData: String?, measureType: Int?, measureId: Int?, businessType: businessType?, targetUid: Int?, shareId: String = "",playId:String?,extParams: [String: Any]? = nil) {
         DispatchQueue.global().async {
             var url: String = PQENVUtil.shared.longvideoapi