简要描述:

  • pc端/app端 会员余额提现接口

请求action:

finance.balance.withdraw

参数:

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

正确时返回:

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

错误时返回:

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

返回示例:

备注:

  • 开发地址:http://restructure.mamp.com/addons/yun_shop/api.php?i=8&route=finance.balance.subtraction&test_uid=55&withdraw_type=1&withdraw_money=1.11