Selaa lähdekoodia

1.评论点赞

wenweiwei 3 vuotta sitten
vanhempi
commit
7c064aa7b8
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      BFFramework/Classes/Utils/PQRequestURLUtil.swift

+ 4 - 1
BFFramework/Classes/Utils/PQRequestURLUtil.swift

@@ -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"