简要描述:
- 收银台提现
请求域名:
- release.yunzshop.com
请求URL:
plugin.hotel.frontend.hotel.withdraw.apply
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
result: 1,
msg: "提现成功",
data: [ ]
}
错误时返回:
{
"result":0,
"msg":"不是门店!",
"data": {
}
}
{
"result":0,
"msg":"没有可提现订单!",
"data": {
}
}
{
"result":0,
"msg":"没有可提现金额!",
"data": {
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
store->name | string | 门店名称 |
store->thumb | string | 门店图片 |
income->money_total | float | 累计金额 |
income->sure_withdraw_money | float | 可提现金额 |
备注:
- 更多返回错误代码请看首页的错误代码描述