{
"type": "confirmTrans",
"data": {
"wxid": "wxid_3sx9sjgq99kd22",
"transcationid": "53010000356101202405250814531240",
"transferid": "1000050001202405250826818609917"
}
}
curl --location --request POST 'http://127.0.0.1:8888/wechat/httpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "confirmTrans",
"data": {
"wxid": "wxid_3sx9sjgq99kd22",
"transcationid": "53010000356101202405250814531240",
"transferid": "1000050001202405250826818609917"
}
}'
{
"code": 200,
"msg": "操作成功",
"result": {},
"wxid": "wxid_nq6r0w9v12612",
"port": 8888,
"pid": 16040,
"flag": "7888",
"timestamp": "1716630021264"
}