Authorization: Bearer ********************curl --location '/api/comments/mslx-plugin-chat-sync?page=1&size=10' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"total": 1,
"list": [
{
"content": "这个插件太棒了!",
"createdAt": "2026-05-06T16:54:06",
"fromAvatar": "http://localhost:8080/api/static/avatar/1",
"fromName": "小宇",
"fromUid": 1,
"id": 1,
"replies": [
{
"content": "请问你的配置文件是怎么改的呀?求教!",
"createdAt": "2026-05-06T16:55:02",
"fromAvatar": "http://localhost:8080/api/static/avatar/1",
"fromName": "小宇",
"fromUid": 1,
"id": 2,
"replies": [],
"rootId": 1,
"status": 1,
"toName": "小宇",
"toUid": 1
}
],
"rootId": 0,
"status": 1
}
],
"page": 1,
"size": 10
}
}