简要描述:
- 手动提现页面数据
请求URL:
GET:plugin.integral.Frontend.Modules.Integral.Controllers.integral-manual-cash-withdrawal.pageIndex
参数:
|参数名|是否必须|类型|说明|
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"member_integral": "9700.00",
"addressData": [
{
"id": 20,
"address": "Oxa5swuejdkfiokvlocjxhsawertyuiop15478969",
"is_default": "0"
}
]
}
}
错误时返回:
{
"result":0,
"msg":"error!",
"data":[]
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
member_integral | int | 可用消费积分 |
id | int | id |
address | string | 提币地址 |
is_default | int | 是否默认, 1是, 0否 |