# 商户提现

每天最多允许提现一次

# 接口调用请求说明

http请求方式:POST https://api.weixin.qq.com/product/funds/submitwithdraw?access_token=xxxxxxxxx 

# 请求参数示例

{  
  "amount":1,
  "remark":"sss",
  "bank_memo":"" 
}

# 回包示例

{ 
	"errcode": 0, 
	"errmsg": "OK",
	"qrcode_ticket":"xxxxx" 
} 

# 请求参数说明

参数 类型 是否必填 说明
amount number 提现金额(单位:分)
remark string 提现备注
bank_memo string 银行附言

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息
qrcode_ticket string 二维码ticket,可用于获取二维码查询二维码状态