mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-04-04 09:49:02 +00:00
1
This commit is contained in:
parent
cec5b3bb2c
commit
dd12b116ad
422
jd_dwapp.js
422
jd_dwapp.js
@ -1,8 +1,8 @@
|
||||
/*
|
||||
积分换话费
|
||||
入口:首页-生活·缴费-积分换话费
|
||||
update:20220530
|
||||
20 7,19 * * * jd_dwapp.js
|
||||
update:2023/6/10
|
||||
33 3,18 * * * jd_dwapp.js
|
||||
*/
|
||||
|
||||
const $ = new Env('积分换话费');
|
||||
@ -13,248 +13,270 @@ CryptoJS = $.isNode() ? require('crypto-js') : CryptoJS;
|
||||
//IOS等用户直接用NobyDa的jd cookie
|
||||
let cookiesArr = [], cookie = '';
|
||||
if ($.isNode()) {
|
||||
Object.keys(jdCookieNode).forEach((item) => { cookiesArr.push(jdCookieNode[item]) })
|
||||
if (process.env.JD_DEBUG && process.env.JD_DEBUG === 'false') console.log = () => { };
|
||||
Object.keys(jdCookieNode).forEach((item) => { cookiesArr.push(jdCookieNode[item]) })
|
||||
if (process.env.JD_DEBUG && process.env.JD_DEBUG === 'false') console.log = () => { };
|
||||
} else {
|
||||
cookiesArr = [$.getdata('CookieJD'), $.getdata('CookieJD2'), ...jsonParse($.getdata('CookiesJD') || "[]").map(item => item.cookie)].filter(item => !!item);
|
||||
cookiesArr = [$.getdata('CookieJD'), $.getdata('CookieJD2'), ...jsonParse($.getdata('CookiesJD') || "[]").map(item => item.cookie)].filter(item => !!item);
|
||||
}
|
||||
!(async () => {
|
||||
if (!cookiesArr[0]) {
|
||||
$.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
|
||||
return;
|
||||
}
|
||||
for (let i = 0; i < cookiesArr.length; i++) {
|
||||
if (cookiesArr[i]) {
|
||||
cookie = cookiesArr[i];
|
||||
$.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('xxxxxxxxxxxxxxxx');
|
||||
await main()
|
||||
if (!cookiesArr[0]) {
|
||||
$.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
|
||||
return;
|
||||
}
|
||||
for (let i = 0; i < cookiesArr.length; i++) {
|
||||
if (cookiesArr[i]) {
|
||||
cookie = cookiesArr[i];
|
||||
$.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('xxxxxxxxxxxxxxxx');
|
||||
await main()
|
||||
}
|
||||
}
|
||||
}
|
||||
})().catch((e) => { $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '') }).finally(() => { $.done(); })
|
||||
|
||||
async function main() {
|
||||
$.log("去签到")
|
||||
await usersign()
|
||||
await tasklist();
|
||||
if ($.tasklist) {
|
||||
for (let i = 0; i < $.tasklist.length; i++) {
|
||||
console.log(`去领取${$.tasklist[i].taskDesc}任务`)
|
||||
await taskrecord($.tasklist[i].id)
|
||||
await $.wait(3000);
|
||||
console.log(`去领取积分`)
|
||||
await taskreceive($.tasklist[i].id)
|
||||
$.log("去签到")
|
||||
await usersign()
|
||||
await tasklist();
|
||||
if ($.tasklist) {
|
||||
for (let i of $.tasklist) {
|
||||
if (i.viewStatus == 0) {
|
||||
console.log(`去做 ${i.taskDesc}`);
|
||||
await taskrecord(i.id);
|
||||
await $.wait(3000);
|
||||
console.log(`去领积分`);
|
||||
await taskreceive(i.id)
|
||||
} else if (i.viewStatus == 2) {
|
||||
console.log(`去领积分`);
|
||||
await taskreceive(i.id);
|
||||
} else if (i.viewStatus == 1) {
|
||||
$.log(`${i.name} 已完成浏览`);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
async function taskrecord(id) {
|
||||
enc = await sign(id + "1")
|
||||
let body = { "id": id, "agentNum": "m", "taskType": 1, "followChannelStatus": "", ...enc }
|
||||
return new Promise(resolve => {
|
||||
$.post(taskPostUrl("task/dwRecord", body), (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${err}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
data = JSON.parse(data)
|
||||
if (data) {
|
||||
if (data.code === 200) {
|
||||
if (data.data.dwUserTask) {
|
||||
$.log(" 领取任务成功")
|
||||
} else {
|
||||
$.log(" 此任务已经领取过了")
|
||||
}
|
||||
} else {
|
||||
console.log(JSON.stringify(data))
|
||||
enc = await sign(id + "1")
|
||||
let body = { "id": id, "agentNum": "m", "taskType": 1, "followChannelStatus": "", ...enc }
|
||||
return new Promise(resolve => {
|
||||
$.post(taskPostUrl("task/dwRecord", body), (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${err}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
data = JSON.parse(data)
|
||||
if (data) {
|
||||
if (data.code === 200) {
|
||||
if (data.data.dwUserTask) {
|
||||
$.log("----领取任务成功")
|
||||
} else {
|
||||
$.log("----此任务已经领取过了")
|
||||
}
|
||||
} else {
|
||||
console.log(JSON.stringify(data))
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve(data);
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
async function taskreceive(id) {
|
||||
enc = await sign(id)
|
||||
let body = { "id": id, ...enc }
|
||||
return new Promise(resolve => {
|
||||
$.post(taskPostUrl("task/dwReceive", body), (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${err}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
data = JSON.parse(data)
|
||||
if (data) {
|
||||
if (data.code === 200 && data.data.success) {
|
||||
console.log(` 领取任务积分:获得${data.data.giveScoreNum}`)
|
||||
} else if (data.code === 200 && !data.data.success) {
|
||||
console.log(" 积分已经领取完了")
|
||||
} else {
|
||||
console.log(JSON.stringify(data))
|
||||
enc = await sign(id)
|
||||
let body = { "id": id, ...enc }
|
||||
return new Promise(resolve => {
|
||||
$.post(taskPostUrl("task/dwReceive", body), (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${err}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
data = JSON.parse(data)
|
||||
if (data) {
|
||||
if (data.code === 200 && data.data.success) {
|
||||
console.log(`----领取成功:获得${data.data.giveScoreNum}积分`);
|
||||
} else if (data.code === 200 && !data.data.success) {
|
||||
console.log("----积分已经领取完了");
|
||||
} else {
|
||||
console.log(JSON.stringify(data));
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve(data);
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
async function usersign() {
|
||||
body = await sign()
|
||||
return new Promise(resolve => {
|
||||
$.post(taskPostUrl("dwSign", body), (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${err}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
data = JSON.parse(data)
|
||||
if (data) {
|
||||
if (data.code === 200) {
|
||||
console.log(`签到成功:获得积分${data.data.signInfo.signNum}\n`)
|
||||
} else {
|
||||
console.log("似乎签到完成了\n")
|
||||
body = await sign()
|
||||
return new Promise(resolve => {
|
||||
$.post(taskPostUrl("dwSign", body), (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${err}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
data = JSON.parse(data);
|
||||
JSON.stringify(data);
|
||||
if (data) {
|
||||
if (data.code === 200) {
|
||||
console.log(`签到成功:获得积分${data.data.signInfo.signNum}`);
|
||||
$.log(`总积分:${data.data.totalNum}\n`);
|
||||
} else {
|
||||
console.log("似乎签到完成了\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve(data);
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
async function tasklist() {
|
||||
body = await sign()
|
||||
return new Promise(resolve => {
|
||||
$.post(taskPostUrl("task/dwList", body), (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${err}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
data = JSON.parse(data)
|
||||
if (data) {
|
||||
$.tasklist = data.data
|
||||
}
|
||||
body = await sign();
|
||||
body.channelSource = 'txzs';
|
||||
let opt = {
|
||||
url: `https://api.m.jd.com/user/color/task/dwList`,
|
||||
body: `appid=txsm-m&client=h5&functionId=dwapp_task_dwList&body=${encodeURIComponent(JSON.stringify(body))}`,
|
||||
headers: {
|
||||
"Origin": "https://txsm-m.jd.com",
|
||||
"Accept": "*/*",
|
||||
"User-Agent": `jdapp;iPhone;10.1.0;13.5;${$.UUID};network/wifi;model/iPhone11,6;addressid/4596882376;appBuild/167774;jdSupportDarkMode/0;Mozilla/5.0 (iPhone; CPU iPhone OS 13_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1`,
|
||||
"Referer": "https://txsm-m.jd.com/",
|
||||
"Cookie": cookie,
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve(data);
|
||||
}
|
||||
}
|
||||
|
||||
return new Promise(resolve => {
|
||||
$.post(opt, (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${err}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
data = JSON.parse(data)
|
||||
if (data) {
|
||||
$.tasklist = data.data
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve(data);
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
function taskPostUrl(function_id, body) {
|
||||
return {
|
||||
url: `https://dwapp.jd.com/user/${function_id}`,
|
||||
body: JSON.stringify(body),
|
||||
headers: {
|
||||
"Host": "dwapp.jd.com",
|
||||
"Origin": "https://prodev.m.jd.com",
|
||||
"Connection": "keep-alive",
|
||||
"Accept": "*/*",
|
||||
"User-Agent": `jdapp;iPhone;10.1.0;13.5;${$.UUID};network/wifi;model/iPhone11,6;addressid/4596882376;appBuild/167774;jdSupportDarkMode/0;Mozilla/5.0 (iPhone; CPU iPhone OS 13_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1`,
|
||||
"Accept-Language": "zh-cn",
|
||||
"Referer": "https://prodev.m.jd.com/mall/active/eEcYM32eezJB7YX4SBihziJCiGV/index.html",
|
||||
"Accept-Encoding": "gzip, deflate, br",
|
||||
"Content-Type": "application/json",
|
||||
"Cookie": cookie,
|
||||
return {
|
||||
url: `https://dwapp.jd.com/user/${function_id}`,
|
||||
body: JSON.stringify(body),
|
||||
headers: {
|
||||
"Host": "dwapp.jd.com",
|
||||
"Origin": "https://prodev.m.jd.com",
|
||||
"Connection": "keep-alive",
|
||||
"Accept": "*/*",
|
||||
"User-Agent": `jdapp;iPhone;10.1.0;13.5;${$.UUID};network/wifi;model/iPhone11,6;addressid/4596882376;appBuild/167774;jdSupportDarkMode/0;Mozilla/5.0 (iPhone; CPU iPhone OS 13_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1`,
|
||||
"Accept-Language": "zh-cn",
|
||||
"Referer": "https://prodev.m.jd.com/mall/active/eEcYM32eezJB7YX4SBihziJCiGV/index.html",
|
||||
"Accept-Encoding": "gzip, deflate, br",
|
||||
"Content-Type": "application/json",
|
||||
"Cookie": cookie,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function TotalBean() {
|
||||
return new Promise(async resolve => {
|
||||
const options = {
|
||||
"url": `https://wq.jd.com/user/info/QueryJDUserInfo?sceneval=2`,
|
||||
"headers": {
|
||||
"Accept": "application/json,text/plain, */*",
|
||||
"Content-Type": "application/x-www-form-urlencoded",
|
||||
"Accept-Encoding": "gzip, deflate, br",
|
||||
"Accept-Language": "zh-cn",
|
||||
"Connection": "keep-alive",
|
||||
"Cookie": cookie,
|
||||
"Referer": "https://wqs.jd.com/my/jingdou/my.shtml?sceneval=2",
|
||||
"User-Agent": $.isNode() ? (process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : (require('./USER_AGENTS').USER_AGENT)) : ($.getdata('JDUA') ? $.getdata('JDUA') : "jdapp;iPhone;9.4.4;14.3;network/4g;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1")
|
||||
}
|
||||
}
|
||||
$.post(options, (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${JSON.stringify(err)}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
if (data) {
|
||||
data = JSON.parse(data);
|
||||
if (data['retcode'] === 13) {
|
||||
$.isLogin = false; //cookie过期
|
||||
return
|
||||
return new Promise(async resolve => {
|
||||
const options = {
|
||||
"url": `https://wq.jd.com/user/info/QueryJDUserInfo?sceneval=2`,
|
||||
"headers": {
|
||||
"Accept": "application/json,text/plain, */*",
|
||||
"Content-Type": "application/x-www-form-urlencoded",
|
||||
"Accept-Encoding": "gzip, deflate, br",
|
||||
"Accept-Language": "zh-cn",
|
||||
"Connection": "keep-alive",
|
||||
"Cookie": cookie,
|
||||
"Referer": "https://wqs.jd.com/my/jingdou/my.shtml?sceneval=2",
|
||||
"User-Agent": $.isNode() ? (process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : (require('./USER_AGENTS').USER_AGENT)) : ($.getdata('JDUA') ? $.getdata('JDUA') : "jdapp;iPhone;9.4.4;14.3;network/4g;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1")
|
||||
}
|
||||
if (data['retcode'] === 0) {
|
||||
$.nickName = (data['base'] && data['base'].nickname) || $.UserName;
|
||||
} else {
|
||||
$.nickName = $.UserName
|
||||
}
|
||||
} else {
|
||||
console.log(`京东服务器返回空数据`)
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve();
|
||||
}
|
||||
$.post(options, (err, resp, data) => {
|
||||
try {
|
||||
if (err) {
|
||||
console.log(`${JSON.stringify(err)}`)
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
if (data) {
|
||||
data = JSON.parse(data);
|
||||
if (data['retcode'] === 13) {
|
||||
$.isLogin = false; //cookie过期
|
||||
return
|
||||
}
|
||||
if (data['retcode'] === 0) {
|
||||
$.nickName = (data['base'] && data['base'].nickname) || $.UserName;
|
||||
} else {
|
||||
$.nickName = $.UserName
|
||||
}
|
||||
} else {
|
||||
console.log(`京东服务器返回空数据`)
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
$.logErr(e, resp)
|
||||
} finally {
|
||||
resolve();
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
function getUUID(format = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', UpperCase = 0) {
|
||||
return format.replace(/[xy]/g, function (c) {
|
||||
var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8);
|
||||
if (UpperCase) {
|
||||
uuid = v.toString(36).toUpperCase();
|
||||
} else {
|
||||
uuid = v.toString(36)
|
||||
}
|
||||
return uuid;
|
||||
});
|
||||
return format.replace(/[xy]/g, function (c) {
|
||||
var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8);
|
||||
if (UpperCase) {
|
||||
uuid = v.toString(36).toUpperCase();
|
||||
} else {
|
||||
uuid = v.toString(36)
|
||||
}
|
||||
return uuid;
|
||||
});
|
||||
}
|
||||
|
||||
async function sign(en) {
|
||||
time = new Date().getTime();
|
||||
let encStr = en || '';
|
||||
const encTail = `${time}e9c398ffcb2d4824b4d0a703e38yffdd`;
|
||||
encStr = CryptoJS.MD5(encStr + encTail).toString()
|
||||
return { "t": time, "encStr": encStr }
|
||||
time = new Date().getTime();
|
||||
let encStr = en || '';
|
||||
const encTail = `${time}e9c398ffcb2d4824b4d0a703e38yffdd`;
|
||||
encStr = CryptoJS.MD5(encStr + encTail).toString()
|
||||
return { "t": time, "encStr": encStr }
|
||||
}
|
||||
|
||||
// prettier-ignore
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user