mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
feat(tenpaybusiness): 新增退款相关接口
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
"pay_status": "PROCESSING",
|
||||
"memo": "string",
|
||||
"attachment": "string",
|
||||
"pay_time": "2022-11-15 13:25:18"
|
||||
"pay_time": "2019-08-24T14:15:22Z"
|
||||
}
|
||||
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"ent_id": "string",
|
||||
"out_refund_id": "string",
|
||||
"payment_id": "string",
|
||||
"out_payment_id": "string",
|
||||
"total_amount": 0,
|
||||
"refund_amount": 0,
|
||||
"refund_reason": "string",
|
||||
"server_notify_url": "string"
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"refund_id": "string",
|
||||
"out_refund_id": "string",
|
||||
"payment_id": "string",
|
||||
"out_payment_id": "string",
|
||||
"total_amount": 0,
|
||||
"refund_amount": 0,
|
||||
"status": "INIT",
|
||||
"refund_reason": "string",
|
||||
"succeeded_time": "2019-08-24T14:15:22Z",
|
||||
"created_time": "2019-08-24T14:15:22Z"
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"refund_id": "string",
|
||||
"out_refund_id": "string",
|
||||
"payment_id": "string",
|
||||
"out_payment_id": "string",
|
||||
"total_amount": 0,
|
||||
"refund_amount": 0,
|
||||
"status": "INIT",
|
||||
"refund_reason": "string",
|
||||
"succeeded_time": "2019-08-24T14:15:22Z",
|
||||
"created_time": "2019-08-24T14:15:22Z"
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"refund_id": "string",
|
||||
"out_refund_id": "string",
|
||||
"payment_id": "string",
|
||||
"out_payment_id": "string",
|
||||
"total_amount": 0,
|
||||
"refund_amount": 0,
|
||||
"status": "INIT",
|
||||
"refund_reason": "string",
|
||||
"succeeded_time": "2019-08-24T14:15:22Z",
|
||||
"created_time": "2019-08-24T14:15:22Z"
|
||||
}
|
Reference in New Issue
Block a user