文档
测试

提现管理

POST
http://192.168.0.148:3000/finance/withdrawa

接口描述

提现管理

请求参数

参数名
类型
描述
必填
agency
string
代理
必填
end_time
string
结束时间
必填
is_execl
string
是否要导出excel`
必填
name
string
提现用户名字
必填
page_size
int
页面大小
必填
pay_type
string
支付类型
必填
start_time
string
开始时间
必填
status
string
状态 审核中 已打款 已拒绝
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
data
object
数据字典
必填
total
int
统计数据列表数量 示例:8
必填
list
array
数据列表
必填
id
int
id 示例:8
必填
order_no
string
订单号 示例:202012041131029557
必填
name
string
提现人名 示例:谢博
必填
pay_type
string
支付类型 示例:银行卡
必填
withdrawal_amount
string
提现金额 示例:100.00
必填
rate
float
手续费 示例:0.6
必填
service_amount
string
手续费费用 示例:0.60
必填
pay_amount
int
支付金额 示例:0
必填
status
int
状态 示例:1:打款 2:拒绝
必填
remark
object
备注 示例:null
必填
trade_no
object
示例:null
必填
create_time
string
创建时间 示例:2020-12-04 11:31:02
必填
agency
string
代理商 示例:测试顶级代理
必填
status_text
string
示例:审核中
必填
real_name
string
真实名字 示例:谢博
必填
identity
string
示例:
必填
pay_amount
string
总计支付金额 示例:18041.38
必填
withdrawal_amount
string
总计申请金额 示例:32100.00
必填
msg
string
示例:提现记录
必填

说明 / 示例

{ "code": 1, "data": { "total": 8, "list": [{ "id": 8, "order_no": "202012041131029557", "name": "谢博", "pay_type": "银行卡", "withdrawal_amount": "100.00", "rate": 0.6, "service_amount": "0.60", "pay_amount": 0, "status": 1, "remark": null, "trade_no": null, "create_time": "2020-12-04 11:31:02", "agency": "测试顶级代理", "status_text": "审核中", "real_name": "谢博", "identity": " " }, { "id": 7, "order_no": "202012041130171886", "name": "谢博", "pay_type": "银行卡", "withdrawal_amount": "1000.00", "rate": 0.6, "service_amount": "6.00", "pay_amount": 0, "status": 3, "remark": "12の12", "trade_no": null, "create_time": "2020-12-04 11:30:17", "agency": "测试顶级代理", "status_text": "已拒绝", "real_name": "谢博", "identity": " " }, { "id": 6, "order_no": "202012041122446036", "name": "谢博", "pay_type": "银行卡", "withdrawal_amount": "10000.00", "rate": 0.6, "service_amount": "60.00", "pay_amount": 0, "status": 3, "remark": "你钱不够", "trade_no": null, "create_time": "2020-12-04 11:22:44", "agency": "测试顶级代理", "status_text": "已拒绝", "real_name": "谢博", "identity": " " }, { "id": 5, "order_no": "202012041120462848", "name": "谢博", "pay_type": "银行卡", "withdrawal_amount": "4898.00", "rate": 0.6, "service_amount": "29.39", "pay_amount": 4000, "status": 2, "remark": "", "trade_no": null, "create_time": "2020-12-04 11:20:46", "agency": "测试顶级代理", "status_text": "已打款", "real_name": "谢博", "identity": " " }, { "id": 4, "order_no": "202012041117477543", "name": "谢博", "pay_type": "银行卡", "withdrawal_amount": "5000.00", "rate": 0.6, "service_amount": "30.00", "pay_amount": 4000, "status": 2, "remark": "", "trade_no": null, "create_time": "2020-12-04 11:17:47", "agency": "测试顶级代理", "status_text": "已打款", "real_name": "谢博", "identity": " " }, { "id": 3, "order_no": "202012011112359924", "name": "谢博", "pay_type": "银行卡", "withdrawal_amount": "102.00", "rate": 0.6, "service_amount": "0.62", "pay_amount": 101.38, "status": 2, "remark": "真拽", "trade_no": null, "create_time": "2020-12-01 11:12:35", "agency": "测试顶级代理", "status_text": "已打款", "real_name": "谢博", "identity": " " }, { "id": 2, "order_no": "202012011112042362", "name": "谢博", "pay_type": "银行卡", "withdrawal_amount": "1000.00", "rate": 0.6, "service_amount": "6.00", "pay_amount": 0, "status": 3, "remark": "你是暴发户吗", "trade_no": null, "create_time": "2020-12-01 11:12:04", "agency": "测试顶级代理", "status_text": "已拒绝", "real_name": "谢博", "identity": " " }, { "id": 1, "order_no": "202012011029023697", "name": "谢博", "pay_type": "银行卡", "withdrawal_amount": "10000.00", "rate": 0.6, "service_amount": "60.00", "pay_amount": 9940, "status": 2, "remark": "", "trade_no": null, "create_time": "2020-12-01 10:29:02", "agency": "测试顶级代理", "status_text": "已打款", "real_name": "谢博", "identity": " " }], "pay_amount": "18041.38", "withdrawal_amount": "32100.00" }, "msg": "提现记录" }