瀏覽代碼

add businessType

wenweiwei 3 年之前
父節點
當前提交
ffae71098d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      BFCommonKit/Classes/BFEnums/Enums.swift

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

@@ -516,6 +516,8 @@ public enum businessType: String {
     case bt_cmunit_videoReport = "videoReport" // 举报视频
     case bt_cmunit_comment = "videoComment" // 视频被用户评论
     case bt_cmunit_likeComment = "videoLikeComent" // 视频中的评论被点赞
+    case bt_clickWechatMoments_guideUsersToShare = "speedApp_clickWechatMoments_guideUsersToShare_pubishVideo" // 发布成功分享介面点击微信朋友圈
+    case bt_clickWechat_guideUsersToShare = "speedApp_clickWechat_guideUsersToShare_pubishVideo" // 发布成功分享介面点击微信好友
     public func realRawValue(prefix: String? = nil) -> String {
         if prefix != nil, (prefix?.count ?? 0) > 0 {
             if prefix == "shanyinApp", rawValue.hasPrefix("speedApp") {