Browse Source

1.增加objectType

wenweiwei 3 years ago
parent
commit
c94e5128d7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      BFCommonKit/Classes/BFEnums/Enums.swift

+ 1 - 0
BFCommonKit/Classes/BFEnums/Enums.swift

@@ -389,6 +389,7 @@ public  enum  objectType: String {
     case ot_videoShareH5 = "videoShareH5" // 视频被用户点击分享朋友圈
     case ot_notificationButton = "notificationButton"   // 活动通知入口点击
     case ot_videoShareFriend_fullScreen = "videoShareFriend_fullScreen" // 视频全屏状态-分享好友
+    case ot_hotBoard_videoButton = "videoButton" // 热榜视频曝光
 }
 
 // MARK: - 视频上报类型