简要描述:

  • 提现(表单页)

请求URL:

POST:一级域名/wapstore/addons/execute/addons/store/controller/wapstore/action/withdrawForm

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "code": 0,
    "data": {
        "balance": "0.00",
        "set_password": 1,
        "apl_commission":1,
		"withdraw_cash_min":1,
        "wx_openid":""
    }
}

错误时返回:

返回参数说明:

参数名 类型 说明
balance number 可提现金额
withdraw_cash_min number 最低提现金额
set_password int 1:需要设置支付密码,0:不需要
wx_openid string 存在openid可以微信提现
apl_commission int 1有提现权限
is_bank int 1支持银行卡提现
is_alipay int 1支持支付宝提现
is_wpy int 1支持微信提现