简要描述:

  • pc端/app端 提现手续费

请求action:

finance.balance-withdraw.converge-withdraw

参数:

参数名 是否必须 类型 说明
withdraw_money int 提现金额

正确时返回:

  {
    "result": 1,
    "msg": "获取数据成功",
    "data": {
		"actual_amount" : 10.00,
		"poundage" : 1.00
		"cost_money" : 10.00
	}
  }

返回示例:

参数名 类型 说明
cost_money int 提现金额
actual_amount int 实际到账金额
poundage int 手续费

备注:

  • 开发地址: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