{
"type": "text",
"status": "1",
"sendTime": "1728718522183",
"toContactId": "2",
"fromUserInfo": {
"id": "1",
"displayName": "管理员",
"avatar": "https://joim.2om.cn/avatar/管理员/80/1",
"account": "administrator"
},
"content": "<p><span class='chat-grid-input chat-stat'>1</span></p>",
"isGroup": "0"
}curl --location --request POST '/chat/message/sendMessage' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "text",
"status": "1",
"sendTime": "1728718522183",
"toContactId": "2",
"fromUserInfo": {
"id": "1",
"displayName": "管理员",
"avatar": "https://joim.2om.cn/avatar/管理员/80/1",
"account": "administrator"
},
"content": "<p><span class='\''chat-grid-input chat-stat'\''>1</span></p>",
"isGroup": "0"
}'{
"code":0,
"data":{
"id":"1847089565772148738",
"type":"text",
"status":null,
"sendTime":"1729215444690",
"toContactId":"2",
"fromUser":{
"account":"admin",
"avatar":"",
"displayName":"超级管理员",
"id":"1",
"namePy":"chao ji guan li yuan"
},
"content":"<p><span class='chat-grid-input chat-stat'>1</span></p>",
"isGroup":0,
"userId":"1",
"msgId":"1847089565772148738",
"isRead":"0",
"to_user":"2",
"fileSize":null,
"fileName":null,
"toUser":"2",
"contactInfo":{
"account":"test1",
"avatar":"null",
"displayName":"仅本人 密码666666",
"email":"",
"groupId":null,
"id":"4",
"index":"j b r m m 6 6 6 6 6 6",
"isGroup":0,
"isNotice":0,
"isOnline":null,
"isTop":0,
"lastContent":"",
"lastLoginIp":"127.0.0.1",
"lastSendTime":null,
"location":"",
"namePy":"jin ben ren mi ma 6 6 6 6 6 6",
"nickName":"仅本人 密码666666",
"notice":"",
"ownerId":null,
"realName":"仅本人 密码666666",
"role":"",
"setting":null,
"type":"",
"unread":null,
"userId":"4",
"userName":"test1"
}
},
"message":"成功",
"status":200
}