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

19 lines
590 B
JSON
Raw Normal View History

2023-03-02 22:11:59 +08:00
{
2022-01-25 13:24:49 +08:00
"return_code": "SUCCESS",
2023-03-02 22:11:59 +08:00
"result_code": "SUCCESS",
"appid": "wx1a************",
"mch_id": "1515********",
"sub_mch_id": "152********",
"nonce_str": "0t1K************",
"sign": "51D8C0093****************************************",
"transaction_id": "4200************************",
"out_trade_no": "DEMO****************",
"total_fee": "10",
"settlement_total_fee": "2",
"fee_type": "CNY",
"out_refund_no": "DEMO****************",
"refund_id": "503****************************",
"refund_fee": "2",
"refund_status": "SUCCESS"
2022-05-06 20:29:27 +08:00
}