Giter Site home page Giter Site logo

几个问题 about dingdong-helper HOT 10 OPEN

DancingLeaf123 avatar DancingLeaf123 commented on June 15, 2024
几个问题

from dingdong-helper.

Comments (10)

jixintangen avatar jixintangen commented on June 15, 2024

我觉得提示换ip有可能不是真的被封禁了ip

from dingdong-helper.

JannsenYang avatar JannsenYang commented on June 15, 2024
  1. 可以
  2. 非高峰期时间不要并发跑 如果想测试代码用上面注释的那几行去跑 高峰期也不要长时间跑

第二点很快是多久 我这边目前都是跑1-2分钟左右结束 一切正常 同事群里也没人反馈有问题 都下单成功并支付了

from dingdong-helper.

JannsenYang avatar JannsenYang commented on June 15, 2024

你可以手动改代码 调整线程数 和sleep等待时间

from dingdong-helper.

DancingLeaf123 avatar DancingLeaf123 commented on June 15, 2024

就是,我怀疑我ip已经被拦截了, 但凡出现下单金额这句话, 后面接的全是换ip

from dingdong-helper.

DancingLeaf123 avatar DancingLeaf123 commented on June 15, 2024

for (int i = 0; i < 3; i++) { new Thread(() -> { while (!map.containsKey("end")) { Api.allCheck(); sleep(1000); } }).start(); }
除了这句, sleep 1000 ,其他sleep都是100, 是对的么?
以及 ,线程数是不是就改for loop i < xx 的xx就行了

from dingdong-helper.

jixintangen avatar jixintangen commented on June 15, 2024

你们都成功了,让我觉得我是哪里操作的不对?1分钟前开启,开启之后app界面要停留在购物车页面?还是怎么样?

from dingdong-helper.

DancingLeaf123 avatar DancingLeaf123 commented on June 15, 2024

我今天没成功, 无限ip报错

from dingdong-helper.

JannsenYang avatar JannsenYang commented on June 15, 2024

你们都成功了,让我觉得我是哪里操作的不对?1分钟前开启,开启之后app界面要停留在购物车页面?还是怎么样?

抢的过程中app什么都不用操作 等结束后去待支付订单支付

from dingdong-helper.

JannsenYang avatar JannsenYang commented on June 15, 2024

for (int i = 0; i < 3; i++) { new Thread(() -> { while (!map.containsKey("end")) { Api.allCheck(); sleep(1000); } }).start(); } 除了这句, sleep 1000 ,其他sleep都是100, 是对的么? 以及 ,线程数是不是就改for loop i < xx 的xx就行了

更新一下代码 我写了详细的线程数和等待时间变量 你直接该变量数就可以了

from dingdong-helper.

DancingLeaf123 avatar DancingLeaf123 commented on June 15, 2024

ok

from dingdong-helper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.