feat(wxapi): 新增自定义交易组件资金相关接口

This commit is contained in:
Fu Diwei
2022-04-11 21:49:04 +08:00
parent 2263398e4b
commit 3afba4febf
44 changed files with 950 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{
"account_info": {
"bank_account_type": "ACCOUNT_TYPE_PRIVATE",
"account_bank": "招商银行",
"bank_address_code": "100000",
"account_number": "1234567890"
},
"errcode": 0,
"errmsg": "OK"
}

View File

@@ -0,0 +1,8 @@
{
"account_info": {
"bank_account_type": "ACCOUNT_TYPE_PRIVATE",
"account_bank": "招商银行",
"bank_address_code": "100000",
"account_number": "1234567890"
}
}

View File

@@ -0,0 +1,3 @@
{
"qrcode_ticket": "05ba627d5b73b6f3ef0dcfc7"
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"status": 0,
"self_check_err_code": 0,
"self_check_err_msg": "",
"scan_user_type": 1
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"qrcode_ticket": "xxxxx"
}

View File

@@ -0,0 +1,3 @@
{
"qrcode_ticket": "05ba627d5b73b6f3ef0dcfc7"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"qrcode_buf": "xxxxx"
}

View File

@@ -0,0 +1,6 @@
{
"balance_info": {
"available_amount": 45331,
"pending_amount": 7549
}
}

View File

@@ -0,0 +1,3 @@
{
"funds_flow_id": "1651031426690650"
}

View File

@@ -0,0 +1,12 @@
{
"funds_flow": {
"bookkeeping_time": "2020-08-20 00:08:13",
"funds_flow_id": "4200000586202008206907203418",
"type": "交易",
"flow_type": "收入",
"amount": "0.10",
"balance": "115.12",
"busi_type": "订单",
"request_no": "1768262391135651"
}
}

View File

@@ -0,0 +1,5 @@
{
"page_num": 1,
"page_size": 100,
"date": "20211120"
}

View File

@@ -0,0 +1,4 @@
{
"funds_flow_ids": ["123456789123", "12345678229"],
"total_num": 2
}

View File

@@ -0,0 +1,3 @@
{
"out_request_no": "wd13675014323600561372"
}

View File

@@ -0,0 +1,13 @@
{
"withdraw_info": {
"amount": 7,
"create_time": 1590733930,
"update_time": 1590773555,
"reason": "",
"remark": "0529日14点31分提现",
"bank_memo": "0529日14点31分提现",
"bank_name": "",
"bank_num": "",
"status": "SUCCESS"
}
}

View File

@@ -0,0 +1,4 @@
{
"page_num": 1,
"page_size": 2
}

View File

@@ -0,0 +1,4 @@
{
"out_request_nos": ["3163339305837870", "180687538055"],
"total_num": 103
}

View File

@@ -0,0 +1,5 @@
{
"amount": 1,
"remark": "sss",
"bank_memo": ""
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "OK",
"out_request_no": "xxxxx",
"qrcode_ticket": "xxxxx"
}