Authorization: Bearer ********************curl --location --request GET '/message-sys/list?current=&pageSize=&sort=&title=&typeId=' \
--header 'loginId: 2' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"current": 0,
"orders": [
{}
],
"pages": 0,
"records": [
{
"createTime": "2019-08-24T14:15:22.123Z",
"id": 0,
"introduction": "string",
"isRead": 0,
"title": "string",
"content": "string",
"typeName": "string",
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"size": 0,
"total": 0
},
"errMsg": "string"
}