
获得徽章 6
- // 记录一下抽奖代码,虽然这次啥都没抽到。不过下次应该会有了
function draw(){return fetch("//api.juejin.cn/growth_api/v1/lottery/draw",{"headers":{"content-type":"application/json",},"body":"{}","method":"POST","mode":"cors","credentials":"include"}).then(function(response){return response.json();}).then(function(myJson){console.log(myJson.data.lottery_name);});};(async function (){for(let i=0;i<100;i++){await draw()}})()展开126