# 商户提现
每天最多允许提现一次
# 接口调用请求说明
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 | 否 | 银行附言 |