curl --location --request GET 'http://localhost:3000/api/admin/guestbook/list?page&pageSize' \
--header 'Authorization;'
{
"code": 200,
"message": "获取成功",
"data": [
{
"nickname": "易平",
"email": "f.gyoogqbfd@qq.com",
"content": "Excepteur cupidatat mollit esse anim",
"createTime": "1975-05-15 04:35:48",
"avatar": "http;//localhost/imgae/1.png",
"os": "nulla in id fugiat"
},
{
"nickname": "夏秀兰",
"email": "n.oidt@qq.com",
"content": "incididunt",
"createTime": "1999-10-14 05:10:51",
"avatar": "http;//localhost/imgae/1.png",
"os": "Lorem"
},
{
"nickname": "毛芳",
"email": "c.xmnbg@qq.com",
"content": "sit",
"createTime": "1991-10-31 09:54:30",
"avatar": "http;//localhost/imgae/1.png",
"os": "Excepteur"
}
],
"total": 3
}