{
"event": "10010",
"description": "好友新增事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "string",
"fromWxId": "test",
"fromNickName": "string",
"wxNum": "好友昵称",
"avatarUrl": "测试消息",
"sex": 0,
"city": "城市",
"country": "string",
"remark": "string"
}
}
curl --location --request POST 'http://callbackurl' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "10010",
"description": "好友新增事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "string",
"fromWxId": "test",
"fromNickName": "string",
"wxNum": "好友昵称",
"avatarUrl": "测试消息",
"sex": 0,
"city": "城市",
"country": "string",
"remark": "string"
}
}'
{}