curl --location --request POST 'https://saas-open.vhall.com/v3/vss/api/lottery/get-condition-user-setting' \
--header 'platform;' \
--form 'lottery_id="117237"' \
--form 'webinar_id="509154312"' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"msg": "操作成功!",
"code": 200,
"data": {
"lottery_type": 3,
"lottery_condition": "",
"show_discontent_tips": 1,
"can_repeat_lottery": 0,
"can_look_winner_list": 0,
"has_winning_range": 0,
"user_setting": null,
"can_remaining_lottery": 0,
"can_block_overseas": 1
},
"request_id": "23c66f7f6eca4ebd84d3cd6a6cc79ccb.137.17545826874311567"
}