Skip to content

Commit 77c41e4

Browse files
committed
Update community.md
修复了JSONC语法问题
1 parent 48ad1e1 commit 77c41e4

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
@@ -753,7 +753,7 @@ POST /v1/community/posts/post-detail
753753
"id": 41, // 文章分区id
754754
"name": "云湖", // 分区名称
755755
"avatar": "https://chat-img2.jwznb.com/FoHHKnX-QNuD33-NnGWlq74xkgpg.webp", // 作者头像url
756-
"delTime":url // 删除时间(戳)
756+
"delTime": 0, // 删除时间(戳)
757757
"createTime": 1665233353, // 文章创建时间戳
758758
"lastActive": 1757794419, // 上次活跃时间戳
759759
"memberNum": 1118, // 该分区订阅的人数

0 commit comments

Comments
 (0)