@@ -5,9 +5,9 @@ title: community
55未特别说明情况下请求域名均为 ` https://chat-go.jwzhd.com `
66没写请求/响应项目表示不需要相关参数.
77
8- ## 发送文章
8+ ## 创建文章
99
10- GET /v1/community/posts/create
10+ POST /v1/community/posts/create
1111
1212请求头:
1313
@@ -41,7 +41,7 @@ GET /v1/community/posts/create
4141
4242## 删除文章
4343
44- GET /v1/community/posts/delete
44+ POST /v1/community/posts/delete
4545
4646请求头:
4747
@@ -68,7 +68,7 @@ GET /v1/community/posts/delete
6868
6969## 打赏文章
7070
71- GET /v1/community/posts/post-reward
71+ POST /v1/community/posts/post-reward
7272
7373请求头:
7474
@@ -96,7 +96,7 @@ GET /v1/community/posts/post-reward
9696
9797## 打赏文章评论
9898
99- GET /v1/community/comment/comment-reward
99+ POST /v1/community/comment/comment-reward
100100
101101请求头:
102102
@@ -125,7 +125,7 @@ GET /v1/community/comment/comment-reward
125125
126126## 点赞/取消点赞文章
127127
128- GET /v1/community/posts/post-like
128+ POST /v1/community/posts/post-like
129129
130130请求头:
131131
@@ -152,7 +152,7 @@ GET /v1/community/posts/post-like
152152
153153## 收藏/取消收藏文章
154154
155- GET /v1/community/posts/post-collect
155+ POST /v1/community/posts/post-collect
156156
157157请求头:
158158
@@ -179,7 +179,7 @@ GET /v1/community/posts/post-collect
179179
180180## 编辑文章
181181
182- GET /v1/community/posts/edit
182+ POST /v1/community/posts/edit
183183
184184请求头:
185185
0 commit comments