{
"event": "10002",
"description": "私聊消息事件",
"time": 1726826627676,
"data": {
"robotId": "string",
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"timeStamp": 1726826627676,
"messageId": "7053704521966022857",
"messageType": 1,
"fromType": "private",
"messageSource": 0,
"fromWxId": "test",
"fromNickName": "好友昵称",
"message": "测试消息",
"toWxId": "string"
}
}
curl --location --request POST 'http://callbackurl' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "10002",
"description": "私聊消息事件",
"time": 1726826627676,
"data": {
"robotId": "string",
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"timeStamp": 1726826627676,
"messageId": "7053704521966022857",
"messageType": 1,
"fromType": "private",
"messageSource": 0,
"fromWxId": "test",
"fromNickName": "好友昵称",
"message": "测试消息",
"toWxId": "string"
}
}'
{}