mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"sub_mchid": "1900008XXX",
|
||||
"notify_url": "https://weixin.qq.com/",
|
||||
"amount": {
|
||||
"total": 1,
|
||||
"currency": "CNY",
|
||||
"refund": 1
|
||||
},
|
||||
"transaction_id": "4200000991202103266853086457",
|
||||
"out_refund_no": "sdk12345678920210326145039",
|
||||
"reason": "商品已售完"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"amount": {
|
||||
"currency": "CNY",
|
||||
"discount_refund": 0,
|
||||
"payer_refund": 1,
|
||||
"payer_total": 1,
|
||||
"refund": 1,
|
||||
"settlement_refund": 1,
|
||||
"settlement_total": 1,
|
||||
"total": 1
|
||||
},
|
||||
"channel": "ORIGINAL",
|
||||
"create_time": "2021-03-26T14:52:08+08:00",
|
||||
"funds_account": "UNSETTLED",
|
||||
"out_refund_no": "sdk12345678920210326145039",
|
||||
"out_trade_no": "sdk12345678920210326145039",
|
||||
"promotion_detail": [],
|
||||
"refund_id": "50001307732021032607480019805",
|
||||
"status": "PROCESSING",
|
||||
"transaction_id": "4200000991202103266853086457",
|
||||
"user_received_account": "支付用户零钱"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"amount": {
|
||||
"currency": "CNY",
|
||||
"discount_refund": 0,
|
||||
"payer_refund": 1,
|
||||
"payer_total": 1,
|
||||
"refund": 1,
|
||||
"settlement_refund": 1,
|
||||
"settlement_total": 1,
|
||||
"total": 1
|
||||
},
|
||||
"channel": "ORIGINAL",
|
||||
"create_time": "2021-03-26T14:52:08+08:00",
|
||||
"funds_account": "UNSETTLED",
|
||||
"out_refund_no": "sdk12345678920210326145039",
|
||||
"out_trade_no": "sdk12345678920210326145039",
|
||||
"promotion_detail": [],
|
||||
"refund_id": "50001307732021032607480019805",
|
||||
"status": "SUCCESS",
|
||||
"success_time": "2021-03-26T14:52:11+08:00",
|
||||
"transaction_id": "4200000991202103266853086457",
|
||||
"user_received_account": "支付用户零钱"
|
||||
}
|
||||
Reference in New Issue
Block a user