mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 02:07:49 +08:00
feat(tenpaybusiness): 新增提现相关接口
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ent_id": "string",
|
||||
"receiver_acct_id": "string",
|
||||
"out_withdraw_id": "string",
|
||||
"amount": 0,
|
||||
"server_notify_url": "string"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"out_withdraw_id": "string",
|
||||
"withdraw_id": "string"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"out_withdraw_id": "string",
|
||||
"withdraw_id": "string",
|
||||
"amount": 0,
|
||||
"status": "string",
|
||||
"succeeded_time": "2021-06-08T10:34:56+08:00"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"out_withdraw_id": "string",
|
||||
"withdraw_id": "string",
|
||||
"amount": 0,
|
||||
"status": "string",
|
||||
"succeeded_time": "2021-06-08T10:34:56+08:00"
|
||||
}
|
||||
Reference in New Issue
Block a user