消息示例
{
"chat_type": 0,
"to_id": 10000,
"access_token": "45b3a097a48d0a15cd2e0f3361070268",
"msg_type": 0,
"msg": "这是一个消息"
}
字段说明:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
chat_type | 是 | int | 聊天类型 |
to_id | 是 | int | 和谁聊天的id |
access_token | 是 | string | 访问的token |
msg_type | 是 | int | 消息类型 |
msg | 是 | string | 消息内容 |