简要描述:
收入提现-按钮信息
请求域名:
- http://xx.com
请求URL:
GET/finance.income-withdraw.get-income-withdraw-mode
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"balance": "0.00",
"wechat": true,
"alipay": true,
"manual": true,
"huanxun": false,
"eup_pay": false,
"converge_pay": false,
"withdraw_multiple": "",
"high_light_wechat": false,
"high_light_alipay": false,
"high_light_bank": false,
"worker_withdraw_wechat": false,
"worker_withdraw_alipay": false,
"worker_withdraw_bank": false,
"eplus_withdraw_bank": false,
"silver_point": false,
"support_center_withdraw": false,
"support_center_withdraw_name": "SUPPORT_CENTER_NAME",
"bank_card_status": false,
"extra_data": [],
"poundage": "手续费比例:50%",
"has_password": false,
"need_password": false,
"jianzhimao_bank": true,
"tax_withdraw_bank": false,
"consol_withdraw_bank": false,
"consol_withdraw_alipay": false,
"consol_withdraw_wechat": false,
"withdraw_diy_name": [],
"withdraw_extra_data": {
"jianzhimao_bank": {
"bank_card_status": false,
"electronic_mobile_status": {
"sign": false,
"signType": [
"selfSign",
"AgentSign"
]
},
"electronic_sign": {
"member_set_verify": [
{
"name": "realname",
"title": "姓名",
"tips": "请设置姓名",
"status": false,
"value": ""
},
{
"name": "mobile",
"title": "手机号",
"tips": "请设置手机号",
"status": true,
"value": "13690626573"
},
{
"name": "idcard",
"title": "身份证号",
"tips": "请设置身份证号",
"status": false,
"value": ""
}
]
}
},
"integration_pay_share_huifu_withdraw_bank": {
"has_open_account": false,
"has_settle_info": false
}
},
"deduct_data": {
"status": false,
"balance": "1",
"point": "1.3"
},
"huiis_bank": false,
"huiis_wx": false,
"huiis_ali": false,
"gong_mall_withdraw_ali": false,
"gong_mall_withdraw_bank": false,
"integration_pay_share_huifu_withdraw_bank": true
}
错误时返回:
data.button数组新增返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |
data.integration_pay_share_huifu_withdraw_bank | bool | 汇付支付提现是否可用 true 是 false 否 |
data.withdraw_extra_data[].integration_pay_share_huifu_withdraw_bank.has_open_account | bool | 当前用户是否已开户 true 是 false 否 没开户应该提醒用户去开户 |
data.withdraw_extra_data[].integration_pay_share_huifu_withdraw_bank.has_settle_info | bool | 当前用户是否已设置提现信息 true 是 false 否 没开户应该提醒用户去设置提现信息 |