简要描述:

  • 押金提现页面按钮信息接口

请求路由:

plugin.lease.Frontend.Modules.Deposit.Controllers.withdraw.page

参数:

参数名 是否必须 类型 说明
member_id 可选 int 用户id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "deposit": 0,
        "balance": true,
        "wechat": true,
        "alipay": true,
        "poundage": "11",
        "fetter": "11"
    }
}

错误时返回:

  {
    "result": 0,
    "msg":"错误提示",
    "data":{}
  }

返回参数说明:

参数名 类型 说明
deposit 用户可用押金值
balance bool 提现到余额按钮开关
wechat bool 提现到微信按钮开关
wechat bool 提现到支付宝按钮开关
poundage 当前提现手续费比例
fetter 最先提现额度

备注:

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