http://127.0.0.1:8888/api/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 接口编号 |
userName | 是 | string | 接收人wxid |
chatroomUserName | 否 | string | 群聊wxid |
bAsync | 否 | bool | 如果将该参数设置为true,则任务不再阻塞,接口响应内容会通过消息处理器返回,消息推送类型为0<br/>如果提供了asyncUserData参数,会随调用结果一起推送 |
asyncUserData | 否 | str | xxxx |
{
"type": 57,
"userName": "wxid_xxxx",
"chatroomUserName": "xxxx@chatroom"
}
{
"data": {
"status": 0,
"desc": "",
}
}
参数名 | 类型 | 说明 |
---|---|---|
error_code | int | 错误代码 |
description | string | 错误描述 |
data | json | 业务数据 |