跳转至内容
0
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
皮肤
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • 默认(Zephyr)
  • 不使用皮肤
折叠
JIKE社区
  1. 首页
  2. 讨论区
  3. 技术专区
  4. 京东全民养红包jio本

京东全民养红包jio本

已定时 已固定 已锁定 已移动 技术专区
22 帖子 16 发布者 10.6k 浏览
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • T 离线
    T 离线
    Teo
    写于 最后由 编辑
    #12

    👍 已撸~·~

    1 条回复 最后回复
    0
    • 我是小马甲~M 我是小马甲~

      首次参加,先打开京东APP,首页右侧浮标“疯抢一亿”开启活动

      浏览器打开:https://happy.m.jd.com/babelDiy/GZWVJFLMXBQVEBDQZWMY/XJf8bH6oXDWSgS91daDJzXh9bU7/index.html#/failback

      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();
      

      替代文字

      来自:https://www.wnflb66.com/forum.php?mod=viewthread&tid=139174&extra=page%3D1

      F 离线
      F 离线
      from-zero
      🍌
      写于 最后由 编辑
      #13

      我用的谷歌浏览器那个页面这么报错了
      ps:这个网址在电脑端打开是个软件的下载页面似乎无法登陆呀

      D 1 条回复 最后回复
      0
      • timelessT 离线
        timelessT 离线
        timeless
        写于 最后由 编辑
        #14

        很稳,已上车~~

        1 条回复 最后回复
        0
        • rcR 离线
          rcR 离线
          rc
          🍌
          写于 最后由 编辑
          #15

          现在好像失效了,要打开app

          要活得像个神经病一样活泼开朗!

          1 条回复 最后回复
          0
          • F from-zero

            我用的谷歌浏览器那个页面这么报错了
            ps:这个网址在电脑端打开是个软件的下载页面似乎无法登陆呀

            D 离线
            D 离线
            daleyjh
            🍌
            写于 最后由 编辑
            #16

            @from-zero 用m.jd.com在电脑上登录,然后再访问这个页面就行了

            1 条回复 最后回复
            0
            • D daleyjh

              修改下时间,频率太快了会报 点太快了,等下再来,其实不需要访问的楼主提供的URL,直接用浏览器访问:http://m.jd.com,登录自己的账号,然后执行下面的代码即可完成任务

              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){
                                                      setTimeout(autoShopTask, 2000);
                                              }
                                      },index*2000)
                              })(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){
                                                      setTimeout(autoPlay, 2000);
                                              }
                                      },index*2000)
                              })(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){
                                                      setTimeout(autoInteract,2000);
                                              }
                                      },index*2000)
                              })(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){
                                                      setTimeout(autoShopping,2000);
                                              }
                                      },index*2000)
                              })(i)      
                      }
              }
              //精彩会场
              function autoShopping(){
                      for(let i = 0,leng = 3;i<leng;i++){
                              (function(index){
                                      setTimeout(()=>{
                                              autoPost(0,3);
                                              console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                              },
                                      index*2000)
                              })(i)      
                      }
              }
              start();
              
              我是小马甲~M 在线
              我是小马甲~M 在线
              我是小马甲~
              🤫
              写于 最后由 编辑
              #17

              daleyjh 说:

              修改下时间,频率太快了会报 点太快了,等下再来,其实不需要访问的楼主提供的URL,直接用浏览器访问:http://m.jd.com,登录自己的账号,然后执行下面的代码即可完成任务

              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){
                                                      setTimeout(autoShopTask, 2000);
                                              }
                                      },index*2000)
                              })(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){
                                                      setTimeout(autoPlay, 2000);
                                              }
                                      },index*2000)
                              })(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){
                                                      setTimeout(autoInteract,2000);
                                              }
                                      },index*2000)
                              })(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){
                                                      setTimeout(autoShopping,2000);
                                              }
                                      },index*2000)
                              })(i)      
                      }
              }
              //精彩会场
              function autoShopping(){
                      for(let i = 0,leng = 3;i<leng;i++){
                              (function(index){
                                      setTimeout(()=>{
                                              autoPost(0,3);
                                              console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                              },
                                      index*2000)
                              })(i)      
                      }
              }
              start();
              

              亲测可行!

              唐宋元明清,连排小工兵!

              1 条回复 最后回复
              0
              • T 离线
                T 离线
                theseus
                🍌
                写于 最后由 编辑
                #18

                亲测可行,有没有大佬研究出马云那边的脚本,手动滑稽

                我是小马甲~M 1 条回复 最后回复
                0
                • T theseus

                  亲测可行,有没有大佬研究出马云那边的脚本,手动滑稽

                  我是小马甲~M 在线
                  我是小马甲~M 在线
                  我是小马甲~
                  🤫
                  写于 最后由 编辑
                  #19

                  @theseus 马云的貌似一直都没有。。纯手动了

                  唐宋元明清,连排小工兵!

                  Y 1 条回复 最后回复
                  0
                  • 我是小马甲~M 我是小马甲~

                    @theseus 马云的貌似一直都没有。。纯手动了

                    Y 离线
                    Y 离线
                    YueGe
                    写于 最后由 编辑
                    #20

                    @malaohu 天猫的618的时候有脚本的呀

                    我是小马甲~M 1 条回复 最后回复
                    0
                    • Y YueGe

                      @malaohu 天猫的618的时候有脚本的呀

                      我是小马甲~M 在线
                      我是小马甲~M 在线
                      我是小马甲~
                      🤫
                      写于 最后由 编辑
                      #21

                      @YueGe 有大佬分享了一个 https://jike.info/topic/688/

                      唐宋元明清,连排小工兵!

                      1 条回复 最后回复
                      0
                      • X 离线
                        X 离线
                        XavierWang
                        🍌
                        写于 最后由 编辑
                        #22

                        谢谢大佬!

                        1 条回复 最后回复
                        0
                        回复
                        • 在新帖中回复
                        登录后回复
                        • 从旧到新
                        • 从新到旧
                        • 最多赞同


                        • 1
                        • 2
                        Popular Topics - 热门主题
                        • 福建联通30~60元低消费送1000M宽带优惠
                          undefined
                          1
                          1
                          45

                        • 2025 年 8 月 04 日 星期一 JIKE早报
                          undefined
                          1
                          1
                          31

                        • <电影>哪吒之魔童闹海 [2025][1080P高码][附第1部][剧情 喜剧 动画 奇幻]
                          undefined
                          1
                          1
                          22

                        • 支持大陆身份证直接开户的香港券商
                          Z
                          zscontinent
                          0
                          5
                          877

                        • GOG 免费赠送 13 个游戏
                          孤
                          孤傲的王
                          0
                          3
                          195

                        • Tiny RDM 一款非常不错的Redis桌面管理客户端
                          我是小马甲~M
                          我是小马甲~
                          0
                          2
                          20

                        • 登录

                        • 没有帐号? 注册

                        • 登录或注册以进行搜索。
                        百度网盘
                        1,789 个主题
                        连续剧
                        823 个主题
                        国产剧
                        626 个主题
                        夸克网盘
                        397 个主题
                        美剧
                        370 个主题
                        中国移动
                        307 个主题
                        动画片
                        277 个主题
                        动作片
                        230 个主题

                        136

                        在线

                        41.3k

                        用户

                        41.3k

                        主题

                        112.0k

                        帖子
                        • 第一个帖子
                          最后一个帖子