|
@@ -47,6 +47,8 @@ public let recommandPageList = "video/recommend/app/recommandPage/list"
|
|
|
|
|
|
|
|
|
public let datashowAllowUrl = "datashow/allow"
|
|
|
+
|
|
|
+public let loginBackgroundUrl = "community/login/background"
|
|
|
|
|
|
public let login = "login/app"
|
|
|
|
|
@@ -379,7 +381,6 @@ public let stuckPointMusicDetailUrl = "/producevideo/music/getRhythmMusicData"
|
|
|
|
|
|
public let stuckPointProjectMusicInfoUrl = "/producevideo/getProjectRhythmMusicInfo"
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
@@ -392,9 +393,44 @@ public let feedbackUrl = "https://support.qq.com/product/\(feedbackAppId)"
|
|
|
public let feedbackPageUrl = "https://support.qq.com/embed/phone/\(feedbackAppId)"
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
public let commendListUrl = "comment/app/page"
|
|
|
|
|
|
public let saveTopCommendUrl = "comment/top/save"
|
|
|
|
|
|
public let saveSecondCommendUrl = "comment/second/save"
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+public let communityRecommendUrl = "community/recommend/list"
|
|
|
+
|
|
|
+public let communityFollowingListUrl = "community/following/list"
|
|
|
+
|
|
|
+public let communityRelatedListUrl = "community/recommend/relatedList"
|
|
|
+
|
|
|
+public let topicDetailUrl = "community/topic/detail"
|
|
|
+
|
|
|
+public let topicDeailHotlistUrl = "community/topic/content/hotlist"
|
|
|
+
|
|
|
+public let topicDeailNewlistUrl = "community/topic/content/newlist"
|
|
|
+
|
|
|
+public let topicCreateUrl = "community/topic/create"
|
|
|
+
|
|
|
+public let topicHotlistUrl = "community/topic/hotlist"
|
|
|
+
|
|
|
+public let topicMySubListUrl = "community/topic/mySubscribedList"
|
|
|
+
|
|
|
+public let topicRecommendUrl = "community/topic/recommend"
|
|
|
+
|
|
|
+public let topicRecoPublishUrl = "community/topic/recommendForPublish"
|
|
|
+
|
|
|
+public let topicSearchUrl = "community/topic/search"
|
|
|
+
|
|
|
+public let topicSubscribeUrl = "community/topic/subscribe"
|
|
|
+
|
|
|
+public let topicUnSubscribeUrl = "community/topic/unsubscribe"
|
|
|
+
|
|
|
+public let personalizedUrl = "community/user/personalized/update"
|
|
|
+
|
|
|
+
|