文档
测试

获取提现账户信息

POST
http://localhost/merchant/user/withdrawalAccount

接口描述

获取提现账户信息

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
data
object
数据字典
必填
id
int
用户id 示例:1
必填
user_type
int
用户类型 1:代理商 2:业务员 3:示例:1
必填
relation_id
int
关系id 示例:48
必填
pay_type
int
支付类型 示例:3
必填
account
string
金额 示例:4945645455654654898
必填
bank
string
银行 示例:中国工商银行
必填
bank_branch
string
银行分支 示例:宜宾支行
必填
real_name
string
真实名字 示例:谢博
必填
id_card
object
身份证 示例:null
必填
identity_info
string
身份信息 示例:[]
必填
create_time
int
创建时间 示例:1606789455
必填
update_time
object
更新时间 示例:null
必填
balance
int
余额 示例:49898
必填
rate
string
手续费 示例:0.6
必填
intro
string
提示 示例:每次最低提现100元,提现手续费0.6%,每月15号、30号进行提现审核打款,请提前一个工作日申请。节假日顺延至工作日。
必填
phone
int
电话 示例:12312312312
必填
type_text
string
类型 示例:银行卡
必填
bank_list
array
银行列表 示例:数据列表
必填
types
array
数据列表
必填
id
int
id 示例:3
必填
text
string
示例:银行卡
必填
msg
string
示例:获取提现账户
必填

说明 / 示例

{ "code": 1, "data": { "id": 1, "user_type": 1, "relation_id": 48, "pay_type": 3, "account": "4945645455654654898", "bank": "中国工商银行", "bank_branch": "宜宾支行", "real_name": "谢博", "id_card": null, "identity_info": "[]", "create_time": 1606789455, "update_time": null, "balance": 34929.37, "rate": "0.6", "intro": "每次最低提现100元,提现手续费0.6%,每月15号、30号进行提现审核打款,请提前一个工作日申请。节假日顺延至工作日。", "phone": 12312312312, "type_text": "银行卡", "bank_list": ["中国银行", "中国工商银行", "中国农业银行", "中国建设银行", "交通银行", "中国邮政储蓄银行", "中国民生银行", "中国光大银行", "招商银行", "中信银行", "兴业银行", "华夏银行"], "types": [{ "id": 3, "text": "银行卡" }] }, "msg": "获取提现账户" }