curl --location --request GET 'https://web.richen8.cn/api/v1/sign-in/info' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 200,
"message": "获取签到信息成功",
"data": {
"user_bean_balance": 128.5,
"continuous_days": 3,
"today_signed": true,
"sign_in_status_list": [
{
"day": 1,
"day_text": "第1天",
"signed": true,
"reward_amount": 2,
"reward_icon": ""
},
{
"day": 2,
"day_text": "第2天",
"signed": true,
"reward_amount": 3,
"reward_icon": ""
},
{
"day": 3,
"day_text": "第3天",
"signed": true,
"reward_amount": 5,
"reward_icon": ""
},
{
"day": 4,
"day_text": "第4天",
"signed": false,
"reward_amount": 5,
"reward_icon": ""
},
{
"day": 5,
"day_text": "第5天",
"signed": false,
"reward_amount": 8,
"reward_icon": ""
},
{
"day": 6,
"day_text": "第6天",
"signed": false,
"reward_amount": 10,
"reward_icon": ""
},
{
"day": 7,
"day_text": "第7天",
"signed": false,
"reward_amount": 15,
"reward_icon": ""
}
]
}
}