|
@@ -140,6 +140,9 @@ public class PQEventTrackViewModel: NSObject {
|
|
|
if headVideoId != nil, (headVideoId?.count ?? 0) > 0 {
|
|
|
tempExtParams["headVideoId"] = (headVideoId ?? "0")
|
|
|
}
|
|
|
+ if videoId.count > 0 {
|
|
|
+ tempExtParams["videoId"] = videoId
|
|
|
+ }
|
|
|
var url: String = PQENVUtil.shared.longvideoapi
|
|
|
switch reportLogType {
|
|
|
case .reportLogType_view:
|