curl --location --request GET '/msgDeliver/info/'
{
"_embedded": {
"contactInfo": "string",
"createTime": "string",
"deliverFailedReason": "string",
"deliverStatus": "0:delivering;1: success;2. failed;3. timeout",
"deliverUpdateTime": "string",
"id": "string",
"isInnerUser": true,
"msgContent": "string",
"msgId": "string",
"msgLevel": 0,
"msgTitle": "string",
"msgType": 0,
"pushType": "站内信(info)、移动端app(mobile)、短消息(sms)、微信(wx)、邮件(email)",
"readStatus": true,
"readUpdateTime": "string",
"tenant": "string",
"userId": "string"
},
"code": 0,
"message": "string",
"timestamp": "string"
}