简要描述:
-可提现数据列表
请求域名:
- http://xx.com
请求URL:
plugin.auction.api.prepayment.withdraw.can-not-withdraw
请求参数说明:
| 参数名 | 类型 | 是否必需 | 说明 |
|---|
返回示例:
正确时返回:
{
result: 1,
msg: "",
data: {
amount:40.00,
list: [
{
id: 151,
uniacid: 1,
member_id: 165120,
goods_id: 0,
auction_sn: 0,
prepay_sn: "",
money: "40.00",
type: 1,
status: 3,
created_at: "2022-08-15 10:21:59",
updated_at: "2022-08-15 10:21:59",
withdraw_id: null,
goods: {
thumb: ""
}
}
]
}
}
返回参数说明:photo(相册数据)
| 参数名 | 类型 | 说明 | |
|---|---|---|---|
| amount | float | 不可提现金额 | |
| id | int | 预付款id | |
| created_at | string | 时间 | |
| money | float | 预付款金额 | |
| goods | array | 拍品数据(可能为null) |
返回参数说明:goods
| 参数名 | 类型 | 说明 | |
|---|---|---|---|
| id | int | 拍品id | |
| title | string | 拍品名称 | |
| thumb | string | 拍品图片 |
错误时返回:
{
"result": 0,
"msg": "请登录",
"data": []
}