wxhook

微信


获取消息内容

[TOC]

简要描述
  • 获取消息内容
请求URL
请求方式
  • POST
发送参数
参数名 必选 类型 说明
msg_id string 传入服务器消息ID
发送示例
{
    "msg_id":"2051245003290948086"
}
返回参数
参数名 必选 类型 说明
msgtype string 消息类型
towxid string 消息接收人
content string 消息内容
msglocID string 消息本地ID
Lib_ID string 消息分库ID
返回示例
{
    "msgtype": "1",
    "towxid": "themid",
    "content": "哦know",
    "msglocID": "2",
    "Lib_ID": "83886336"
}

页面列表

ITEM_HTML