|
@@ -130,7 +130,9 @@ public enum PAGESOURCE: String {
|
|
|
//页面曝光上报:“我的”页面曝光
|
|
|
case sp_shanyinApp_mine = "shanyinApp-mine"
|
|
|
|
|
|
-
|
|
|
+ //编辑标题和封面
|
|
|
+ case sp_user_music_videos_create_post = "user-music-videos-create-post"
|
|
|
+
|
|
|
}
|
|
|
|
|
|
// MARK: - objectType
|
|
@@ -269,6 +271,10 @@ public enum objectType: String {
|
|
|
case ot_shanyinApp_clickButton_mineTab = "shanyinApp_clickButton_mineTab"
|
|
|
//页面曝光上报:“我的”页面曝光
|
|
|
case ot_shanyinApp_viewPage_mineTab = "shanyinApp_viewPage_mineTab"
|
|
|
+
|
|
|
+ //编辑标题和封面
|
|
|
+ case ot_weapp_musicVideoCreate_post_changeTitle = "weapp_musicVideoCreate_post_changeTitle"
|
|
|
+ case ot_weapp_musicVideoCreate_post_changeCover = "weapp_musicVideoCreate_post_changeCover"
|
|
|
|
|
|
|
|
|
}
|