文档
测试

新签到获取已签到天数GET

GET
/api/checkin/{uuid}/?date_time=时间戳

说明 / 示例

成功返回: { "data": { "start_date": 1586845692850, "check_date": [ { "_id": 2, "user_id": 1, "is_checkin": 1, "checkin_date": 1586908800000, "remark": null, "brand": null, "model": null, "uuid": null, "country": null, "language_type": null, "createdAt": "2020-04-13T10:58:32.000Z", "updatedAt": "2020-04-13T10:58:32.000Z" }, { "_id": 3, "user_id": 1, "is_checkin": 1, "checkin_date": 1586995200000, "remark": null, "brand": null, "model": null, "uuid": null, "country": null, "language_type": null, "createdAt": "2020-04-13T10:58:32.000Z", "updatedAt": "2020-04-13T10:58:32.000Z" }, { "_id": 4, "user_id": 1, "is_checkin": 1, "checkin_date": 1587081600000, "remark": null, "brand": null, "model": null, "uuid": null, "country": null, "language_type": null, "createdAt": "2020-04-13T10:58:32.000Z", "updatedAt": "2020-04-13T10:58:32.000Z" }, { "_id": 5, "user_id": 1, "is_checkin": 1, "checkin_date": 1587168000000, "remark": null, "brand": null, "model": null, "uuid": null, "country": null, "language_type": null, "createdAt": "2020-04-14T05:14:36.000Z", "updatedAt": "2020-04-14T05:14:36.000Z" }, { "_id": 6, "user_id": 1, "is_checkin": 1, "checkin_date": 1587254400000, "remark": null, "brand": null, "model": null, "uuid": null, "country": null, "language_type": null, "createdAt": "2020-04-13T10:58:32.000Z", "updatedAt": "2020-04-13T10:58:32.000Z" }, { "_id": 7, "user_id": 1, "is_checkin": 1, "checkin_date": 1587340800000, "remark": null, "brand": null, "model": null, "uuid": null, "country": null, "language_type": null, "createdAt": "2020-04-13T10:58:32.000Z", "updatedAt": "2020-04-13T10:58:32.000Z" }, { "_id": 13, "user_id": 1, "is_checkin": 1, "checkin_date": 1586822400000, "remark": null, "brand": null, "model": null, "uuid": null, "country": null, "language_type": null, "createdAt": "2020-04-14T05:44:29.000Z", "updatedAt": "2020-04-14T05:44:29.000Z" } ] }, "count": 9, "status": 200 }