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

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

京东全民养红包jio本

已定时 已固定 已锁定 已移动 技术专区
22 帖子 16 发布者 11.8k 浏览 1 关注中
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • 我是小马甲~M 在线
    我是小马甲~M 在线
    我是小马甲~
    🤫
    发表于 最后由 malaohu 编辑
    #1

    首次参加,先打开京东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 1 条回复 最后回复
    0
    • 山 离线
      山 离线
      山外小楼夜听雨
      🍌
      发表于 最后由 编辑
      #2

      可以的,我试了😊

      小小搬运工

      1 条回复 最后回复
      0
      • chuan85C 在线
        chuan85C 在线
        chuan85
        🍌
        发表于 最后由 编辑
        #3

        已撸 👍

        https://www.fuuyaa.com

        1 条回复 最后回复
        0
        • H 离线
          H 离线
          hooksoul
          发表于 最后由 编辑
          #4

          可以,一天一次!!!

          1 条回复 最后回复
          0
          • rcR 离线
            rcR 离线
            rc
            🍌
            发表于 最后由 编辑
            #5

            亲测有效!!!楼主给力

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

            1 条回复 最后回复
            0
            • D 离线
              D 离线
              daleyjh
              🍌
              发表于 最后由 daleyjh 编辑
              #6

              修改下时间,频率太快了会报 点太快了,等下再来,其实不需要访问的楼主提供的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 1 条回复 最后回复
              3
              • C 离线
                C 离线
                chafer
                🍌
                发表于 最后由 编辑
                #7

                已撸 👍

                ......

                1 条回复 最后回复
                0
                • R 离线
                  R 离线
                  Rabbit
                  🍌
                  发表于 最后由 编辑
                  #8

                  万能福利吧???!
                  大佬!!!
                  求个码?

                  1 条回复 最后回复
                  0
                  • J 离线
                    J 离线
                    Joe
                    🍌
                    发表于 最后由 编辑
                    #9

                    大佬时候时候出一个天猫

                    1 条回复 最后回复
                    1
                    • Y 离线
                      Y 离线
                      YueGe
                      发表于 最后由 编辑
                      #10

                      来一个天猫的开喵铺脚本呀~

                      1 条回复 最后回复
                      0
                      • vicliuV 离线
                        vicliuV 离线
                        vicliu
                        🍌
                        发表于 最后由 编辑
                        #11

                        超级牛逼。天猫的有脚本么

                        1 条回复 最后回复
                        0
                        • 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

                                          你好!看起来您对这段对话很感兴趣,但您还没有一个账号。

                                          厌倦了每次访问都刷到同样的帖子?您注册账号后,您每次返回时都能精准定位到您上次浏览的位置,并可选择接收新回复通知(通过邮件或推送通知)。您还能收藏书签、为帖子顶,向社区成员表达您的欣赏。

                                          有了你的建议,这篇帖子会更精彩哦 💗

                                          注册 登录
                                          回复
                                          • 在新帖中回复
                                          登录后回复
                                          • 从旧到新
                                          • 从新到旧
                                          • 最多赞同


                                          • 1
                                          • 2
                                          Popular Topics - 热门主题
                                          • Office24_ProPlus2024VL_MAK_AE2
                                            H
                                            huazone
                                            1
                                            2
                                            90

                                          • 中国移动 26年6月话费流量汇总
                                            1
                                            1
                                            91

                                          • 中国移动1 AI豆换风行视频超级会员月卡
                                            N
                                            nop
                                            0
                                            3
                                            121

                                          • 农行免费撸3瓶可乐/雪碧/芬达!速度!
                                            黄大师鉴
                                            黄大师
                                            0
                                            2
                                            68

                                          • 交通银行 交电费减了6.7元
                                            A
                                            abcpython
                                            0
                                            2
                                            127

                                          • staticrun免费托管
                                            我是小马甲~M
                                            我是小马甲~
                                            0
                                            2
                                            124


                                          • 登录

                                          • 没有帐号? 注册

                                          • 登录或注册以进行搜索。
                                          百度网盘
                                          4,221 个主题
                                          夸克网盘
                                          4,202 个主题
                                          连续剧
                                          1,494 个主题
                                          国产剧
                                          1,014 个主题
                                          美剧
                                          690 个主题
                                          动作片
                                          648 个主题
                                          恐怖片
                                          507 个主题
                                          动画片
                                          399 个主题

                                          164

                                          在线

                                          43.8k

                                          用户

                                          49.6k

                                          主题

                                          125.5k

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