From 7844b9f496630b23f24a7aada8e3d2c1a38c3f9d Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Tue, 1 Jun 2021 19:22:25 +0800 Subject: [PATCH] =?UTF-8?q?test(tenpayv3):=20=E9=80=82=E9=85=8D=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E6=A8=A1=E5=9E=8B=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Refund/CreateRefundDomesticRefundRequest.json | 8 +++++++- .../Refund/CreateRefundDomesticRefundResponse.json | 8 +++++++- .../GetRefundDomesticRefundByOutRefundNumberResponse.json | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/CreateRefundDomesticRefundRequest.json b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/CreateRefundDomesticRefundRequest.json index 5a717bd0..c91a21eb 100644 --- a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/CreateRefundDomesticRefundRequest.json +++ b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/CreateRefundDomesticRefundRequest.json @@ -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", diff --git a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/CreateRefundDomesticRefundResponse.json b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/CreateRefundDomesticRefundResponse.json index 57b74234..6a643499 100644 --- a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/CreateRefundDomesticRefundResponse.json +++ b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/CreateRefundDomesticRefundResponse.json @@ -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", diff --git a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/GetRefundDomesticRefundByOutRefundNumberResponse.json b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/GetRefundDomesticRefundByOutRefundNumberResponse.json index 0fb62956..03cc3ee5 100644 --- a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/GetRefundDomesticRefundByOutRefundNumberResponse.json +++ b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/Refund/GetRefundDomesticRefundByOutRefundNumberResponse.json @@ -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",