curl --location --request GET '/api/notice/lists' \
--header 'token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"page_no": 1,
"page_size": 25,
"unread": 0,
"count": 1,
"lists": [
{
"id": 1,
"robot": "-",
"nickname": "用户69543291",
"avatar": "http://www.php-cw.localhost/resource/image/adminapi/default/default_avatar.png",
"content": "发发发",
"read": 1,
"create_time": "2024-07-09 15:06:06"
}
]
}
}