From 10f7571a37783000cf3f6e932137e3826a4a9814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lz=E5=B7=B2=E7=BB=8F=E6=98=AF=E6=9D=A1=E5=92=B8=E9=B1=BC?= =?UTF-8?q?=E4=BA=86?= Date: Sun, 17 Oct 2021 02:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/Comment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Comment.go b/api/Comment.go index fec6de5..df2ca3f 100644 --- a/api/Comment.go +++ b/api/Comment.go @@ -26,7 +26,7 @@ const ( ResTypeEvent = "A_EV_2" ) -// Reply CommentAPI 回复评论 API +// ReplyCommentAPI 回复评论 API const ReplyCommentAPI = "/api/v1/resource/comments/reply" // DelCommentAPI 删除评论 API