接口地址:
http://接口地址/post/api/
接收到消息后,如若进行撤回比较繁琐。
记录消息即可。
{
"TypeName": "AddMsg", 回调消息类型
"Appid": "wx_*_**_***", 设备appid
"Wxid": "wxid_******", 归属微信的wxid
"Data":
{
"MsgId": ******, 消息ID
"FromUserName":
{
"string": "wxid_******" 消息发送人的wxid
},
"ToUserName":
{
"string": "wxid_******" 消息接收人的wxid
},
"MsgType": 1, 回调消息类型 1是文本消息
"Content":
{
"string": "******" # 消息内容
},
"Status": 3,
"ImgStatus": 1,
"ImgBuf":
{
"iLen": 0
},
"CreateTime": ******, 消息发送时间
"MsgSource": "******",
"PushContent": "苏生-技术支持 : ******", 消息通知内容
"NewMsgId": ******, 消息ID
"MsgSeq": ******
}
}