curl --location --request GET 'https://test.pro.wuht.net/adminapi/lottery/info/1' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 0,
"msg": "string",
"data": {
"lottery": {
"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
}
]
},
"lottery_num": 0,
"all_record": [
{
"id": 0,
"uid": 0,
"prize_id": 0,
"lottery_id": 0,
"receive_time": "string",
"add_time": "string",
"user": {
"uid": 0,
"real_name": "string",
"nickname": "string",
"phone": "string"
},
"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
}
}
],
"user_record": [
"string"
]
}
}