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