mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-05-07 03:48:44 +08:00
update
This commit is contained in:
parent
a0ec0f5b24
commit
eb096222b0
82
jd_coupon.js
82
jd_coupon.js
@ -32,58 +32,58 @@ if ($.isNode()) {
|
|||||||
console.log("优惠劵失败...")
|
console.log("优惠劵失败...")
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (codeList.length === 0) {
|
$.randomCode = random(10, 13);
|
||||||
|
// console.log($.randomCode)
|
||||||
|
// console.log(codeList.length)
|
||||||
|
if (codeList.length <= 1) {
|
||||||
console.log("暂无优惠劵...")
|
console.log("暂无优惠劵...")
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// console.log(codeList)
|
if ($.randomCode === 10){
|
||||||
|
console.log("优惠券地址: https://u.jd.com/"+codeList[0])
|
||||||
|
|
||||||
|
$.jfurl = "https://u.jd.com/"+codeList[0]
|
||||||
|
$.hrl = ''
|
||||||
|
$.long = ''
|
||||||
|
$.d_ = ''
|
||||||
|
$.sku_ = ''
|
||||||
|
$.q_ = ''
|
||||||
|
console.log("---- 初始化 ----")
|
||||||
|
await getShorttoLong()
|
||||||
|
console.log("\n---- 执行 ----")
|
||||||
|
|
||||||
console.log("优惠券地址: https://u.jd.com/"+codeList[0])
|
cookiesArr = cookiesArr.sort(function() {
|
||||||
|
return .5 - Math.random();
|
||||||
$.jfurl = "https://u.jd.com/"+codeList[0]
|
});
|
||||||
$.hrl = ''
|
// let ckNum = cookiesArr.length > 1 ? 1 : cookiesArr.length;
|
||||||
$.long = ''
|
for (let i = 0; i < 1; i++) {
|
||||||
$.d_ = ''
|
if (cookiesArr[i]) {
|
||||||
$.sku_ = ''
|
cookie = cookiesArr[i];
|
||||||
$.q_ = ''
|
$.UserName = decodeURIComponent(cookie.match(/pt_pin=([^; ]+)(?=;?)/) && cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1])
|
||||||
console.log("---- 初始化 ----")
|
$.index = i + 1;
|
||||||
await getShorttoLong()
|
$.isLogin = true;
|
||||||
console.log("\n---- 执行 ----")
|
$.nickName = '';
|
||||||
|
message = '';
|
||||||
// cookiesArr = cookiesArr.sort(function() {
|
await TotalBean();
|
||||||
// return .5 - Math.random();
|
console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
|
||||||
// });
|
if (!$.isLogin) {
|
||||||
let ckNum = cookiesArr.length > 5 ? 5 : cookiesArr.length;
|
$.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
|
||||||
// console.log(ckNum)
|
if ($.isNode()) {
|
||||||
for (let i = 0; i < ckNum; i++) {
|
// await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
|
||||||
if (cookiesArr[i]) {
|
}
|
||||||
cookie = cookiesArr[i];
|
continue
|
||||||
$.UserName = decodeURIComponent(cookie.match(/pt_pin=([^; ]+)(?=;?)/) && cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1])
|
|
||||||
$.index = i + 1;
|
|
||||||
$.isLogin = true;
|
|
||||||
$.nickName = '';
|
|
||||||
message = '';
|
|
||||||
await TotalBean();
|
|
||||||
console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
|
|
||||||
if (!$.isLogin) {
|
|
||||||
$.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
|
|
||||||
if ($.isNode()) {
|
|
||||||
// await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
|
|
||||||
}
|
}
|
||||||
continue
|
$.UUID = getUUID("xxxxxxxxxxx");
|
||||||
}
|
|
||||||
$.UUID = getUUID("xxxxxxxxxxx");
|
|
||||||
|
|
||||||
if ($.index == 1) {
|
if ($.index == 1) {
|
||||||
await main();
|
await main();
|
||||||
|
}
|
||||||
|
await mainTask();
|
||||||
|
await $.wait(4000);
|
||||||
}
|
}
|
||||||
await mainTask();
|
|
||||||
await $.wait(4000);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
})().catch((e) => { $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '') }).finally(() => { $.done(); })
|
})().catch((e) => { $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '') }).finally(() => { $.done(); })
|
||||||
|
|
||||||
async function main(){
|
async function main(){
|
||||||
|
Loading…
Reference in New Issue
Block a user