mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-02 02:28:09 +08:00
1
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user