简要描述:
- 签到分记录
请求URL:
GET/route=plugin.store-attendance.frontend.member.record
返回示例:
{
"result": 1,
"msg": "ok",
"data": {
"current_page": 1,
"data":[
{
"attendance_bonus": 6,
"created_at": "2022-03-17 00:00:00",
"store_name": "门店7777"
},
{
"attendance_bonus": 5,
"created_at": "2022-03-15 02:00:00",
"store_name": "门店6"
}
],
"first_page_url": "http://localhost:8788/addons/yun_shop/api.php?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://localhost:8788/addons/yun_shop/api.php?page=1",
"next_page_url": null,
"path": "http://localhost:8788/addons/yun_shop/api.php",
"per_page": 15,
"prev_page_url": null,
"to": 2,
"total": 2
},
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
attendance_bonus | string | 签到得分 |
created_at | string | 创建时间 |
store->store_name | string | 门店名称 |