http://127.0.0.1:8888/api/| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | int | 接口编号 |
| protocol | 是 | int | 协议类型 |
{
"type": 1001,
"protocol": 5
}
{
"pushType": 1,
"pushTime": 1685179951,
"data":
{
"from": "wxid_xxx",
"to": "wxid_xxx",
"type": 1,
"content": "123",
"msgSvrID": 1111111111111111111111,
"reversed1": "xxx",
"createTime": 1685179951
}
}
| 参数名 | 类型 | 说明 |
|---|---|---|
| error_code | int | 错误代码 |
| description | string | 错误描述 |
| data | json | 业务数据 |