{
"type": 1,
"status": 1,
"prize_type": 1,
"prize_id": 128,
"rule": "签到规则",
"day_num": 7
}
curl --location --request POST 'http://store.xcyxfl.com/cinema/activity/add-sign-info' \
--header 'Version: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1,
"status": 1,
"prize_type": 1,
"prize_id": 128,
"rule": "签到规则",
"day_num": 7
}'
{
"code": 200,
"message": "success",
"data": {}
}