{
"page": 0,
"pageSize": 0,
"isRead": true
}
curl --location --request POST '/api/message/getList' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"isRead": true
}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"messageId": "string",
"scene": 0,
"pydOrgInfo": {
"orgId": "string",
"name": "string"
},
"projectInfo": {
"id": "string",
"name": "string",
"projectCode": "string"
},
"reservationInfo": {
"id": "string",
"appointTime": 0,
"state": 0,
"cancelReason": "string",
"operateAccountType": "string"
},
"isRead": true,
"createTime": 0,
"title": "string",
"contentText": "string",
"messageSendUserRole": "string"
}
],
"total": 0
}
}