curl --location --request GET 'https://sportsapi.antscore.co/lot/api/v3/csl/list/zc/result?issue=&start_time=&page=&per_page=' \
--header 'app_id: {{app_id}}' \
--header 'app_secret: {{app_secret}}'{
"code": 0,
"data": {
"list": [
{
"zc_type": 1,
"issue": "24177",
"result": "3,0,0,1,1,0,0,0,1,0,1,3,1,3",
"first_pot_count": 0,
"first_prize": 0,
"sales": 32982040,
"second_pot_count": 18,
"second_prize": 351808,
"jackpot": 14775954,
"start_time": 1730894400
},
{
"zc_type": 2,
"issue": "24177",
"result": "1,1,1,0,3,3,0,0,1,1,1,1",
"first_pot_count": 0,
"first_prize": 0,
"sales": 260614,
"second_pot_count": 0,
"second_prize": 0,
"jackpot": 166792.95,
"start_time": 1725451200
},
{
"zc_type": 3,
"issue": "24177",
"result": "0,0,1,3+,1,1,0,0",
"first_pot_count": 3,
"first_prize": 450337,
"sales": 2110956,
"second_pot_count": 0,
"second_prize": 0,
"jackpot": 0,
"start_time": 1725451200
},
{
"zc_type": 4,
"issue": "24177",
"result": "3,0,0,1,1,0,0,0,1,0,1,3,1,3",
"first_pot_count": 222,
"first_prize": 77329,
"sales": 26823594,
"second_pot_count": 0,
"second_prize": 0,
"jackpot": 0,
"start_time": 1730894400
}
],
"total": 1
},
"msg": "success"
}