Authorization: Bearer ********************curl --location --request GET '/api/v1.0/app-api/message-sys/cus/list?current=&pageSize=&readUser=&sort=&title=&toUser=&typeId=' \
--header 'loginId: 2' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"countId": "string",
"current": 0,
"maxLimit": 0,
"optimizeCountSql": true,
"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"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"errMsg": "string"
}