{
"day": 3,
"reward_name": "连续签到3天奖励",
"base_reward": 5,
"reward_amount": 10,
"reward_icon": "/static/images/bean_icon.png",
"description": "连续签到3天,基础奖励5智慧豆,额外奖励10智慧豆",
"is_enabled": 1
}curl --location --request POST '/admin/v1/sign-in-rewards-config' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"day": 3,
"reward_name": "连续签到3天奖励",
"base_reward": 5,
"reward_amount": 10,
"reward_icon": "/static/images/bean_icon.png",
"description": "连续签到3天,基础奖励5智慧豆,额外奖励10智慧豆",
"is_enabled": 1
}'{
"code": 200,
"message": "success",
"data": {
"id": 1,
"day": 3,
"reward_name": "连续签到3天奖励",
"base_reward": 5,
"reward_amount": 10,
"reward_icon": "/static/images/bean_icon.png",
"description": "连续签到3天,额外奖励10智慧豆",
"is_enabled": 1,
"created_at": "2025-07-03 11:56:38",
"updated_at": "2025-07-03 13:38:41"
}
}