feat(work): 新增小程序接入对外收款相关接口

This commit is contained in:
Fu Diwei
2023-10-10 15:15:14 +08:00
parent 4163232f0f
commit bbf970d3ed
37 changed files with 1360 additions and 40 deletions

View File

@@ -0,0 +1,4 @@
{
"mchid": "xxx",
"out_refund_no": "xxx"
}

View File

@@ -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"
}

View File

@@ -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"
}
}

View File

@@ -0,0 +1,9 @@
{
"out_refund_no": "1217752501201407033233368018",
"amount": {
"refund": 888,
"currency": "CNY"
},
"errcode": 0,
"errmsg": "ok"
}