{
"chattype": "user",
"clientid": "",
"contactid": "",
"contactinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"content": "",
"createtime": 0,
"fileinfo": {
"fileext": "",
"filelen": "",
"filename": "",
"filesize": "",
"filetitle": "",
"fileurl": "",
"newmsgid": "",
"wxid": ""
},
"fromcontactinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"fromusername": "",
"imgbuf": "",
"imgstatus": 1,
"isself": true,
"msgid": 0,
"msgsource": "",
"msgtype": 51,
"newmsgid": "",
"ownerinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"ownerwxid": "",
"pushcontent": "",
"sendcontactinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"sendusername": "",
"status": 3,
"tocontactinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"tousername": "",
"uuid": ""
}curl --location --request POST '新消息推送' \
--header 'Content-Type: application/json' \
--data-raw '{
"chattype": "user",
"clientid": "",
"contactid": "",
"contactinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"content": "",
"createtime": 0,
"fileinfo": {
"fileext": "",
"filelen": "",
"filename": "",
"filesize": "",
"filetitle": "",
"fileurl": "",
"newmsgid": "",
"wxid": ""
},
"fromcontactinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"fromusername": "",
"imgbuf": "",
"imgstatus": 1,
"isself": true,
"msgid": 0,
"msgsource": "",
"msgtype": 51,
"newmsgid": "",
"ownerinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"ownerwxid": "",
"pushcontent": "",
"sendcontactinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"sendusername": "",
"status": 3,
"tocontactinfo": {
"contacttype": 0,
"displayname": "",
"headurl": "",
"nickname": "",
"sex": 0,
"wxid": ""
},
"tousername": "",
"uuid": ""
}'{}