fetch("/personal-center/applications?orgId=xiaomi").then(r=>r.json()).then(j=>{for(let c of j)for(let a of c.candidateApps)for(let b of a.projectApps)for(let c of b.apps)console.log(a.name, c.orgName, c.jobTitle, c.stageType)})