# 发起提现

# 接口调用请求说明

接口强制校验来源IP

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

# 请求参数示例

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

# 回包示例

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

# 请求参数说明

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

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息
out_request_no string 提现单号
qrcode_ticket string 二维码ticket,可用于获取二维码查询扫码状态,扫码验证身份提现

# 返回码

返回码 错误类型
-1 系统异常
9700101 超出每日只能提现一次的限制