mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(wxapi): 新增自定义交易组件资金相关接口
This commit is contained in:
@@ -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"
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"account_info": {
|
||||
"bank_account_type": "ACCOUNT_TYPE_PRIVATE",
|
||||
"account_bank": "招商银行",
|
||||
"bank_address_code": "100000",
|
||||
"account_number": "1234567890"
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"qrcode_ticket": "05ba627d5b73b6f3ef0dcfc7"
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 0,
|
||||
"self_check_err_code": 0,
|
||||
"self_check_err_msg": "",
|
||||
"scan_user_type": 1
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"identity_type": 1
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"qrcode_ticket": "xxxxx"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"qrcode_ticket": "05ba627d5b73b6f3ef0dcfc7"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"qrcode_buf": "xxxxx"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"balance_info": {
|
||||
"available_amount": 45331,
|
||||
"pending_amount": 7549
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"funds_flow_id": "1651031426690650"
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"page_num": 1,
|
||||
"page_size": 100,
|
||||
"date": "20211120"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"funds_flow_ids": ["123456789123", "12345678229"],
|
||||
"total_num": 2
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"out_request_no": "wd13675014323600561372"
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"page_num": 1,
|
||||
"page_size": 2
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"out_request_nos": ["3163339305837870", "180687538055"],
|
||||
"total_num": 103
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"amount": 1,
|
||||
"remark": "sss",
|
||||
"bank_memo": ""
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "OK",
|
||||
"out_request_no": "xxxxx",
|
||||
"qrcode_ticket": "xxxxx"
|
||||
}
|
Reference in New Issue
Block a user