diff --git a/docs/api/admin/comments.md b/docs/api/admin/comments.md index c1718d5..d42622b 100644 --- a/docs/api/admin/comments.md +++ b/docs/api/admin/comments.md @@ -44,7 +44,7 @@ GET /admin/comments/list "created": 1736762400000, "name": "张三", "email": "zhangsan@example.com", - "postSlug": "hello-world", + "postSlug": "/blog/hello-world", "postUrl": "https://your-blog.example.com/blog/hello-world", "url": "https://zhangsan.me", "ipAddress": "127.0.0.1", @@ -176,7 +176,7 @@ PUT /admin/comments/update "name": "张三", "email": "zhangsan@example.com", "url": "https://zhangsan.me", - "postSlug": "hello-world", + "postSlug": "/blog/hello-world", "postUrl": "https://example.com/blog/hello-world", "contentText": "更新后的评论内容", "status": "approved",