mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
test(tenpayv3): 适配新的模型测试
This commit is contained in:
parent
b58acee087
commit
7844b9f496
@ -4,7 +4,13 @@
|
||||
"amount": {
|
||||
"total": 1,
|
||||
"currency": "CNY",
|
||||
"refund": 1
|
||||
"refund": 1,
|
||||
"from": [
|
||||
{
|
||||
"account": "AVAILABLE",
|
||||
"amount": 444
|
||||
}
|
||||
]
|
||||
},
|
||||
"transaction_id": "4200000991202103266853086457",
|
||||
"out_refund_no": "sdk12345678920210326145039",
|
||||
|
@ -7,7 +7,13 @@
|
||||
"refund": 1,
|
||||
"settlement_refund": 1,
|
||||
"settlement_total": 1,
|
||||
"total": 1
|
||||
"total": 1,
|
||||
"from": [
|
||||
{
|
||||
"account": "AVAILABLE",
|
||||
"amount": 444
|
||||
}
|
||||
]
|
||||
},
|
||||
"channel": "ORIGINAL",
|
||||
"create_time": "2021-03-26T14:52:08+08:00",
|
||||
|
@ -7,7 +7,13 @@
|
||||
"refund": 1,
|
||||
"settlement_refund": 1,
|
||||
"settlement_total": 1,
|
||||
"total": 1
|
||||
"total": 1,
|
||||
"from": [
|
||||
{
|
||||
"account": "AVAILABLE",
|
||||
"amount": 444
|
||||
}
|
||||
]
|
||||
},
|
||||
"channel": "ORIGINAL",
|
||||
"create_time": "2021-03-26T14:52:08+08:00",
|
||||
|
Loading…
Reference in New Issue
Block a user