From 6008950a29bd88ab8d6f019bc0e054d37fdb5759 Mon Sep 17 00:00:00 2001 From: KingRan Date: Sat, 12 Feb 2022 08:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_wskey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_wskey.py b/jd_wskey.py index 2b840d0..96280e3 100644 --- a/jd_wskey.py +++ b/jd_wskey.py @@ -235,7 +235,7 @@ def appjmp(wskey, tokenKey): res_set = res.cookies.get_dict() pt_key = 'pt_key=' + res_set['pt_key'] pt_pin = 'pt_pin=' + res_set['pt_pin'] - jd_ck = str(pt_key) + '; ' + str(pt_pin) + '; __time=' + str(time.time()) + jd_ck = str(pt_key) + '; ' + str(pt_pin) + ';' except Exception as err: logger.info("JD_appjmp提取Cookie错误 请重试或者更换IP\n") logger.info(str(err))