{
"event": "10005",
"description": "转账事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"invalidTime": 1716716297,
"messageId": "7053704521966022857",
"transType": 1,
"messageSource": 0,
"fromWxId": "test",
"money": "0.01",
"memo": "测试转账",
"transferId": "1000050001202405250826818609917",
"transcationId": "53010000356101202405250814531240"
}
}
curl --location --request POST 'http://callbackurl' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "10005",
"description": "转账事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"invalidTime": 1716716297,
"messageId": "7053704521966022857",
"transType": 1,
"messageSource": 0,
"fromWxId": "test",
"money": "0.01",
"memo": "测试转账",
"transferId": "1000050001202405250826818609917",
"transcationId": "53010000356101202405250814531240"
}
}'
{}