简要描述:
- 门店提现操作
请求URL:
GET/plugin.store-cashier.frontend.store.center.withdraw.apply
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
result: 1,
msg: "提现成功",
data: {
status: 1,
msg:提现成功
}
}
错误时返回:
{
result: 0,
msg: "没有可提现订单",
data: {
status: 2
}
}
{
result: 0,
msg: "不是门店",
data: [ ]
}
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述