{
"event": "20002",
"description": "文本消息事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "string",
"sendTime": 1726826627676,
"localId": "7053704521966022857",
"serverId": "string",
"appInfo": "string",
"messageType": 1,
"quoteAppInfo": "private",
"quoteMessage": "string",
"messageSource": 0,
"conversationId": "string",
"fromWxId": "test",
"toWxId": "string",
"fromNickName": "好友昵称",
"message": "测试消息",
"isPc": 0,
"atWxIdList": [
"string"
]
}
}
curl --location --request POST 'http://callbackurl' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "20002",
"description": "文本消息事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "string",
"sendTime": 1726826627676,
"localId": "7053704521966022857",
"serverId": "string",
"appInfo": "string",
"messageType": 1,
"quoteAppInfo": "private",
"quoteMessage": "string",
"messageSource": 0,
"conversationId": "string",
"fromWxId": "test",
"toWxId": "string",
"fromNickName": "好友昵称",
"message": "测试消息",
"isPc": 0,
"atWxIdList": [
"string"
]
}
}'
{}