http://127.0.0.1:8888/api/| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | int | 接口编号 |
| fromUserName | 是 | string | 消息来源用户wxid |
| toUserName | 是 | string | 消息接收用户wxid |
| content | 是 | string | 消息内容 |
| msgSourceID | 否 | string | 关联的消息id |
{
"type": 10116,
"fromUserName": "wxid_xxxx",
"toUserName": "filehelper",
"content": "123456",
"msgSourceID": "18446744073709111111",
}
{
"data": {
"status": 0,
"desc": "",
}
}
| 参数名 | 类型 | 说明 |
|---|---|---|
| error_code | int | 错误代码 |
| description | string | 错误描述 |
| data | json | 业务数据 |