瀏覽代碼

1.修改回复列表

wenweiwei 3 年之前
父節點
當前提交
c44be76147
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      BFFramework/Classes/Utils/PQRequestURLUtil.swift

+ 6 - 0
BFFramework/Classes/Utils/PQRequestURLUtil.swift

@@ -404,6 +404,12 @@ public let saveTopCommendUrl = "comment/top/save"
 public let saveSecondCommendUrl = "comment/second/save"
 // 评论点赞或取消点赞
 public let commentPraiseUrl = "comment/praise"
+// 评论删除
+public let commentDeleteUrl = "comment/delete"
+// 评论举报
+public let commentReportUrl = "comment/report"
+
+
 // ***************** 话题相关地址 **********************//
 // 首页推荐Feed流
 public let communityRecommendUrl = "community/recommend/list"