Skip to content

Commit 3a61f62

Browse files
shanfishappQianLin-Jiaxi
authored andcommitted
Update community.md
1 parent 63267d5 commit 3a61f62

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/api/v1/community.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)