简要描述:

  • pc端/app端 会员押金充值接口

请求action:

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

正确时返回:

{
    "result": 1,
    "msg": "对接成功",
    "data": {
        "deposit": "0",
        "wechat": true,
        "alipay": true,
        "credit": true
    }
}

错误时返回:

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

返回参数:

参数名 类型 说明
deposit 当前会员押金值
wechat bool 微信支付开关
alipay bool 支付宝支付开关
credit bool 余额支付开关

备注:

  • 开发地址:http://restructure.mamp.com/addons/yun_shop/api.php?i=2&route=plugin.lease.Frontend.Modules.Deposit.Controllers.recharge.pay&test_uid=209&money=123&payment=2