mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
feat(work): 新增小程序接入对外收款相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"mchid": "xxx",
|
||||
"out_refund_no": "xxx"
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"out_refund_no": "1217752501201407033233368018",
|
||||
"out_trade_no": "1217752501201407033233368018",
|
||||
"channel": "ORIGINAL",
|
||||
"user_received_account": "招商银行信用卡0403",
|
||||
"success_time": "2018-06-08T10:34:56+08:00",
|
||||
"create_time": "2018-06-08T10:34:56+08:00",
|
||||
"status": "SUCCESS",
|
||||
"amount": {
|
||||
"refund": 888,
|
||||
"payer_refund": 888,
|
||||
"discount_refund": 888,
|
||||
"currency": "CNY"
|
||||
},
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"mchid": "1900000109",
|
||||
"appid": "wx8888888888888888",
|
||||
"out_trade_no": "1217752501201407033233368018",
|
||||
"out_refund_no": "1217752501201407033233368018",
|
||||
"reason": "商品已售完",
|
||||
"funds_account": "AVAILABLE",
|
||||
"amount": {
|
||||
"refund": 888,
|
||||
"total": 888,
|
||||
"currency": "CNY"
|
||||
}
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"out_refund_no": "1217752501201407033233368018",
|
||||
"amount": {
|
||||
"refund": 888,
|
||||
"currency": "CNY"
|
||||
},
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user