简要描述:
-提现页面数据
请求域名:
- http://xx.com
请求URL:
plugin.auction.api.prepayment.withdraw.page
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|
返回示例:
正确时返回:
{
result: 1,
msg: "获取数据成功",
data: {
balance: "40.00",
can_withdraw: "40.00",
can_not_withdraw: 0
}
}
返回参数说明:photo(相册数据)
参数名 | 类型 | 说明 | |
---|---|---|---|
balance | float | 预付款余额 | |
can_withdraw | float | 可提现金额 | |
can_not_withdraw | float | 不可提现金额 |
错误时返回:
{
"result": 0,
"msg": "请登录",
"data": []
}