简要描述:

  • 余额提现页面数据
  • 请求提现时需要传bank_card_no银行卡号

请求域名:

  • http://xx.com

请求URL:

finance.balance-withdraw.page

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "获取数据成功",
	"data": {
		"balance": "993311.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": true,
		"worker_withdraw_alipay": true,
		"worker_withdraw_bank": true,
		"eplus_withdraw_bank": false,
		"extra_data": {
			"worker_withdraw": {
				"wechat_is_register": 0,
				"bank_is_register": 1
			},
			"eplus_withdraw": {
				"is_auth": 1
			}
		},
		"poundage": "",
		"has_password": false,
		"need_password": false
	}
}

错误时返回:


返回参数说明:

参数名 类型 说明
data.eplus_withdraw_bank bool 智E+提现是否开启 true开启 false关闭
data.extra_data.eplus_withdraw.is_auth int 智E+是否认证完成 1是 0否

备注:

  • 更多返回错误代码请看首页的错误代码描述