fix:修复博客评论接口

This commit is contained in:
2025-09-26 17:13:01 +08:00
parent a8fdd04c41
commit bd1d10e0f7
4 changed files with 143 additions and 16 deletions

View File

@@ -84,7 +84,6 @@ class BlogLatestResponse(BaseModel):
class BlogCommentCreate(BaseModel):
blogId: int
parentId: int
name: str
website: Optional[str] = None