curl --location --request GET '/admin-api/system/notice/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"title": "小博主",
"type": 0,
"content": "半生编码",
"status": 1,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}