{
"code": 0,
"msg": "SUCCESS",
"appId": "APP20250101001",
"subSn": "MCH20250101001",
"timestamp": 1700000001000,
"signType": "RSA2",
"sign": "base64encodedSignature==",
"data": {
"sn": "MCH20250101001",
"appChannelSn": "AC20250101001",
"accountNo": "RECV_ACCOUNT_001",
"serialNo": "SN20250101000001",
"mchSerialNo": "WD_20250101000001",
"amount": 100,
"fee": 1,
"remark": "服务费提现",
"status": 3,
"date": "2025-01-01",
"successTime": 1700000060000,
"failCode": "",
"failMsg": "",
"notifyUrl": "https://example.com/notify/withdrawal"
}
}curl --location 'https://openapi.3ypay.com/callback/withdrawal/notify' \
--header 'Content-Type: application/json' \
--data '{
"code": 0,
"msg": "SUCCESS",
"appId": "APP20250101001",
"subSn": "MCH20250101001",
"timestamp": 1700000001000,
"signType": "RSA2",
"sign": "base64encodedSignature==",
"data": {
"sn": "MCH20250101001",
"appChannelSn": "AC20250101001",
"accountNo": "RECV_ACCOUNT_001",
"serialNo": "SN20250101000001",
"mchSerialNo": "WD_20250101000001",
"amount": 100,
"fee": 1,
"remark": "服务费提现",
"status": 3,
"date": "2025-01-01",
"successTime": 1700000060000,
"failCode": "",
"failMsg": "",
"notifyUrl": "https://example.com/notify/withdrawal"
}
}'