test(tenpayv3): 适配新的模型测试

This commit is contained in:
Fu Diwei 2021-06-01 19:22:25 +08:00
parent b58acee087
commit 7844b9f496
3 changed files with 21 additions and 3 deletions

View File

@ -4,7 +4,13 @@
"amount": { "amount": {
"total": 1, "total": 1,
"currency": "CNY", "currency": "CNY",
"refund": 1 "refund": 1,
"from": [
{
"account": "AVAILABLE",
"amount": 444
}
]
}, },
"transaction_id": "4200000991202103266853086457", "transaction_id": "4200000991202103266853086457",
"out_refund_no": "sdk12345678920210326145039", "out_refund_no": "sdk12345678920210326145039",

View File

@ -7,7 +7,13 @@
"refund": 1, "refund": 1,
"settlement_refund": 1, "settlement_refund": 1,
"settlement_total": 1, "settlement_total": 1,
"total": 1 "total": 1,
"from": [
{
"account": "AVAILABLE",
"amount": 444
}
]
}, },
"channel": "ORIGINAL", "channel": "ORIGINAL",
"create_time": "2021-03-26T14:52:08+08:00", "create_time": "2021-03-26T14:52:08+08:00",

View File

@ -7,7 +7,13 @@
"refund": 1, "refund": 1,
"settlement_refund": 1, "settlement_refund": 1,
"settlement_total": 1, "settlement_total": 1,
"total": 1 "total": 1,
"from": [
{
"account": "AVAILABLE",
"amount": 444
}
]
}, },
"channel": "ORIGINAL", "channel": "ORIGINAL",
"create_time": "2021-03-26T14:52:08+08:00", "create_time": "2021-03-26T14:52:08+08:00",