curl --location --request GET 'http://localhost:3000/api/admin/dashoard/message?page=&pageSize =& view=' \
--header 'Authorization;'
{
"code": 200,
"message": "获取成功",
"data": [
{
"title": "类使南想",
"content": "voluptate Duis magna",
"createTime": "1970-01-06 02:47:10",
"type": 1,
"view": true
},
{
"title": "些不外马应斗",
"content": "sint Excepteur",
"createTime": "2005-09-17 20:02:37",
"type": 1,
"view": true
}
],
"total": 21
}