Skip to content

Commit c8eebf9

Browse files
Update community.md
测试文章内容,内容写错更改
1 parent d190040 commit c8eebf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/v1/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ GET /v1/community/posts/edit
180180
{
181181
"postId": 123, // 文章ID
182182
"title": "测试文章标题",
183-
"content": "测试文章内存", // 文章内容
183+
"content": "测试文章内容", // 文章内容
184184
"contentType": 2 // 文章内容类别,1-文本,2-markdown
185185
}
186186
```

0 commit comments

Comments
 (0)