1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-02 02:36:40 +08:00
This commit is contained in:
dylan
2023-07-25 10:01:03 +08:00
parent 9aad3da449
commit f2eb114965
+1 -1
View File
@@ -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);