mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-06-15 16:34:38 +00:00
1
This commit is contained in:
parent
9aad3da449
commit
f2eb114965
@ -39,7 +39,7 @@ function randomString(e) {
|
|||||||
$.UserName = decodeURIComponent($.cookie.match(/pt_pin=([^; ]+)(?=;?)/) && $.cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1])
|
$.UserName = decodeURIComponent($.cookie.match(/pt_pin=([^; ]+)(?=;?)/) && $.cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1])
|
||||||
$.index = i + 1;
|
$.index = i + 1;
|
||||||
$.bean = 0
|
$.bean = 0
|
||||||
UA = ua.UARAM ? ua.UARAM() : ua.USER_AGENT;
|
//UA = ua.UARAM ? ua.UARAM() : ua.USER_AGENT;
|
||||||
console.log(`\n*****开始【京东账号${$.index}】${$.UserName}****\n`);
|
console.log(`\n*****开始【京东账号${$.index}】${$.UserName}****\n`);
|
||||||
await run();
|
await run();
|
||||||
await $.wait(3000);
|
await $.wait(3000);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user