feat(tenpaybusiness): 新增提现相关接口

This commit is contained in:
Fu Diwei
2023-04-16 02:14:14 +08:00
parent 646d86d61c
commit 086848e360
17 changed files with 364 additions and 82 deletions

View File

@@ -0,0 +1,7 @@
{
"ent_id": "string",
"receiver_acct_id": "string",
"out_withdraw_id": "string",
"amount": 0,
"server_notify_url": "string"
}

View File

@@ -0,0 +1,4 @@
{
"out_withdraw_id": "string",
"withdraw_id": "string"
}

View File

@@ -0,0 +1,7 @@
{
"out_withdraw_id": "string",
"withdraw_id": "string",
"amount": 0,
"status": "string",
"succeeded_time": "2021-06-08T10:34:56+08:00"
}

View File

@@ -0,0 +1,7 @@
{
"out_withdraw_id": "string",
"withdraw_id": "string",
"amount": 0,
"status": "string",
"succeeded_time": "2021-06-08T10:34:56+08:00"
}