From c2beb836d443f8e5b7a351d7434fa7918542fa77 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Sat, 5 Jun 2021 21:37:07 +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 --- .../GetEcommerceFundWithdrawByOutRequestNumberResponse.json | 6 +++++- .../GetEcommerceFundWithdrawByWithdrawIdResponse.json | 6 +++++- .../GetMerchantFundWithdrawByOutRequestNumberResponse.json | 5 ++++- .../GetMerchantFundWithdrawByWithdrawIdResponse.json | 5 ++++- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/EcommerceFundWithdraw/GetEcommerceFundWithdrawByOutRequestNumberResponse.json b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/EcommerceFundWithdraw/GetEcommerceFundWithdrawByOutRequestNumberResponse.json index 61b732b9..2bfc2c3a 100644 --- a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/EcommerceFundWithdraw/GetEcommerceFundWithdrawByOutRequestNumberResponse.json +++ b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/EcommerceFundWithdraw/GetEcommerceFundWithdrawByOutRequestNumberResponse.json @@ -9,5 +9,9 @@ "update_time": "2015-05-20T13:29:35.120+08:00", "reason": "卡号错误", "remark": "交易提现", - "bank_memo": "微信提现" + "bank_memo": "微信提现", + "account_type": "BASIC", + "account_number": "1178", + "account_bank": "招商银行", + "bank_name": "中国工商银行股份有限公司深圳软件园支行" } \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/EcommerceFundWithdraw/GetEcommerceFundWithdrawByWithdrawIdResponse.json b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/EcommerceFundWithdraw/GetEcommerceFundWithdrawByWithdrawIdResponse.json index 61b732b9..2bfc2c3a 100644 --- a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/EcommerceFundWithdraw/GetEcommerceFundWithdrawByWithdrawIdResponse.json +++ b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/EcommerceFundWithdraw/GetEcommerceFundWithdrawByWithdrawIdResponse.json @@ -9,5 +9,9 @@ "update_time": "2015-05-20T13:29:35.120+08:00", "reason": "卡号错误", "remark": "交易提现", - "bank_memo": "微信提现" + "bank_memo": "微信提现", + "account_type": "BASIC", + "account_number": "1178", + "account_bank": "招商银行", + "bank_name": "中国工商银行股份有限公司深圳软件园支行" } \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/MerchantFundWithdraw/GetMerchantFundWithdrawByOutRequestNumberResponse.json b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/MerchantFundWithdraw/GetMerchantFundWithdrawByOutRequestNumberResponse.json index fdad9fdd..0afa9b6f 100644 --- a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/MerchantFundWithdraw/GetMerchantFundWithdrawByOutRequestNumberResponse.json +++ b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/MerchantFundWithdraw/GetMerchantFundWithdrawByOutRequestNumberResponse.json @@ -9,5 +9,8 @@ "remark": "交易提现", "bank_memo": "微信提现", "account_type": "BASIC", - "solution": "请修改结算银行卡信息" + "solution": "请修改结算银行卡信息", + "account_number": "1178", + "account_bank": "招商银行", + "bank_name": "中国工商银行股份有限公司深圳软件园支行" } \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/MerchantFundWithdraw/GetMerchantFundWithdrawByWithdrawIdResponse.json b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/MerchantFundWithdraw/GetMerchantFundWithdrawByWithdrawIdResponse.json index fdad9fdd..0afa9b6f 100644 --- a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/MerchantFundWithdraw/GetMerchantFundWithdrawByWithdrawIdResponse.json +++ b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/ModelSamples/MerchantFundWithdraw/GetMerchantFundWithdrawByWithdrawIdResponse.json @@ -9,5 +9,8 @@ "remark": "交易提现", "bank_memo": "微信提现", "account_type": "BASIC", - "solution": "请修改结算银行卡信息" + "solution": "请修改结算银行卡信息", + "account_number": "1178", + "account_bank": "招商银行", + "bank_name": "中国工商银行股份有限公司深圳软件园支行" } \ No newline at end of file