wxhook

微信


发送拍一拍消息

[TOC]

简要描述
  • 发送拍一拍消息
请求URL
  • http://localhost:30001/SendPatMsg
请求方式
  • POST
参数
参数名 必选 类型 说明
wxid string 对方微信ID
gid string 群id
发送方法一(提交json)
{
    "wxid": "themid",
    "gid": "2475851820@chatroom"
}
返回示例
  {
    "SendPatMsg": "1"
  }
返回参数说明
参数名 类型 说明
SendPatMsg string 1=操作成功 0=操作失败
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML