暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/checkin/confirmStatus' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": {
"hasSend": true
},
"msg": "success"
}