|
@@ -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
|