|
@@ -396,11 +396,14 @@ public let feedbackPageUrl = "https://support.qq.com/embed/phone/\(feedbackAppId
|
|
|
|
|
|
// 评论列表
|
|
|
public let commendListUrl = "comment/app/page"
|
|
|
+// 二级评论列表
|
|
|
+public let commendSecondListUrl = "comment/second/page"
|
|
|
// 保存一级评论
|
|
|
public let saveTopCommendUrl = "comment/top/save"
|
|
|
// 保存二级评论
|
|
|
public let saveSecondCommendUrl = "comment/second/save"
|
|
|
-
|
|
|
+// 评论点赞或取消点赞
|
|
|
+public let commentPraiseUrl = "comment/praise"
|
|
|
// ***************** 话题相关地址 **********************//
|
|
|
// 首页推荐Feed流
|
|
|
public let communityRecommendUrl = "community/recommend/list"
|