curl --location --request GET 'https://test-api.yunjishop.cn/member/app/clockIn/situation'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"mandatoryCheckIn": true,
"canClockIn": true,
"consecutiveDays": 0,
"gifts": [
{
"icon": "string",
"name": "string",
"qty": 0
}
]
}
}