|
@@ -670,13 +670,13 @@ public enum activityRemindType {
|
|
|
|
|
|
|
|
|
public enum material_msgType: String {
|
|
|
- case all = "ALL_SEARCH_EVENT"
|
|
|
- case image = "IMAGE_SEARCH_EVENT"
|
|
|
- case video = "VIDEO_SEARCH_EVENT"
|
|
|
- case gif = "GIF_SEARCH_EVENT"
|
|
|
- case recommend_image = "IMAGE_RECOMMEND_EVENT"
|
|
|
- case recommend_video = "VIDEO_RECOMMEND_EVENT"
|
|
|
- case recommend_gif = "GIF_RECOMMEND_EVENT"
|
|
|
+ case all = "ALL_SEARCH_EVENT"
|
|
|
+ case image = "IMAGE_SEARCH_EVENT"
|
|
|
+ case video = "VIDEO_SEARCH_EVENT"
|
|
|
+ case gif = "GIF_SEARCH_EVENT"
|
|
|
+ case recommend_image = "IMAGE_RECOMMEND_EVENT"
|
|
|
+ case recommend_video = "VIDEO_RECOMMEND_EVENT"
|
|
|
+ case recommend_gif = "GIF_RECOMMEND_EVENT"
|
|
|
}
|
|
|
|
|
|
|