京东这种双11任务真他妈无聊,浪费时间,奈何缙哥哥又是个穷人,忍不住去媷这些羊毛。亲自操作天猫双11合伙人全民开喵铺
玩法,简直就跟傻B一样,不断的点进去看各种产品……这种蝇头小利让这些商城平台引流到产品页面。所以,今天在Mark’s大佬的指导下,分享个京东双11全民养红包活动自动完成任务脚本。
为什么要用这个脚本呢?因为它可以为你每天省下10-30分钟时间,你完全可以用这个时间来学习或者写日记。
三步完成活动任务,只需一分钟
首先使用谷歌浏览器 Google Chrome (什么?你没有?没有不会下吗?)登陆京东官网 www.jd.com
登陆完成后访问活动地址页面
https://happy.m.jd.com/babelDiy/GZWVJFLMXBQVEBDQZWMY/XJf8bH6oXDWSgS91daDJzXh9bU7/index.html
点击键盘F12
弹出检查窗口,选择控制台
,也就是Console
窗口,在空白处输入以下代码并执行即可。
let productList = [], shopList = [], url = "https://api.m.jd.com/client.action"; function autoPost(id, type) { fetch(`${url}?timestamp=${new Date().getTime()}`, { method: "POST", mode: "cors", credentials: "include", headers: { "Content-Type": "application/x-www-form-urlencoded" }, body: `functionId=raisepacket_collectScore&body={"type":${type},"ext":"${id}","appsign":1,"msgsign":2}&client=wh5` }).then(function (response) { return response.json() }).then(function (res) { console.log(res.data.biz_msg) }) } function start() { fetch(`${url}?${new Date().getTime()}`, { method: "POST", mode: "cors", credentials: "include", headers: { "Content-Type": "application/x-www-form-urlencoded" }, body: 'functionId=raisepacket_getShopAndProductList&body=&client=wh5' }).then(function (response) { return response.json() }).then(function (res) { productList = res.data.result.productList; shopList = res.data.result.shopList; console.log(`获取到任务,商品:${productList.length}商品:${shopList.length}`); autoProductTask() }) } function autoProductTask() { for (let i = 0, leng = productList.length; i < leng; i++) { (function (index) { setTimeout(() => { let item = productList[index]; autoPost(item['id'], 4); console.log(`商品总任务数:${leng}当前任务数:${index+1}`); if (leng - 1 == index) { autoShopTask() } }, index * 1500) })(i) } } function autoShopTask() { for (let i = 0, leng = shopList.length; i < leng; i++) { (function (index) { setTimeout(() => { let item = shopList[index]; autoPost(item['id'], 2); console.log(`商铺总任务数:${leng}当前任务数:${index+1}`); if (leng - 1 == index) { autoPlay() } }, index * 1500) })(i) } } function autoPlay() { for (let i = 0, leng = 4; i < leng; i++) { (function (index) { setTimeout(() => { autoPost(0, 5); console.log(`好玩互动:${leng}当前任务数:${index+1}`); if (leng - 1 == index) { autoInteract() } }, index * 1000) })(i) } } function autoInteract() { for (let i = 0, leng = 4; i < leng; i++) { (function (index) { setTimeout(() => { autoPost(0, 10); console.log(`视频直播:${leng}当前任务数:${index+1}`); if (leng - 1 == index) { autoShopping() } }, index * 1000) })(i) } } function autoShopping() { for (let i = 0, leng = 3; i < leng; i++) { (function (index) { setTimeout(() => { autoPost(0, 3); console.log(`精彩会场:${leng}当前任务数:${index+1}`) }, index * 1000) })(i) } } start();
执行后马上弹出正在操作的任务,是不是很快,比你手动效率怕是要高出100倍以上吧……
等它执行完成了,你就可以打开手机京东看看是否已经完成,顺便投喂包包。对了,别忘了京东双11红包雨每天还可以领双11红包哦!
京东:双11天天红包雨,抢1111元红包、百万京豆,每天1次机会
机智如我,好了,你学会了吗?
天猫双11全民部分活动:自动完成30家店铺任务脚本
评论前必须登录!
注册