简要描述:
- 签到统计页
请求URL:
GET/route=plugin.store-attendance.frontend.member.index
返回示例:
{
"result": 1,
"msg": "ok",
"data": {
"member": {
"id": 10,
"uniacid": 1,
"member_id": 1,
"type": "store",
"attendance_surplus": 0,
"attendance_count": 0,
"points": 0,
"withdraw_points": 0,
"created_at": "2022-03-18 10:01:23",
"updated_at": "2022-03-18 10:01:23"
},
"withdraw_type": "可用爱心值自定义"
},
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
statistics->member_id | int | 会员id |
statistics->type | int | 会员类型 |
statistics->attendance_surplus | int | 剩余签到次数 |
statistics->attendance_count | int | 累计签到次数 |
statistics->points | int | 累计签到积分 |
statistics->withdraw_points | int | 可以提现积分 |
withdraw_type | int | 可提现类型 |