简要描述:
- 等级进度条
请求域名:
- http://xx.com
请求URL:
GET/&route=plugin.ys-system.frontend.member-info.index
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "info",
"data": {
"level_list": [
{
"id": 7,
"level": 1,
"level_name": "第一",
"member_current_level": 1
},
{
"id": 8,
"level": 2,
"level_name": "第二",
"member_current_level": 0
},
{
"id": 10,
"level": 3,
"level_name": "第三",
"member_current_level": 0
},
{
"id": 11,
"level": 4,
"level_name": "第四",
"member_current_level": 0
}
],
"next_condition": "1000",
"is_binding": 0,
"account_info": {
"ClientCrmID":2323545,
"ClientName":"林三",
"money":0,
"redPocket":0,
"point":0,
"flower":0,
}
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
level_list | array | 会员列表最多4条,由低到高 |
level_list.id | int | 等级id |
level_list.level | string | 级别 |
level_list.level_name | string | 等级名称 |
level_list.member_current_level | int | 会员当前等级 0否1是 |
next_condition | int | 下一级所需金额 |
is_binding | int | 账号是否绑定 |
account_info | obj | 账号信息 |
account_info.ClientCrmID | string | CRM用户标识 |
account_info.ClientName | string | CRM用户名称 |
account_info.money | string | 余额 |
account_info.redPocket | string | 爱心值 |
account_info.point | string | 消费积分 |
account_info.flower | string | 积分 |