简要描述:

  • pc端/app端 会员押金提现接口

请求action:

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

参数:

参数名 是否必须 类型 说明
withdraw_type int 提现方式 1微信支付,2支付宝支付,3余额支付
withdraw_money 提现金额金额
member_id 可选 int 会员ID

正确时返回:

{
    "result": 1,
    "msg": "提现成功",
    "data": {}
}

错误时返回:

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

备注: