mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 10:58:44 +08:00
update
This commit is contained in:
parent
18e10a69b9
commit
f03482b5d2
File diff suppressed because one or more lines are too long
@ -335,7 +335,8 @@ function taskPostUrl(url, body) {
|
|||||||
'Cookie': `${cookie}`,
|
'Cookie': `${cookie}`,
|
||||||
"Host": "api.m.jd.com",
|
"Host": "api.m.jd.com",
|
||||||
"User-Agent": "JD4iPhone/167853 (iPhone; iOS; Scale/2.00)",
|
"User-Agent": "JD4iPhone/167853 (iPhone; iOS; Scale/2.00)",
|
||||||
}
|
},
|
||||||
|
secureProtocol: 'TLSv1_2_method',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
12
jd_dplh1201A.js
Normal file
12
jd_dplh1201A.js
Normal file
File diff suppressed because one or more lines are too long
12
jd_dplh1201B.js
Normal file
12
jd_dplh1201B.js
Normal file
File diff suppressed because one or more lines are too long
10
jd_jjqdtx.js
Normal file
10
jd_jjqdtx.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -719,7 +719,7 @@ if __name__ == '__main__': # Python主函数执行入口
|
|||||||
else: # 判断分支
|
else: # 判断分支
|
||||||
sleepTime = 10 # 默认休眠时间 10秒
|
sleepTime = 10 # 默认休眠时间 10秒
|
||||||
for ws in wslist: # wslist变量 for循环 [wslist -> ws]
|
for ws in wslist: # wslist变量 for循环 [wslist -> ws]
|
||||||
ua = 'okhttp/3.12.16;jdmall;android;version/12.1.0;build/98891;'
|
ua = getua()
|
||||||
if os.getenv("WSKEY_PROXY_URL"):
|
if os.getenv("WSKEY_PROXY_URL"):
|
||||||
proxys = get_proxy_api(proxy_url)
|
proxys = get_proxy_api(proxy_url)
|
||||||
wspin = ws.split(";")[0] # 变量分割 ;
|
wspin = ws.split(";")[0] # 变量分割 ;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user