Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.TenpayV2.UnitTests/ModelSamples/Deposit/ConsumeDepositResponse.json

14 lines
392 B
JSON
Raw Normal View History

2022-01-25 13:24:49 +08:00
{
"return_code": "SUCCESS",
"return_msg": "OK",
"appid": "wx2421b1c4370ec43b",
"mch_id": "10000100",
"nonce_str": "GOp3TRyMXzbMlkun",
"sign": "D6C76CB785F07992CDE05494BB7DF7FD",
"result_code": "SUCCESS",
"transaction_id": "1008450740201411110005820873",
"out_trade_no": "1415757673",
"total_fee": "1",
"consume_fee": "0",
"fee_type": "CNY"
}