|
@@ -516,6 +516,8 @@ public enum businessType: String {
|
|
case bt_cmunit_videoReport = "videoReport"
|
|
case bt_cmunit_videoReport = "videoReport"
|
|
case bt_cmunit_comment = "videoComment"
|
|
case bt_cmunit_comment = "videoComment"
|
|
case bt_cmunit_likeComment = "videoLikeComent"
|
|
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 {
|
|
public func realRawValue(prefix: String? = nil) -> String {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
if prefix != nil, (prefix?.count ?? 0) > 0 {
|
|
if prefix == "shanyinApp", rawValue.hasPrefix("speedApp") {
|
|
if prefix == "shanyinApp", rawValue.hasPrefix("speedApp") {
|