关于moka流程查询
以小米为例
打开小米校园招聘官网
登录个人信息
按f12
在console输入以下代码
fetch("/personal-center/applications?orgId=xiaomi").then(r=>r.json()).then(j=>{for(let c of j)for(let a of c.apps)console.log(a.orgName,a.jobTitle,a.stageType)})
然后可以看到自己投递岗位对应的状态码
只能做个参考
#Moka#
打开小米校园招聘官网
登录个人信息
按f12
在console输入以下代码
fetch("/personal-center/applications?orgId=xiaomi").then(r=>r.json()).then(j=>{for(let c of j)for(let a of c.apps)console.log(a.orgName,a.jobTitle,a.stageType)})
然后可以看到自己投递岗位对应的状态码
只能做个参考
#Moka#