mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 13:26:42 +08:00
test(tenpayv3): 适配新的模型测试
This commit is contained in:
parent
b58acee087
commit
7844b9f496
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user