jd-assistant icon indicating copy to clipboard operation
jd-assistant copied to clipboard

现在是不是已经普遍无法抢购了?

Open e68862230 opened this issue 5 years ago • 14 comments

一直是获取抢购链接失败,试了几个抢购商品都是这样。。

e68862230 avatar Sep 25 '20 07:09 e68862230

这个代码的抢购是把货品直接放到购物车,当前的抢购流程(起码380是)到了时间抢购按钮可用,然后到达提交订单界面,应该操作方式变了。

aryaky avatar Sep 29 '20 02:09 aryaky

这个代码的抢购是把货品直接放到购物车,当前的抢购流程(起码380是)到了时间抢购按钮可用,然后到达提交订单界面,应该操作方式变了。

两个流程都试过了,购物车下单和抢购按钮可用后下单,都不行

e68862230 avatar Sep 29 '20 02:09 e68862230

还能抢茅台 测试过了

764763903a avatar Oct 16 '20 02:10 764763903a

@764763903a 具体怎么操作呢?

e68862230 avatar Oct 16 '20 02:10 e68862230

现在好像这个获取函数没了getTakId();

------------------ 原始邮件 ------------------ 发件人: "e68862230"<[email protected]>; 发送时间: 2020年10月16日(星期五) 上午10:14 收件人: "tychxn/jd-assistant"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: Re: [tychxn/jd-assistant] 现在是不是已经普遍无法抢购了? (#154)

还能抢茅台 测试过了

具体怎么操作呢?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

COOLSHARPMAN avatar Oct 16 '20 02:10 COOLSHARPMAN

@COOLSHARPMAN takid还是可以获取的,在cookie里

e68862230 avatar Oct 16 '20 02:10 e68862230

还能抢茅台 测试过了

求方法

JesseWeb avatar Oct 19 '20 08:10 JesseWeb

riskControl都找不到了吧

------------------ 原始邮件 ------------------ 发件人: "JesseWeb"<[email protected]>; 发送时间: 2020年10月19日(星期一) 下午4:02 收件人: "tychxn/jd-assistant"<[email protected]>; 抄送: "Vi"<[email protected]>; "Mention"<[email protected]>; 主题: Re: [tychxn/jd-assistant] 现在是不是已经普遍无法抢购了? (#154)

还能抢茅台 测试过了

求方法

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

COOLSHARPMAN avatar Oct 21 '20 09:10 COOLSHARPMAN

@COOLSHARPMAN takid还是可以获取的,在cookie里

茅台不是只能app抢吗 这个可以用吗

YangSugar avatar Oct 22 '20 07:10 YangSugar

还能抢茅台 测试过了

哥们,怎么操作,调用哪个方法。

chenchen529 avatar Nov 08 '20 10:11 chenchen529

还能抢茅台 测试过了

你用的哪个function抢茅台啊。。我试了都不行呢

chlon1990 avatar Dec 07 '20 07:12 chlon1990

还能抢茅台 测试过了

你好,我这边测试报错 ,你有修改什么吗 Users/ice/Downloads/jd-assistant-master/jd_assistant.py:1307: DeprecationWarning: Call to deprecated function submit_seckill_order. if self.submit_seckill_order(sku_id, num): /Users/ice/Downloads/jd-assistant-master/jd_assistant.py:1248: DeprecationWarning: Call to deprecated function _gen_seckill_order_data. self.seckill_order_data[sku_id] = self._gen_seckill_order_data(sku_id, num) /Users/ice/Downloads/jd-assistant-master/jd_assistant.py:1192: DeprecationWarning: Call to deprecated function _get_seckill_init_info. self.seckill_init_info[sku_id] = self._get_seckill_init_info(sku_id) Traceback (most recent call last): File "main.py", line 16, in asst.exec_seckill_by_time( File "/Users/ice/Downloads/jd-assistant-master/util.py", line 207, in new_func return func(*args, **kwargs) File "/Users/ice/Downloads/jd-assistant-master/jd_assistant.py", line 1335, in exec_seckill_by_time self.exec_seckill(sku_id, retry, interval, num, fast_mode) File "/Users/ice/Downloads/jd-assistant-master/util.py", line 207, in new_func return func(*args, **kwargs) File "/Users/ice/Downloads/jd-assistant-master/jd_assistant.py", line 1307, in exec_seckill if self.submit_seckill_order(sku_id, num): File "/Users/ice/Downloads/jd-assistant-master/util.py", line 207, in new_func return func(*args, **kwargs) File "/Users/ice/Downloads/jd-assistant-master/jd_assistant.py", line 1248, in submit_seckill_order self.seckill_order_data[sku_id] = self._gen_seckill_order_data(sku_id, num) File "/Users/ice/Downloads/jd-assistant-master/util.py", line 207, in new_func return func(*args, **kwargs) File "/Users/ice/Downloads/jd-assistant-master/jd_assistant.py", line 1192, in _gen_seckill_order_data self.seckill_init_info[sku_id] = self._get_seckill_init_info(sku_id) File "/Users/ice/Downloads/jd-assistant-master/util.py", line 207, in new_func return func(*args, **kwargs) File "/Users/ice/Downloads/jd-assistant-master/jd_assistant.py", line 1180, in _get_seckill_init_info return parse_json(resp.text) File "/Users/ice/Downloads/jd-assistant-master/util.py", line 122, in parse_json return json.loads(s[begin:end]) File "/usr/local/Cellar/[email protected]/3.8.3/Frameworks/Python.framework/Versions/3.8/lib/python3.8/json/init.py", line 357, in loads return _default_decoder.decode(s) File "/usr/local/Cellar/[email protected]/3.8.3/Frameworks/Python.framework/Versions/3.8/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/local/Cellar/[email protected]/3.8.3/Frameworks/Python.framework/Versions/3.8/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

crazyIceChen avatar Dec 17 '20 03:12 crazyIceChen

是的 不能用了

YoungYang2014 avatar Dec 17 '20 08:12 YoungYang2014

不能用了, jd肯定有新规则了, 大家自己改吧

COOLSHARPMAN avatar Feb 02 '21 03:02 COOLSHARPMAN