🐛 fix response structure

This commit is contained in:
landaiqing
2024-11-22 00:57:38 +08:00
parent 5a05e87f49
commit 28031c2d35
10 changed files with 20 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ interface CommentContent {
location: string;
operating_system: string;
reply_count: number;
reply_username: string;
reply_nickname: string;
reply_id: string;
reply_user: string;
topic_id: string;