简要描述:
- 提现
请求URL:
POST:一级域名/wapstore/addons/execute/addons/store/controller/wapstore/action/withdraw
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
bank_account_id | 必填 | string | 提现账户 |
cash | 必填 | int | 提现金额 |
type | 必填 | int | 1银行卡(自动)2微信3支付宝4银行卡(手动) |
password | 否 | string | 支付密码 |
form_id | 否 | string | 小程序模板消息所需 |
返回示例:
正确时返回:
{
"code": "0",
"message": "提交成功"
}
错误时返回:
{
"code": -1,
"message": "提交失败"
}
{
"code": -1,
"message": "支付密码错误"
}
{
"code": -1,
"message": "请先设置支付密码"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|