文档
测试

新签到获取积分明细GET

GET
/api/checkinpoints/{uuid}/

说明 / 示例

成功返回: { "data": [ { "_id": 5, "user_id": 6529, "days": 8, 签到总天数 "point": 30, 积分 "type": 1, 类型【1:签到,2:邀请】 "createdAt": "2020-04-21T05:06:00.000Z", "updatedAt": "2020-04-21T05:06:00.000Z" } ], "status": 200 }