Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/client/checkin/records' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"type": "course",
"course_session_id": 1,
"course_name": "哈他瑜伽",
"method": "qr_code",
"location": "A区瑜伽室",
"checkin_time": "2024-01-15T10:00:00Z",
"status": "on_time"
},
{
"id": 2,
"type": "store",
"course_session_id": null,
"course_name": null,
"method": "manual",
"location": "北京市朝阳区xxx街道xxx号",
"checkin_time": "2024-01-14T15:00:00Z",
"status": "on_time"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 20,
"last_page": 2
}
}