curl --location --request GET '/lottery/detail/12' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoIjoiNjNlZTQ1MTkzOWVkNTgwZWYzYzRiNmYwMTA5ZDFmZDAiLCJpc3MiOiJ0ZXN0LXBybzMwLmNybWViLm5ldCIsImF1ZCI6InRlc3QtcHJvMzAuY3JtZWIubmV0IiwiaWF0IjoxNzQ0MjY4NTM1LCJuYmYiOjE3NDQyNjg1MzUsImV4cCI6MTc0NDg3MzMzNSwianRpIjp7ImlkIjo0LCJ0eXBlIjoiYXBpIn19.mis7oLg6dStBKpJ9K9LTbO1VSN7GBka13Vx9hKWsMIQ'{
"status": 0,
"msg": "string",
"data": {
"id": 0,
"type": 0,
"name": "string",
"desc": "string",
"image": "string",
"factor": 0,
"factor_num": 0,
"attends_user": 0,
"user_level": [
"string"
],
"user_label": [
"string"
],
"is_svip": 0,
"prize_num": 0,
"start_time": 0,
"end_time": 0,
"lottery_num_term": 0,
"lottery_num": 0,
"spread_num": 0,
"is_all_record": 0,
"is_personal_record": 0,
"is_content": 0,
"content": "string",
"status": 0,
"sort": 0,
"is_del": 0,
"add_time": 0,
"prize": [
{
"id": 0,
"type": 0,
"lottery_id": 0,
"name": "string",
"prompt": "string",
"image": "string",
"chance": 0,
"total": 0,
"coupon_id": 0,
"product_id": 0,
"unique": "string",
"num": 0,
"sort": 0,
"status": 0,
"is_del": 0,
"add_time": 0,
"goods_image": "string"
}
]
}
}