{
"event": "10001",
"description": "微信登陆成功",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "wxid_test",
"wxNum": "wxnum_test",
"nickname": "测试微信",
"device": "device",
"phone": "13255475512",
"avatarUrl": "https://wx.qlogo.cn/mmhead/ver_1/xxxxxx",
"country": "CN",
"province": "Beijing",
"sign": "账号签名"
}
}
curl --location --request POST 'http://callbackurl' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "10001",
"description": "微信登陆成功",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "wxid_test",
"wxNum": "wxnum_test",
"nickname": "测试微信",
"device": "device",
"phone": "13255475512",
"avatarUrl": "https://wx.qlogo.cn/mmhead/ver_1/xxxxxx",
"country": "CN",
"province": "Beijing",
"sign": "账号签名"
}
}'
{}