文档
测试

查看单条消息

POST
http://192.168.8.213:9999/message/message/findMessageInfo

接口描述

根据消息ID查看该条消息信息

请求参数

参数名
类型
描述
必填
id
String
消息ID
必填

响应参数

参数名
类型
描述
必填
code
Int
响应码
必填
msg
String
响应信息
必填
data
Object
响应体(消息平台返回数据体)
必填

请求示例

``` { "id" : "373010" } ```

响应示例

``` { "code": 0, "msg": null, "data": { "jsonData": "", "errNum": 0, "errMsg": "成功", "retData": { "messageInfo": { "picMd5": "", "msgType": 11, "msgPicUrl": "", "receiveCompanyName": "lbyd测试10", "companyName": "zdy", "isRead": 1, "bizContent": "", "msgValue": "www.baidu.com", "receiveUserId": "", "viewTime": "", "taxid": "zdy123", "isAreaMsg": "", "startTime": "", "id": 373010, "state": 1, "msgSource": "", "receivePhone": "", "receiveEmail": "", "sort": "", "message": "终极测试消息2021年5月12日20:24:25", "userName": "", "isTag": 0, "userId": "", "receiveUserName": "", "companyId": "", "phone": "", "createTime": "2021-05-12 20:24:02", "isPop": "", "endTime": "", "receiveTaxid": "lbyd00003", "taskId": 104 } }, "timeStamps": "1621302218692" } } ```