KR/jd_cfd_help.js

1676 lines
135 KiB
JavaScript
Raw Normal View History

2022-02-11 16:56:14 +08:00
/*
京喜财富岛互助互助
更新时间2021-9-11
活动入口京喜APP-我的-京喜财富岛互助
已支持IOS双京东账号,Node.js支持N个京东账号
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
============Quantumultx===============
[task_local]
#京喜财富岛互助
18 0,18 * * * https://raw.githubusercontent.com/KingRan/JDJB/main/jd_cfd_help.js, tag=京喜财富岛互助, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jxcfd.png, enabled=true
================Loon==============
[Script]
cron "18 0,18 * * *" script-path=https://raw.githubusercontent.com/KingRan/JDJB/main/jd_cfd_help.js,tag=京喜财富岛互助
===============Surge=================
京喜财富岛互助 = type=cron,cronexp="18 0,18 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/JDJB/main/jd_cfd_help.js
============小火箭=========
京喜财富岛互助 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/JDJB/main/jd_cfd_help.js, cronexpr="18 0,18 * * *", timeout=3600, enable=true
*/
2022-02-11 20:42:38 +08:00
!function (t, r) { "object" == typeof exports ? module.exports = exports = r() : "function" == typeof define && define.amd ? define([], r) : t.CryptoJS = r() }(this, function () {
var t = t || function (t, r) { var e = Object.create || function () { function t() { } return function (r) { var e; return t.prototype = r, e = new t, t.prototype = null, e } }(), i = {}, n = i.lib = {}, o = n.Base = function () { return { extend: function (t) { var r = e(this); return t && r.mixIn(t), r.hasOwnProperty("init") && this.init !== r.init || (r.init = function () { r.$super.init.apply(this, arguments) }), r.init.prototype = r, r.$super = this, r }, create: function () { var t = this.extend(); return t.init.apply(t, arguments), t }, init: function () { }, mixIn: function (t) { for (var r in t) t.hasOwnProperty(r) && (this[r] = t[r]); t.hasOwnProperty("toString") && (this.toString = t.toString) }, clone: function () { return this.init.prototype.extend(this) } } }(), s = n.WordArray = o.extend({ init: function (t, e) { t = this.words = t || [], e != r ? this.sigBytes = e : this.sigBytes = 4 * t.length }, toString: function (t) { return (t || c).stringify(this) }, concat: function (t) { var r = this.words, e = t.words, i = this.sigBytes, n = t.sigBytes; if (this.clamp(), i % 4) for (var o = 0; o < n; o++) { var s = e[o >>> 2] >>> 24 - o % 4 * 8 & 255; r[i + o >>> 2] |= s << 24 - (i + o) % 4 * 8 } else for (var o = 0; o < n; o += 4)r[i + o >>> 2] = e[o >>> 2]; return this.sigBytes += n, this }, clamp: function () { var r = this.words, e = this.sigBytes; r[e >>> 2] &= 4294967295 << 32 - e % 4 * 8, r.length = t.ceil(e / 4) }, clone: function () { var t = o.clone.call(this); return t.words = this.words.slice(0), t }, random: function (r) { for (var e, i = [], n = function (r) { var r = r, e = 987654321, i = 4294967295; return function () { e = 36969 * (65535 & e) + (e >> 16) & i, r = 18e3 * (65535 & r) + (r >> 16) & i; var n = (e << 16) + r & i; return n /= 4294967296, n += .5, n * (t.random() > .5 ? 1 : -1) } }, o = 0; o < r; o += 4) { var a = n(4294967296 * (e || t.random())); e = 987654071 * a(), i.push(4294967296 * a() | 0) } return new s.init(i, r) } }), a = i.enc = {}, c = a.Hex = { stringify: function (t) { for (var r = t.words, e = t.sigBytes, i = [], n = 0; n < e; n++) { var o = r[n >>> 2] >>> 24 - n % 4 * 8 & 255; i.push((o >>> 4).toString(16)), i.push((15 & o).toString(16)) } return i.join("") }, parse: function (t) { for (var r = t.length, e = [], i = 0; i < r; i += 2)e[i >>> 3] |= parseInt(t.substr(i, 2), 16) << 24 - i % 8 * 4; return new s.init(e, r / 2) } }, h = a.Latin1 = { stringify: function (t) { for (var r = t.words, e = t.sigBytes, i = [], n = 0; n < e; n++) { var o = r[n >>> 2] >>> 24 - n % 4 * 8 & 255; i.push(String.fromCharCode(o)) } return i.join("") }, parse: function (t) { for (var r = t.length, e = [], i = 0; i < r; i++)e[i >>> 2] |= (255 & t.charCodeAt(i)) << 24 - i % 4 * 8; return new s.init(e, r) } }, l = a.Utf8 = { stringify: function (t) { try { return decodeURIComponent(escape(h.stringify(t))) } catch (t) { throw new Error("Malformed UTF-8 data") } }, parse: function (t) { return h.parse(unescape(encodeURIComponent(t))) } }, f = n.BufferedBlockAlgorithm = o.extend({ reset: function () { this._data = new s.init, this._nDataBytes = 0 }, _append: function (t) { "string" == typeof t && (t = l.parse(t)), this._data.concat(t), this._nDataBytes += t.sigBytes }, _process: function (r) { var e = this._data, i = e.words, n = e.sigBytes, o = this.blockSize, a = 4 * o, c = n / a; c = r ? t.ceil(c) : t.max((0 | c) - this._minBufferSize, 0); var h = c * o, l = t.min(4 * h, n); if (h) { for (var f = 0; f < h; f += o)this._doProcessBlock(i, f); var u = i.splice(0, h); e.sigBytes -= l } return new s.init(u, l) }, clone: function () { var t = o.clone.call(this); return t._data = this._data.clone(), t }, _minBufferSize: 0 }), u = (n.Hasher = f.extend({ cfg: o.extend(), init: function (t) { this.cfg = this.cfg.extend(t), this.reset() }, reset: function () { f.reset.call(this), this._doReset() }, update: function (t) { return this._append(t), this._process(), this }, finalize: function (t) { t && this._append(t); var r = this._doFinalize(); return r }, blockSize: 16, _createHelper: function (t) { retu
function r(t, r) { var e = (this._lBlock >>> t ^ this._rBlock) & r; this._rBlock ^= e, this._lBlock ^= e << t } function e(t, r) {
var e = (this._rBlock >>> t ^ this._lBlock) & r; this._lBlock ^= e, this._rBlock ^= e << t;
} var i = t, n = i.lib, o = n.WordArray, s = n.BlockCipher, a = i.algo, c = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4], h = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32], l = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28], f = [{ 0: 8421888, 268435456: 32768, 536870912: 8421378, 805306368: 2, 1073741824: 512, 1342177280: 8421890, 1610612736: 8389122, 1879048192: 8388608, 2147483648: 514, 2415919104: 8389120, 2684354560: 33280, 2952790016: 8421376, 3221225472: 32770, 3489660928: 8388610, 3758096384: 0, 4026531840: 33282, 134217728: 0, 402653184: 8421890, 671088640: 33282, 939524096: 32768, 1207959552: 8421888, 1476395008: 512, 1744830464: 8421378, 2013265920: 2, 2281701376: 8389120, 2550136832: 33280, 2818572288: 8421376, 3087007744: 8389122, 3355443200: 8388610, 3623878656: 32770, 3892314112: 514, 4160749568: 8388608, 1: 32768, 268435457: 2, 536870913: 8421888, 805306369: 8388608, 1073741825: 8421378, 1342177281: 33280, 1610612737: 512, 1879048193: 8389122, 2147483649: 8421890, 2415919105: 8421376, 2684354561: 8388610, 2952790017: 33282, 3221225473: 514, 3489660929: 8389120, 3758096385: 32770, 4026531841: 0, 134217729: 8421890, 402653185: 8421376, 671088641: 8388608, 939524097: 512, 1207959553: 32768, 1476395009: 8388610, 1744830465: 2, 2013265921: 33282, 2281701377: 32770, 2550136833: 8389122, 2818572289: 514, 3087007745: 8421888, 3355443201: 8389120, 3623878657: 0, 3892314113: 33280, 4160749569: 8421378 }, { 0: 1074282512, 16777216: 16384, 33554432: 524288, 50331648: 1074266128, 67108864: 1073741840, 83886080: 1074282496, 100663296: 1073758208, 117440512: 16, 134217728: 540672, 150994944: 1073758224, 167772160: 1073741824, 184549376: 540688, 201326592: 524304, 218103808: 0, 234881024: 16400, 251658240: 1074266112, 8388608: 1073758208, 25165824: 540688, 41943040: 16, 58720256: 1073758224, 75497472: 1074282512, 92274688: 1073741824, 109051904: 524288, 125829120: 1074266128, 142606336: 524304, 159383552: 0, 176160768: 16384, 192937984: 1074266112, 209715200: 1073741840, 226492416: 540672, 243269632: 1074282496, 260046848: 16400, 268435456: 0, 285212672: 1074266128, 301989888: 1073758224, 318767104: 1074282496, 335544320: 1074266112, 352321536: 16, 369098752: 540688, 385875968: 16384, 402653184: 16400, 419430400: 524288, 436207616: 524304, 452984832: 1073741840, 469762048: 540672, 486539264: 1073758208, 503316480: 1073741824, 520093696: 1074282512, 276824064: 540688, 293601280: 524288, 310378496: 1074266112, 327155712: 16384, 343932928: 1073758208, 360710144: 1074282512, 377487360: 16, 394264576: 1073741824, 411041792: 1074282496, 427819008: 1073741840, 444596224: 1073758224, 461373440: 524304, 478150656: 0, 494927872: 16400, 511705088: 1074266128, 528482304: 540672 }, { 0: 260, 1048576: 0, 2097152: 67109120, 3145728: 65796, 4194304: 65540, 5242880: 67108868, 6291456: 67174660, 7340032: 67174400, 8388608: 67108864, 9437184: 67174656, 10485760: 65792, 11534336: 67174404, 12582912: 67109124, 13631488: 65536, 14680064: 4, 15728640: 256, 524288: 67174656, 1572864: 67174404, 2621440: 0, 3670016: 67109120, 4718592: 67108868, 5767168: 65536, 6815744: 65540, 7864320: 260, 8912896: 4, 9961472: 256, 11010048: 67174400, 12058624: 65796, 13107200: 65792, 14155776: 67109124, 15204352: 67174660, 16252928: 67108864, 16777216: 67174656, 17825792: 65540, 18874368: 65536, 19922944: 67109120, 20971520: 256, 22020096: 67174660, 23068672: 67108868, 24117248: 0, 25165824: 67109124, 26214400: 67108864, 27262976: 4, 28311552: 65792, 29360128: 67174400, 30408704: 260, 31457280: 65796, 32505856: 67174404, 17301504: 67108864, 18350080: 260, 19398656: 67174656, 20447232: 0, 21495808: 65540, 22544384: 67109120, 23592960: 256, 24641536: 67174404, 25690112: 65536, 26738688: 67174660, 27787264: 65796, 28835840: 67108868, 29884416
}(), function () { function r() { for (var t = this._S, r = this._i, e = this._j, i = 0, n = 0; n < 4; n++) { r = (r + 1) % 256, e = (e + t[r]) % 256; var o = t[r]; t[r] = t[e], t[e] = o, i |= t[(t[r] + t[e]) % 256] << 24 - 8 * n } return this._i = r, this._j = e, i } var e = t, i = e.lib, n = i.StreamCipher, o = e.algo, s = o.RC4 = n.extend({ _doReset: function () { for (var t = this._key, r = t.words, e = t.sigBytes, i = this._S = [], n = 0; n < 256; n++)i[n] = n; for (var n = 0, o = 0; n < 256; n++) { var s = n % e, a = r[s >>> 2] >>> 24 - s % 4 * 8 & 255; o = (o + i[n] + a) % 256; var c = i[n]; i[n] = i[o], i[o] = c } this._i = this._j = 0 }, _doProcessBlock: function (t, e) { t[e] ^= r.call(this) }, keySize: 8, ivSize: 0 }); e.RC4 = n._createHelper(s); var a = o.RC4Drop = s.extend({ cfg: s.cfg.extend({ drop: 192 }), _doReset: function () { s._doReset.call(this); for (var t = this.cfg.drop; t > 0; t--)r.call(this) } }); e.RC4Drop = n._createHelper(a) }(), t.mode.CTRGladman = function () { function r(t) { if (255 === (t >> 24 & 255)) { var r = t >> 16 & 255, e = t >> 8 & 255, i = 255 & t; 255 === r ? (r = 0, 255 === e ? (e = 0, 255 === i ? i = 0 : ++i) : ++e) : ++r, t = 0, t += r << 16, t += e << 8, t += i } else t += 1 << 24; return t } function e(t) { return 0 === (t[0] = r(t[0])) && (t[1] = r(t[1])), t } var i = t.lib.BlockCipherMode.extend(), n = i.Encryptor = i.extend({ processBlock: function (t, r) { var i = this._cipher, n = i.blockSize, o = this._iv, s = this._counter; o && (s = this._counter = o.slice(0), this._iv = void 0), e(s); var a = s.slice(0); i.encryptBlock(a, 0); for (var c = 0; c < n; c++)t[r + c] ^= a[c] } }); return i.Decryptor = n, i }(), function () { function r() { for (var t = this._X, r = this._C, e = 0; e < 8; e++)a[e] = r[e]; r[0] = r[0] + 1295307597 + this._b | 0, r[1] = r[1] + 3545052371 + (r[0] >>> 0 < a[0] >>> 0 ? 1 : 0) | 0, r[2] = r[2] + 886263092 + (r[1] >>> 0 < a[1] >>> 0 ? 1 : 0) | 0, r[3] = r[3] + 1295307597 + (r[2] >>> 0 < a[2] >>> 0 ? 1 : 0) | 0, r[4] = r[4] + 3545052371 + (r[3] >>> 0 < a[3] >>> 0 ? 1 : 0) | 0, r[5] = r[5] + 886263092 + (r[4] >>> 0 < a[4] >>> 0 ? 1 : 0) | 0, r[6] = r[6] + 1295307597 + (r[5] >>> 0 < a[5] >>> 0 ? 1 : 0) | 0, r[7] = r[7] + 3545052371 + (r[6] >>> 0 < a[6] >>> 0 ? 1 : 0) | 0, this._b = r[7] >>> 0 < a[7] >>> 0 ? 1 : 0; for (var e = 0; e < 8; e++) { var i = t[e] + r[e], n = 65535 & i, o = i >>> 16, s = ((n * n >>> 17) + n * o >>> 15) + o * o, h = ((4294901760 & i) * i | 0) + ((65535 & i) * i | 0); c[e] = s ^ h } t[0] = c[0] + (c[7] << 16 | c[7] >>> 16) + (c[6] << 16 | c[6] >>> 16) | 0, t[1] = c[1] + (c[0] << 8 | c[0] >>> 24) + c[7] | 0, t[2] = c[2] + (c[1] << 16 | c[1] >>> 16) + (c[0] << 16 | c[0] >>> 16) | 0, t[3] = c[3] + (c[2] << 8 | c[2] >>> 24) + c[1] | 0, t[4] = c[4] + (c[3] << 16 | c[3] >>> 16) + (c[2] << 16 | c[2] >>> 16) | 0, t[5] = c[5] + (c[4] << 8 | c[4] >>> 24) + c[3] | 0, t[6] = c[6] + (c[5] << 16 | c[5] >>> 16) + (c[4] << 16 | c[4] >>> 16) | 0, t[7] = c[7] + (c[6] << 8 | c[6] >>> 24) + c[5] | 0 } var e = t, i = e.lib, n = i.StreamCipher, o = e.algo, s = [], a = [], c = [], h = o.Rabbit = n.extend({ _doReset: function () { for (var t = this._key.words, e = this.cfg.iv, i = 0; i < 4; i++)t[i] = 16711935 & (t[i] << 8 | t[i] >>> 24) | 4278255360 & (t[i] << 24 | t[i] >>> 8); var n = this._X = [t[0], t[3] << 16 | t[2] >>> 16, t[1], t[0] << 16 | t[3] >>> 16, t[2], t[1] << 16 | t[0] >>> 16, t[3], t[2] << 16 | t[1] >>> 16], o = this._C = [t[2] << 16 | t[2] >>> 16, 4294901760 & t[0] | 65535 & t[1], t[3] << 16 | t[3] >>> 16, 4294901760 & t[1] | 65535 & t[2], t[0] << 16 | t[0] >>> 16, 4294901760 & t[2] | 65535 & t[3], t[1] << 16 | t[1] >>> 16, 4294901760 & t[3] | 65535 & t[0]]; this._b = 0; for (var i = 0; i < 4; i++)r.call(this); for (var i = 0; i < 8; i++)o[i] ^= n[i + 4 & 7]; if (e) { var s = e.words, a = s[0], c = s[1], h = 16711935 & (a << 8 | a >>> 24) | 4278255360 & (a << 24 | a >>> 8), l = 16711935 & (c << 8 | c >>> 24) | 4278255360 & (c << 24 | c >>> 8), f = h >>> 16 | 4294901760 & l, u = l << 16 | 65535 & h; o[0] ^= h, o[1] ^= f, o[2] ^
});
const $ = new Env("京喜财富岛");
const JD_API_HOST = "https://m.jingxi.com/";
const notify = $.isNode() ? require('./sendNotify') : '';
const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
$.showLog = $.getdata("cfd_showLog") ? $.getdata("cfd_showLog") === "true" : false;
$.notifyTime = $.getdata("cfd_notifyTime");
$.result = [];
$.shareCodes = [];
let cookiesArr = [], cookie = '', token = '';
let UA, UAInfo = {};
const randomCount = $.isNode() ? 20 : 3;
$.appId = "92a36";
function oc(fn, defaultVal) {//optioanl chaining
try {
return fn()
} catch (e) {
return undefined
}
}
function nc(val1, val2) {//nullish coalescing
return val1 != undefined ? val1 : val2
}
if ($.isNode()) {
Object.keys(jdCookieNode).forEach((item) => {
cookiesArr.push(jdCookieNode[item])
})
if (process.env.JD_DEBUG && process.env.JD_DEBUG === 'false') console.log = () => {};
if (JSON.stringify(process.env).indexOf('GITHUB') > -1) process.exit(0);
} else {
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;
}
$.CryptoJS = $.isNode() ? require('crypto-js') : CryptoJS;
await requestAlgo();
await $.wait(1000)
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;
$.nickName = '';
$.isLogin = true;
UA = `jdpingou;iPhone;4.13.0;14.4.2;${randomString(40)};network/wifi;model/iPhone10,2;appBuild/100609;supportApplePay/1;hasUPPay/0;pushNoticeIsOpen/1;hasOCPay/0;supportBestPay/0;session/${Math.random * 98 + 1};pap/JA2019_3111789;brand/apple;supportJDSHWK/1;Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148`
UAInfo[$.UserName] = UA
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"});
2022-02-11 16:56:14 +08:00
2022-02-11 20:42:38 +08:00
if ($.isNode()) {
await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
}
continue
}
$.allTask = []
$.info = {}
token = await getJxToken()
await cfd();
await $.wait(3000);
}
}
let res = await getAuthorShareCode('https://gitee.com/KingRan521/JD-Scripts/raw/master/shareCodes/cfd.json')
$.strMyShareIds = [...(res || [])]
await shareCodesFormat()
for (let i = 0; i < cookiesArr.length; i++) {
cookie = cookiesArr[i];
$.UserName = decodeURIComponent(cookie.match(/pt_pin=([^; ]+)(?=;?)/) && cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1])
$.canHelp = true
UA = UAInfo[$.UserName]
if ($.newShareCodes && $.newShareCodes.length) {
console.log(`\n开始互助\n`);
for (let j = 0; j < $.newShareCodes.length && $.canHelp; j++) {
console.log(`账号${$.UserName} 去助力 ${$.newShareCodes[j]}`)
$.delcode = false
await helpByStage($.newShareCodes[j])
await $.wait(2000)
if ($.delcode) {
$.newShareCodes.splice(j, 1)
j--
continue
}
}
} else {
break
}
}
await showMsg();
})()
.catch((e) => $.logErr(e))
.finally(() => $.done());
2022-02-11 16:56:14 +08:00
2022-02-11 20:42:38 +08:00
async function cfd() {
try {
let beginInfo = await getUserInfo();
if (beginInfo.LeadInfo.dwLeadType === 2) {
console.log(`还未开通活动,尝试初始化`)
await noviceTask()
await $.wait(3000)
beginInfo = await getUserInfo(false);
if (beginInfo.LeadInfo.dwLeadType !== 2) {
console.log(`初始化成功\n`)
} else {
console.log(`初始化失败\n`)
return
}
}
2022-02-11 16:56:14 +08:00
2022-02-11 20:42:38 +08:00
} catch (e) {
$.logErr(e)
}
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
// 使用道具
function GetPropCardCenterInfo() {
return new Promise((resolve) => {
$.get(taskUrl(`user/GetPropCardCenterInfo`), async (err, resp, data) => {
try {
if (err) {
console.log(JSON.stringify(err))
console.log(`${$.name} GetPropCardCenterInfo API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (data.iRet === 0) {
console.log(`使用道具卡`)
if (data.cardInfo.dwWorkingType === 0) {
$.canuse = false;
for (let key of Object.keys(data.cardInfo.coincard)) {
let vo = data.cardInfo.coincard[key]
if (vo.dwCardNums > 0) {
$.canuse = true;
await UsePropCard(vo.strCardTypeIndex)
break;
}
}
for (let key of Object.keys(data.cardInfo.richcard)) {
let vo = data.cardInfo.richcard[key]
if (vo.dwCardNums > 0) {
$.canuse = true;
await UsePropCard(vo.strCardTypeIndex)
break;
}
}
if (!$.canuse) console.log(`无可用道具卡`)
} else {
console.log(`有在使用中的道具卡,跳过使用`)
}
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
function UsePropCard(strCardTypeIndex) {
return new Promise((resolve) => {
let dwCardType = strCardTypeIndex.split("_")[0];
$.get(taskUrl(`user/UsePropCard`, `dwCardType=${dwCardType}&strCardTypeIndex=${encodeURIComponent(strCardTypeIndex)}`), (err, resp, data) => {
try {
if (err) {
console.log(JSON.stringify(err))
console.log(`${$.name} UsePropCard API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (data.iRet === 0) {
let cardName = strCardTypeIndex.split("_")[1];
console.log(`使用道具卡【${cardName}】成功`)
} else {
console.log(`使用道具卡失败:${JSON.stringify(data)}`)
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
// 寻宝
function TreasureHunt(strIndex) {
return new Promise((resolve) => {
$.get(taskUrl(`user/TreasureHunt`, `strIndex=${strIndex}`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} TreasureHunt API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (data.iRet === 0) {
if (data.AwardInfo.dwAwardType === 0) {
console.log(`${data.strAwardDesc},获得 ${data.AwardInfo.ddwValue} 金币`)
} else if (data.AwardInfo.dwAwardType === 1) {
console.log(`${data.strAwardDesc},获得 ${data.AwardInfo.ddwValue} 财富`)
console.log(JSON.stringify(data))
} else if (data.AwardInfo.dwAwardType === 4) {
console.log(`${data.strAwardDesc},获得 ${data.AwardInfo.strPrizePrice} 红包`)
} else {
console.log(JSON.stringify(data))
}
} else {
console.log(`寻宝失败:${data.sErrMsg}`)
$.break = true
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
// 接待贵宾
function specialUserOper(strStoryId, dwType, ddwTriggerDay, StoryList) {
return new Promise((resolve) => {
$.get(taskUrl(`story/SpecialUserOper`, `strStoryId=${strStoryId}&dwType=${dwType}&triggerType=0&ddwTriggerDay=${ddwTriggerDay}`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} SpecialUserOper API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (dwType === '2') {
if (data.iRet === 0 || data.sErrMsg === "success") {
console.log(`贵宾'${StoryList.Special.strName}'下船成功`)
} else {
console.log(`贵宾'${StoryList.Special.strName}'下船失败 ${data.sErrMsg}\n`)
}
} else if (dwType === '3') {
if (data.iRet === 0 || data.sErrMsg === "success") {
console.log(`贵宾'${StoryList.Special.strName}'用餐成功:获得${StoryList.Special.ddwCoin}金币\n`)
} else {
console.log(`贵宾'${StoryList.Special.strName}'用餐失败:${data.sErrMsg}\n`)
}
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
// 收藏家
function collectorOper(strStoryId, dwType, ddwTriggerDay) {
return new Promise((resolve) => {
$.get(taskUrl(`story/CollectorOper`, `strStoryId=${strStoryId}&dwType=${dwType}&ddwTriggerDay=${ddwTriggerDay}`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} CollectorOper API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve(data);
}
})
})
}
// 美人鱼
async function mermaidOper(strStoryId, dwType, ddwTriggerDay) {
return new Promise(async (resolve) => {
$.get(taskUrl(`story/MermaidOper`, `strStoryId=${strStoryId}&dwType=${dwType}&ddwTriggerDay=${ddwTriggerDay}`), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} MermaidOper API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
switch (dwType) {
case '1':
if (data.iRet === 0 || data.sErrMsg === 'success') {
console.log(`开始解救美人鱼`)
dwType = '3'
await mermaidOper(strStoryId, dwType, ddwTriggerDay)
await $.wait(3000)
} else {
console.log(`开始解救美人鱼失败:${data.sErrMsg}\n`)
}
break
case '2':
break
case '3':
if (data.iRet === 0 || data.sErrMsg === 'success') {
dwType = '2'
let mermaidOperRes = await mermaidOper(strStoryId, dwType, ddwTriggerDay)
console.log(`解救美人鱼成功:获得${mermaidOperRes.Data.ddwCoin || '0'}金币\n`)
} else {
console.log(`解救美人鱼失败:${data.sErrMsg}\n`)
}
break
case '4':
if (data.iRet === 0 || data.sErrMsg === 'success') {
console.log(`昨日解救美人鱼领奖成功:获得${data.Data.Prize.strPrizeName}\n`)
} else {
console.log(`昨日解救美人鱼领奖失败:${data.sErrMsg}\n`)
}
break
default:
break
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve(data);
}
})
})
}
// 卖贝壳
async function querystorageroom(dwSceneId) {
return new Promise(async (resolve) => {
$.get(taskUrl(`story/querystorageroom`), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} querystorageroom API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
console.log(`\n卖贝壳`)
let bags = []
for (let key of Object.keys(data.Data.Office)) {
let vo = data.Data.Office[key]
bags.push(vo.dwType)
bags.push(vo.dwCount)
}
if (bags.length !== 0) {
let strTypeCnt = ''
for (let j = 0; j < bags.length; j++) {
if (j % 2 === 0) {
strTypeCnt += `${bags[j]}:`
} else {
strTypeCnt += `${bags[j]}|`
}
}
await $.wait(3000)
await sellgoods(`strTypeCnt=${strTypeCnt}&dwSceneId=${dwSceneId}`)
} else {
console.log(`背包是空的,快去捡贝壳吧\n`)
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
function sellgoods(body) {
return new Promise((resolve) => {
$.get(taskUrl(`story/sellgoods`, body), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} sellgoods API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (data.iRet === 0) {
console.log(`贝壳出售成功:获得${data.Data.ddwCoin}金币 ${data.Data.ddwMoney}财富\n`)
} else {
console.log(`贝壳出售失败:${data.sErrMsg}\n`)
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
// 每日签到
async function getTakeAggrPage(type) {
return new Promise(async (resolve) => {
switch (type) {
case 'sign':
$.get(taskUrl(`story/GetTakeAggrPage`), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} GetTakeAggrPage API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
console.log(`\n每日签到`)
for (let key of Object.keys(data.Data.Sign.SignList)) {
let vo = data.Data.Sign.SignList[key]
if (vo.dwDayId === data.Data.Sign.dwTodayId) {
if (vo.dwStatus !== 1) {
const body = `ddwCoin=${vo.ddwCoin}&ddwMoney=${vo.ddwMoney}&dwPrizeType=${vo.dwPrizeType}&strPrizePool=${vo.strPrizePool}&dwPrizeLv=${vo.dwBingoLevel}&strPgUUNum=${token['farm_jstoken']}&strPgtimestamp=${token['timestamp']}&strPhoneID=${token['phoneid']}`
await rewardSign(body)
await $.wait(3000)
} else {
console.log(`今日已签到\n`)
break
}
}
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
break
case 'wxsign':
$.get(taskUrl(`story/GetTakeAggrPage`, '', 6), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} GetTakeAggrPage API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
console.log(`小程序每日签到`)
for (let key of Object.keys(data.Data.Sign.SignList)) {
let vo = data.Data.Sign.SignList[key]
if (vo.dwDayId === data.Data.Sign.dwTodayId) {
if (vo.dwStatus !== 1) {
const body = `ddwCoin=${vo.ddwCoin}&ddwMoney=${vo.ddwMoney}&dwPrizeType=${vo.dwPrizeType}&strPrizePool=${vo.strPrizePool}&dwPrizeLv=${vo.dwBingoLevel}&strPgUUNum=${token['farm_jstoken']}&strPgtimestamp=${token['timestamp']}&strPhoneID=${token['phoneid']}`
await rewardSign(body, 6)
await $.wait(3000)
} else {
console.log(`今日已签到\n`)
break
}
}
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
break
case 'helpdraw':
$.get(taskUrl(`story/GetTakeAggrPage`), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} GetTakeAggrPage API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
console.log(`\n领助力奖励`)
let helpNum = []
for (let key of Object.keys(data.Data.Employee.EmployeeList)) {
let vo = data.Data.Employee.EmployeeList[key]
if (vo.dwStatus !== 1) {
helpNum.push(vo.dwId)
}
}
if (helpNum.length !== 0) {
for (let j = 0; j < helpNum.length; j++) {
await helpdraw(helpNum[j])
await $.wait(3000)
}
} else {
console.log(`暂无可领助力奖励`)
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
break
default:
break
}
})
}
function rewardSign(body, dwEnv = 7) {
return new Promise((resolve) => {
$.get(taskUrl(`story/RewardSign`, body, dwEnv), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} RewardSign API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (data.iRet === 0 || data.sErrMsg === "success") {
if (data.Data.ddwCoin) {
console.log(`签到成功:获得${data.Data.ddwCoin}金币\n`)
} else if (data.Data.ddwMoney) {
console.log(`签到成功:获得${data.Data.ddwMoney}财富\n`)
} else if (data.Data.strPrizeName) {
console.log(`签到成功:获得${data.Data.strPrizeName}\n`)
} else {
console.log(`签到成功:很遗憾未中奖~\n`)
}
} else {
console.log(`签到失败:${data.sErrMsg}\n`)
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
function helpdraw(dwUserId) {
return new Promise((resolve) => {
$.get(taskUrl(`story/helpdraw`, `dwUserId=${dwUserId}`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} helpdraw API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (data.iRet === 0 || data.sErrMsg === "success") {
if (data.Data.StagePrizeInfo) {
console.log(`领取助力奖励成功:获得${data.Data.ddwCoin}金币 ${data.Data.StagePrizeInfo.ddwMoney}财富 ${(data.Data.StagePrizeInfo.strPrizeName && !data.Data.StagePrizeInfo.ddwMoney) ? data.Data.StagePrizeInfo.strPrizeName : `0元`}红包`)
} else {
console.log(`领取助力奖励成功:获得${data.Data.ddwCoin}金币`)
}
} else {
console.log(`领取助力奖励失败:${data.sErrMsg}`)
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
// 倒垃圾
async function queryRubbishInfo() {
return new Promise(async (resolve) => {
$.get(taskUrl(`story/QueryRubbishInfo`), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} QueryRubbishInfo API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
console.log(`倒垃圾`)
if (data.Data.StoryInfo.StoryList.length !== 0) {
for (let key of Object.keys(data.Data.StoryInfo.StoryList)) {
let vo = data.Data.StoryInfo.StoryList[key]
if (vo.Rubbish) {
await $.wait(3000)
let rubbishOperRes = await rubbishOper('1')
if (Object.keys(rubbishOperRes.Data.ThrowRubbish.Game).length) {
console.log(`获取垃圾信息成功:本次需要垃圾分类`)
for (let key of Object.keys(rubbishOperRes.Data.ThrowRubbish.Game.RubbishList)) {
let vo = rubbishOperRes.Data.ThrowRubbish.Game.RubbishList[key]
await $.wait(3000)
var rubbishOperTwoRes = await rubbishOper('2', `dwRubbishId=${vo.dwId}`)
}
if (rubbishOperTwoRes.iRet === 0) {
let AllRubbish = rubbishOperTwoRes.Data.RubbishGame.AllRubbish
console.log(`倒垃圾成功:获得${AllRubbish.ddwCoin}金币 ${AllRubbish.ddwMoney}财富\n`)
} else {
console.log(`倒垃圾失败:${rubbishOperTwoRes.sErrMsg}\n`)
}
} else {
console.log(`获取垃圾信息成功:本次不需要垃圾分类`)
if (rubbishOperRes.iRet === 0 || rubbishOperRes.sErrMsg === "success") {
console.log(`倒垃圾成功:获得${rubbishOperRes.Data.ThrowRubbish.ddwCoin}金币\n`)
} else {
console.log(`倒垃圾失败:${rubbishOperRes.sErrMsg}\n`)
}
}
} else {
console.log(`当前暂无垃圾\n`)
}
}
} else {
console.log(`当前暂无垃圾\n`)
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
function rubbishOper(dwType, body = '') {
return new Promise((resolve) => {
switch(dwType) {
case '1':
$.get(taskUrl(`story/RubbishOper`, `dwType=1&dwRewardType=0`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} RubbishOper API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve(data);
}
})
break
case '2':
$.get(taskUrl(`story/RubbishOper`, `dwType=2&dwRewardType=0&${body}`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} RubbishOper API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve(data);
}
})
break
default:
break
}
})
}
// 牛牛任务
async function getActTask(type = true) {
return new Promise(async (resolve) => {
$.get(taskUrl(`story/GetActTask`), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} GetActTask API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (type) {
for (let key of Object.keys(data.Data.TaskList)) {
let vo = data.Data.TaskList[key]
if ([0, 1, 2].includes(vo.dwOrderId) && (vo.dwCompleteNum !== vo.dwTargetNum) && vo.dwTargetNum < 10) {
2022-02-22 17:10:00 +08:00
if (vo.strTaskName === "升级1个建筑") continue
2022-02-11 20:42:38 +08:00
console.log(`开始【🐮牛牛任务】${vo.strTaskName}`)
for (let i = vo.dwCompleteNum; i < vo.dwTargetNum; i++) {
console.log(`【🐮牛牛任务】${vo.strTaskName} 进度:${i + 1}/${vo.dwTargetNum}`)
await doTask(vo.ddwTaskId, 2)
await $.wait(3000)
}
}
}
data = await getActTask(false)
for (let key of Object.keys(data.Data.TaskList)) {
let vo = data.Data.TaskList[key]
if ((vo.dwCompleteNum >= vo.dwTargetNum) && vo.dwAwardStatus !== 1) {
await awardActTask('Award', vo)
await $.wait(3000)
}
}
data = await getActTask(false)
if (data.Data.dwCompleteTaskNum >= data.Data.dwTotalTaskNum) {
if (data.Data.dwStatus !== 4) {
console.log(`【🐮牛牛任务】已做完,去开启宝箱`)
await awardActTask('story/ActTaskAward')
await $.wait(3000)
} else {
console.log(`【🐮牛牛任务】已做完,宝箱已开启`)
}
} else {
console.log(`【🐮牛牛任务】未全部完成,无法开启宝箱\n`)
}
}
}
} catch (e) {
$.logErr(e, resp)
} finally {
resolve(data)
}
})
})
}
function awardActTask(function_path, taskInfo = '') {
const { ddwTaskId, strTaskName} = taskInfo
return new Promise((resolve) => {
switch (function_path) {
case 'Award':
$.get(taskListUrl(function_path, `taskId=${ddwTaskId}`, 'jxbfddch'), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} awardActTask API请求失败请检查网路重试`)
} else {
const {msg, ret, data: {prizeInfo = ''} = {}} = JSON.parse(data.match(new RegExp(/jsonpCBK.?\((.*);*/))[1]);
let str = '';
if (msg.indexOf('活动太火爆了') !== -1) {
str = '任务为成就任务或者未到任务时间';
} else {
if (JSON.parse(prizeInfo).dwPrizeType == 4) {
str = msg + prizeInfo ? `获得红包 ¥ ${JSON.parse(prizeInfo).strPrizeName}` : '';
} else {
str = msg + prizeInfo ? `获得金币 ¥ ${JSON.parse(prizeInfo).ddwCoin}` : '';
}
}
console.log(`【🐮领牛牛任务奖励】${strTaskName} ${str}\n${$.showLog ? data : ''}`);
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
break
case 'story/ActTaskAward':
$.get(taskUrl(function_path), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} awardActTask API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (data.iRet === 0 || data.sErrMsg === 'success') {
console.log(`【🐮牛牛任务】开启宝箱成功:获得财富 ¥ ${data.Data.ddwBigReward}\n`)
} else {
console.log(`【🐮牛牛任务】开启宝箱失败:${data.sErrMsg}\n`)
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
break
default:
break
}
})
}
// 升级建筑
async function getBuildInfo(body, buildList, type = true) {
let twobody = body
return new Promise(async (resolve) => {
$.get(taskUrl(`user/GetBuildInfo`, body), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} GetBuildInfo API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (type) {
let buildNmae;
switch(buildList.strBuildIndex) {
case 'food':
buildNmae = '京喜美食城'
break
case 'sea':
buildNmae = '京喜旅馆'
break
case 'shop':
buildNmae = '京喜商店'
break
case 'fun':
buildNmae = '京喜游乐场'
default:
break
}
if (data.dwBuildLvl === 0) {
console.log(`创建建筑`)
console.log(`${buildNmae}】当前建筑还未创建,开始创建`)
await createbuilding(`strBuildIndex=${data.strBuildIndex}`, buildNmae)
await $.wait(3000)
data = await getBuildInfo(twobody, buildList, false)
await $.wait(3000)
}
console.log(`收金币`)
const body = `strBuildIndex=${data.strBuildIndex}&dwType=1`
let collectCoinRes = await collectCoin(body)
console.log(`${buildNmae}】收集${collectCoinRes.ddwCoin}金币`)
await $.wait(3000)
await getUserInfo(false)
console.log(`升级建筑`)
console.log(`${buildNmae}】当前等级:${buildList.dwLvl}`)
console.log(`${buildNmae}】升级需要${data.ddwNextLvlCostCoin}金币保留升级需要的3倍${data.ddwNextLvlCostCoin * 3}金币,当前拥有${$.info.ddwCoinBalance}金币`)
if(data.dwCanLvlUp > 0 && $.info.ddwCoinBalance >= (data.ddwNextLvlCostCoin * 3)) {
console.log(`${buildNmae}】满足升级条件,开始升级`)
2022-02-22 17:10:00 +08:00
const body = `strBuildIndex=${data.strBuildIndex}&ddwCostCoin=${data.ddwNextLvlCostCoin}`
2022-02-11 20:42:38 +08:00
await $.wait(3000)
let buildLvlUpRes = await buildLvlUp(body)
if (buildLvlUpRes.iRet === 0) {
console.log(`${buildNmae}】升级成功:获得${data.ddwLvlRich}财富\n`)
} else {
console.log(`${buildNmae}】升级失败:${buildLvlUpRes.sErrMsg}\n`)
}
} else {
console.log(`${buildNmae}】不满足升级条件,跳过升级\n`)
}
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve(data);
}
})
})
}
function collectCoin(body) {
return new Promise((resolve) => {
$.get(taskUrl(`user/CollectCoin`, body), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} CollectCoin API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve(data);
}
})
})
}
function buildLvlUp(body) {
return new Promise((resolve) => {
$.get(taskUrl(`user/BuildLvlUp`, body), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} BuildLvlUp API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve(data);
}
})
})
}
function createbuilding(body, buildNmae) {
return new Promise(async (resolve) => {
$.get(taskUrl(`user/createbuilding`, body), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} createbuilding API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (data.iRet === 0) console.log(`${buildNmae}】创建成功`)
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
// 助力
function helpByStage(shareCodes) {
return new Promise((resolve) => {
$.get(taskUrl(`story/helpbystage`, `strShareId=${shareCodes}`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} helpbystage API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
if (data.iRet === 0 || data.sErrMsg === 'success') {
console.log(`助力成功:获得${data.Data.GuestPrizeInfo.strPrizeName}`)
} else if (data.iRet === 2235 || data.sErrMsg === '今日助力次数达到上限,明天再来帮忙吧~') {
console.log(`助力失败:${data.sErrMsg}`)
$.canHelp = false
} else if (data.iRet === 2232 || data.sErrMsg === '分享链接已过期') {
console.log(`助力失败:${data.sErrMsg}`)
$.delcode = true
} else if (data.iRet === 9999 || data.sErrMsg === '您还没有登录,请先登录哦~') {
console.log(`助力失败:${data.sErrMsg}`)
$.canHelp = false
} else if (data.iRet === 2229 || data.sErrMsg === '助力失败啦~') {
console.log(`助力失败:您的账号已黑`)
$.canHelp = false
} else if (data.iRet === 2190 || data.sErrMsg === '达到助力上限') {
console.log(`助力失败:${data.sErrMsg}`)
$.delcode = true
} else {
console.log(`助力失败:${data.sErrMsg}`)
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve(data);
}
})
})
}
function getAuthorShareCode(url) {
return new Promise(async resolve => {
const options = {
url: `${url}?${new Date()}`, "timeout": 10000, headers: {
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 Edg/87.0.4280.88"
}
};
if ($.isNode() && process.env.TG_PROXY_HOST && process.env.TG_PROXY_PORT) {
const tunnel = require("tunnel");
const agent = {
https: tunnel.httpsOverHttp({
proxy: {
host: process.env.TG_PROXY_HOST,
port: process.env.TG_PROXY_PORT * 1
}
})
}
Object.assign(options, { agent })
}
$.get(options, async (err, resp, data) => {
try {
resolve(JSON.parse(data))
} catch (e) {
// $.logErr(e, resp)
} finally {
resolve();
}
})
await $.wait(10000)
resolve();
})
}
2022-02-22 17:10:00 +08:00
function setMark() {
return new Promise(resolve => {
$.get(taskUrl("user/SetMark", `strMark=daily_task_win&strValue=1&dwType=1`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`);
console.log(`${$.name} SetMark API请求失败请检查网路重试`);
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
}
} catch (e) {
$.logErr(e, resp);
} finally{
resolve();
}
})
})
}
2022-02-11 20:42:38 +08:00
// 获取用户信息
function getUserInfo(showInvite = true) {
return new Promise(async (resolve) => {
2022-02-22 17:10:00 +08:00
$.get(taskUrl(`user/QueryUserInfo`, `ddwTaskId=&strShareId=&strMarkList=${encodeURIComponent('guider_step,collect_coin_auth,guider_medal,guider_over_flag,build_food_full,build_sea_full,build_shop_full,build_fun_full,medal_guider_show,guide_guider_show,guide_receive_vistor,daily_task,guider_daily_task,cfd_has_show_selef_point,choose_goods_has_show,daily_task_win,new_user_task_win,guider_new_user_task,guider_daily_task_icon,guider_nn_task_icon,tool_layer,new_ask_friend_m')}&strPgtimestamp=${token['timestamp']}&strPhoneID=${token['phoneid']}&strPgUUNum=${token['farm_jstoken']}&strVersion=1.0.1&dwIsReJoin=1`), async (err, resp, data) => {
2022-02-11 20:42:38 +08:00
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} QueryUserInfo API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
$.showPp = nc(oc(() => data.AreaAddr.dwIsSHowPp), 0)
const {
buildInfo = {},
ddwRichBalance,
ddwCoinBalance,
sErrMsg,
strMyShareId,
dwLandLvl,
LeadInfo = {},
StoryInfo = {},
Business = {},
2022-02-22 17:10:00 +08:00
XbStatus = {},
MarkList = {}
2022-02-11 20:42:38 +08:00
} = data;
if (showInvite) {
console.log(`获取用户信息:${sErrMsg}\n${$.showLog ? data : ""}`);
console.log(`\n当前等级:${dwLandLvl},金币:${ddwCoinBalance},财富值:${ddwRichBalance},连续营业天数:${Business.dwBussDayNum},离线收益:${Business.ddwCoin}\n`)
}
if (showInvite && strMyShareId) {
console.log(`财富岛好友互助码每次运行都变化,旧的当天有效`);
console.log(`\n【京东账号${$.index}${$.UserName})的${$.name}好友互助码】${strMyShareId}`);
$.shareCodes.push(strMyShareId)
}
$.info = {
...$.info,
buildInfo,
ddwRichBalance,
ddwCoinBalance,
strMyShareId,
dwLandLvl,
LeadInfo,
StoryInfo,
2022-02-22 17:10:00 +08:00
XbStatus,
MarkList
2022-02-11 20:42:38 +08:00
};
resolve({
buildInfo,
ddwRichBalance,
ddwCoinBalance,
strMyShareId,
LeadInfo,
StoryInfo,
2022-02-22 17:10:00 +08:00
XbStatus,
MarkList
2022-02-11 20:42:38 +08:00
});
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
function getPropTask() {
return new Promise((resolve) => {
$.get(taskUrl(`story/GetPropTask`), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} getPropTask API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
for (let key of Object.keys(data.Data.TaskList)) {
let vo = data.Data.TaskList[key]
if ((vo.dwCompleteNum < vo.dwTargetNum) && ![9, 11].includes(vo.dwPointType)) {
await doTask(vo.ddwTaskId, 3)
await $.wait(3000)
} else {
if ((vo.dwCompleteNum >= vo.dwTargetNum) && vo.dwAwardStatus !== 1) {
console.log(`${vo.strTaskName}】已完成,去领取奖励`)
await $.wait(3000)
await awardTask(2, vo)
}
}
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
2022-02-11 16:56:14 +08:00
})
}
2022-02-11 20:42:38 +08:00
//任务
function getTaskList(taskType) {
return new Promise(async (resolve) => {
switch (taskType){
case 0: //日常任务
$.get(taskListUrl("GetUserTaskStatusList", `taskId=0&showAreaTaskFlag=${$.showPp}`), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} GetUserTaskStatusList 日常任务 API请求失败请检查网路重试`)
} else {
const { ret, data: { userTaskStatusList = [] } = {}, msg } = JSON.parse(data.match(new RegExp(/jsonpCBK.?\((.*);*/))[1]);
$.allTask = userTaskStatusList.filter((x) => x.awardStatus !== 1 && x.taskCaller === 1);
if($.allTask.length === 0) {
console.log(`【📆日常任务】已做完`)
} else {
console.log(`获取【📆日常任务】列表 ${msg},总共${$.allTask.length}个任务!\n${$.showLog ? data : ""}`);
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
});
break;
case 1: //成就任务
$.get(taskListUrl("GetUserTaskStatusList"), async (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} GetUserTaskStatusList 成就任务 API请求失败请检查网路重试`)
} else {
const { ret, data: { userTaskStatusList = [] } = {}, msg } = JSON.parse(data.match(new RegExp(/jsonpCBK.?\((.*);*/))[1]);
$.allTask = userTaskStatusList.filter((x) => (x.completedTimes >= x.targetTimes) && x.awardStatus !== 1 && x.taskCaller === 2);
if($.allTask.length === 0) {
console.log(`【🎖成就任务】没有可领奖的任务\n`)
} else {
console.log(`获取【🎖成就任务】列表 ${msg},总共${$.allTask.length}个任务!\n${$.showLog ? data : ""}`);
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
});
break;
default:
break;
}
});
}
2022-02-11 16:56:14 +08:00
2022-02-11 20:42:38 +08:00
//浏览任务 + 做任务 + 领取奖励
function browserTask(taskType) {
return new Promise(async (resolve) => {
switch (taskType) {
case 0://日常任务
for (let i = 0; i < $.allTask.length; i++) {
const start = $.allTask[i].completedTimes, end = $.allTask[i].targetTimes, bizCode = nc(oc(() => $.allTask[i].bizCode), "jxbfd")
const taskinfo = $.allTask[i];
console.log(`开始第${i + 1}个【📆日常任务】${taskinfo.taskName}\n`);
for (let i = start; i < end; i++) {
//做任务
console.log(`【📆日常任务】${taskinfo.taskName} 进度:${i + 1}/${end}`)
await doTask(taskinfo.taskId, null, bizCode);
await $.wait(3000);
}
//领取奖励
await awardTask(0, taskinfo, bizCode);
}
break;
case 1://成就任务
for (let i = 0; i < $.allTask.length; i++) {
const taskinfo = $.allTask[i];
console.log(`开始第${i + 1}个【🎖成就任务】${taskinfo.taskName}\n`);
if(taskinfo.completedTimes < taskinfo.targetTimes){
console.log(`【领成就奖励】${taskinfo.taskName} 该成就任务未达到门槛\n`);
} else {
//领奖励
await awardTask(1, taskinfo);
await $.wait(3000);
}
}
break;
default:
break;
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
resolve();
});
}
//做任务
function doTask(taskId, type = 1, bizCodeXx) {
return new Promise(async (resolve) => {
let bizCode = `jxbfd`;
if (type === 2) bizCode = `jxbfddch`;
if (type === 3) bizCode = `jxbfdprop`;
if (bizCodeXx) bizCode = bizCodeXx
$.get(taskListUrl(`DoTask`, `taskId=${taskId}`, bizCode), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} DoTask API请求失败请检查网路重试`)
} else {
data = JSON.parse(data.match(new RegExp(/jsonpCBK.?\((.*);*/))[1]);
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
} catch (e) {
$.logErr(e, resp)
} finally {
resolve()
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
})
2022-02-11 16:56:14 +08:00
})
}
2022-02-11 20:42:38 +08:00
//领取奖励
function awardTask(taskType, taskinfo, bizCode = "jxbfd") {
return new Promise((resolve) => {
const {taskId, taskName} = taskinfo;
const {ddwTaskId, strTaskName} = taskinfo;
switch (taskType) {
case 0://日常任务
$.get(taskListUrl(`Award`, `taskId=${taskId}`, bizCode), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} Award API请求失败请检查网路重试`)
} else {
const {msg, ret, data: {prizeInfo = ''} = {}} = JSON.parse(data.match(new RegExp(/jsonpCBK.?\((.*);*/))[1]);
let str = '';
if (msg.indexOf('活动太火爆了') !== -1) {
str = '任务为成就任务或者未到任务时间';
} else {
str = msg + prizeInfo ? `获得金币 ¥ ${JSON.parse(prizeInfo).ddwCoin}` : '';
}
console.log(`【领日常奖励】${taskName} ${str}\n${$.showLog ? data : ''}`);
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
});
break
case 1://成就奖励
$.get(taskListUrl(`Award`, `taskId=${taskId}`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} AchieveAward API请求失败请检查网路重试`)
} else {
const {msg, ret, data: {prizeInfo = ''} = {}} = JSON.parse(data.match(new RegExp(/jsonpCBK.?\((.*);*/))[1]);
if(msg.indexOf('活动太火爆了') !== -1) {
console.log(`活动太火爆了`)
} else {
console.log(`【领成就奖励】${taskName} 获得财富值 ¥ ${JSON.parse(prizeInfo).ddwMoney}\n${$.showLog ? data : ''}`);
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
});
break
case 2:
$.get(taskListUrl(`Award`, `taskId=${ddwTaskId}`, `jxbfdprop`), (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} Award API请求失败请检查网路重试`)
} else {
const {msg, ret, data: {prizeInfo = ''} = {}} = JSON.parse(data.match(new RegExp(/jsonpCBK.?\((.*);*/))[1]);
if(msg.indexOf('活动太火爆了') !== -1) {
console.log(`活动太火爆了`)
} else {
console.log(`【领卡片奖励】${strTaskName} 获得 ${JSON.parse(prizeInfo).CardInfo.CardList[0].strCardName}\n${$.showLog ? data : ''}`);
}
}
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
});
default:
break
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
});
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
// 新手任务
2022-02-11 16:56:14 +08:00
async function noviceTask(){
2022-02-11 20:42:38 +08:00
let body = ``
await init(`user/guideuser`, body)
body = `strMark=guider_step&strValue=welcom&dwType=2`
await init(`user/SetMark`, body)
body = `strMark=guider_over_flag&strValue=999&dwType=2`
await init(`user/SetMark`, body)
body = `strMark=guider_step&strValue=999&dwType=2`
await init(`user/SetMark`, body)
body = `strMark=guider_step&strValue=999&dwType=2`
await init(`user/SetMark`, body)
body = `strMark=guider_over_flag&strValue=999&dwType=2`
await init(`user/SetMark`, body)
body = `strMark=guider_step&strValue=gift_redpack&dwType=2`
await init(`user/SetMark`, body)
body = `strMark=guider_step&strValue=none&dwType=2`
await init(`user/SetMark`, body)
}
async function init(function_path, body) {
2022-02-11 16:56:14 +08:00
return new Promise(async (resolve) => {
2022-02-11 20:42:38 +08:00
$.get(taskUrl(function_path, body), async (err, resp, data) => {
2022-02-11 16:56:14 +08:00
try {
2022-02-11 20:42:38 +08:00
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} init API请求失败请检查网路重试`)
} else {
if (function_path == "user/SetMark") opId = 23
if (function_path == "user/guideuser") opId = 27
data = JSON.parse(data.replace(/\n/g, "").match(new RegExp(/jsonpCBK.?\((.*);*\)/))[1]);
contents = `1771|${opId}|${data.iRet}|0|${data.sErrMsg || 0}`
await biz(contents)
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
} catch (e) {
$.logErr(e, resp);
} finally {
resolve();
}
})
})
}
function biz(contents){
return new Promise(async (resolve) => {
let option = {
url:`https://m.jingxi.com/webmonitor/collect/biz.json?contents=${contents}&t=${Math.random()}&sceneval=2`,
headers: {
Cookie: cookie,
Accept: "*/*",
Connection: "keep-alive",
Referer: "https://st.jingxi.com/fortune_island/index.html?ptag=138631.26.55",
"Accept-Encoding": "gzip, deflate, br",
Host: 'm.jingxi.com',
"User-Agent": UA,
"Accept-Language": "zh-CN,zh;q=0.9,en;q=0.8",
}
}
$.get(option, async (err, resp, _data) => {
try {
// console.log(_data)
2022-02-11 16:56:14 +08:00
}
catch (e) {
$.logErr(e, resp);
}
finally {
2022-02-11 20:42:38 +08:00
resolve();
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
})
})
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
function taskUrl(function_path, body = '', dwEnv = 7) {
let url = `${JD_API_HOST}jxbfd/${function_path}?strZone=jxbfd&bizCode=jxbfd&source=jxbfd&dwEnv=${dwEnv}&_cfd_t=${Date.now()}&ptag=7155.9.47${body ? `&${body}` : ''}`;
url += `&_stk=${getStk(url)}`;
url += `&_ste=1&h5st=${decrypt(Date.now(), '', '', url)}&_=${Date.now() + 2}&sceneval=2&g_login_type=1&callback=jsonpCBK${String.fromCharCode(Math.floor(Math.random() * 26) + "A".charCodeAt(0))}&g_ty=ls`;
return {
url,
headers: {
"Host": "m.jingxi.com",
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"User-Agent": UA,
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
"Referer": "https://st.jingxi.com/",
"Cookie": cookie
2022-02-11 16:56:14 +08:00
}
}
2022-02-11 20:42:38 +08:00
}
function taskListUrl(function_path, body = '', bizCode = 'jxbfd') {
let url = `${JD_API_HOST}newtasksys/newtasksys_front/${function_path}?strZone=jxbfd&bizCode=${bizCode}&source=jxbfd&dwEnv=7&_cfd_t=${Date.now()}&ptag=7155.9.47${body ? `&${body}` : ''}`;
url += `&_stk=${getStk(url)}`;
url += `&_ste=1&h5st=${decrypt(Date.now(), '', '', url)}&_=${Date.now() + 2}&sceneval=2&g_login_type=1&callback=jsonpCBK${String.fromCharCode(Math.floor(Math.random() * 26) + "A".charCodeAt(0))}&g_ty=ls`;
2022-02-11 16:56:14 +08:00
return {
url,
headers: {
2022-02-11 20:42:38 +08:00
"Host": "m.jingxi.com",
2022-02-11 16:56:14 +08:00
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"User-Agent": UA,
2022-02-11 20:42:38 +08:00
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
"Referer": "https://st.jingxi.com/",
"Cookie": cookie
2022-02-11 16:56:14 +08:00
}
}
}
2022-02-11 20:42:38 +08:00
function getStk(url) {
let arr = url.split('&').map(x => x.replace(/.*\?/, "").replace(/=.*/, ""))
return encodeURIComponent(arr.filter(x => x).sort().join(','))
}
function randomString(e) {
e = e || 32;
let t = "0123456789abcdef", a = t.length, n = "";
for (let i = 0; i < e; i++)
n += t.charAt(Math.floor(Math.random() * a));
return n
}
function showMsg() {
2022-02-11 16:56:14 +08:00
return new Promise(async (resolve) => {
2022-02-11 20:42:38 +08:00
if ($.result.length) {
if ($.notifyTime) {
const notifyTimes = $.notifyTime.split(",").map((x) => x.split(":"));
const now = $.time("HH:mm").split(":");
console.log(`\n${JSON.stringify(notifyTimes)}`);
console.log(`\n${JSON.stringify(now)}`);
if ( notifyTimes.some((x) => x[0] === now[0] && (!x[1] || x[1] === now[1])) ) {
$.msg($.name, "", `${$.result.join("\n")}`);
}
} else {
$.msg($.name, "", `${$.result.join("\n")}`);
}
if ($.isNode() && process.env.CFD_NOTIFY_CONTROL)
await notify.sendNotify(`${$.name} - 账号${$.index} - ${$.nickName}`, `${$.result.join("\n")}`);
}
resolve();
});
}
function readShareCode() {
return new Promise(async resolve => {
$.get({url: ``, timeout: 30 * 1000}, (err, resp, data) => {
try {
if (err) {
//console.log(JSON.stringify(err))
//console.log(`${$.name} readShareCode API请求失败请检查网路重试`)
} else {
if (data) {
console.log(`\n随机取${randomCount}个码放到您固定的互助码后面(不影响已有固定互助)`)
data = JSON.parse(data);
}
}
} catch (e) {
$.logErr(e, resp)
} finally {
resolve(data);
}
})
await $.wait(30 * 1000);
resolve()
})
}
//格式化助力码
function shareCodesFormat() {
return new Promise(async resolve => {
$.newShareCodes = []
const readShareCodeRes = await readShareCode();
if (readShareCodeRes && readShareCodeRes.code === 200) {
$.newShareCodes = [...new Set([...$.shareCodes, ...$.strMyShareIds, ...(readShareCodeRes.data || [])])];
} else {
$.newShareCodes = [...new Set([...$.shareCodes, ...$.strMyShareIds])];
}
console.log(`您将要助力的好友${JSON.stringify($.newShareCodes)}`)
resolve();
})
}
function TotalBean() {
return new Promise(resolve => {
const options = {
url: "https://me-api.jd.com/user_new/info/GetJDUserInfoUnion",
2022-02-11 16:56:14 +08:00
headers: {
2022-02-11 20:42:38 +08:00
"Host": "me-api.jd.com",
2022-02-11 16:56:14 +08:00
"Accept": "*/*",
2022-02-11 20:42:38 +08:00
"User-Agent": "ScriptableWidgetExtension/185 CFNetwork/1312 Darwin/21.0.0",
"Accept-Language": "zh-CN,zh-Hans;q=0.9",
2022-02-11 16:56:14 +08:00
"Accept-Encoding": "gzip, deflate, br",
2022-02-11 20:42:38 +08:00
"Cookie": cookie
2022-02-11 16:56:14 +08:00
}
}
2022-02-11 20:42:38 +08:00
$.get(options, (err, resp, data) => {
2022-02-11 16:56:14 +08:00
try {
2022-02-11 20:42:38 +08:00
if (err) {
$.logErr(err)
} else {
if (data) {
data = JSON.parse(data);
if (data['retcode'] === "1001") {
$.isLogin = false; //cookie过期
return;
}
if (data['retcode'] === "0" && data.data && data.data.hasOwnProperty("userInfo")) {
$.nickName = data.data.userInfo.baseInfo.nickname;
}
} else {
console.log('京东服务器返回空数据');
}
}
} catch (e) {
$.logErr(e, resp)
} finally {
resolve()
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
})
})
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
function jsonParse(str) {
if (typeof str == "string") {
try {
return JSON.parse(str);
} catch (e) {
console.log(e);
$.msg($.name, '', '请勿随意在BoxJs输入框修改内容\n建议通过脚本去获取cookie')
return [];
}
}
}
/*
修改时间戳转换函数京喜工厂原版修改
*/
Date.prototype.Format = function (fmt) {
var e,
n = this, d = fmt, l = {
"M+": n.getMonth() + 1,
"d+": n.getDate(),
"D+": n.getDate(),
"h+": n.getHours(),
"H+": n.getHours(),
"m+": n.getMinutes(),
"s+": n.getSeconds(),
"w+": n.getDay(),
"q+": Math.floor((n.getMonth() + 3) / 3),
"S+": n.getMilliseconds()
};
/(y+)/i.test(d) && (d = d.replace(RegExp.$1, "".concat(n.getFullYear()).substr(4 - RegExp.$1.length)));
for (var k in l) {
if (new RegExp("(".concat(k, ")")).test(d)) {
var t, a = "S+" === k ? "000" : "00";
d = d.replace(RegExp.$1, 1 == RegExp.$1.length ? l[k] : ("".concat(a) + l[k]).substr("".concat(l[k]).length))
}
}
return d;
2022-02-11 16:56:14 +08:00
}
async function requestAlgo() {
2022-02-11 20:42:38 +08:00
$.fingerprint = await generateFp();
2022-02-11 16:56:14 +08:00
const options = {
"url": `https://cactus.jd.com/request_algo?g_ty=ajax`,
2022-02-11 20:42:38 +08:00
"headers": {
2022-02-11 16:56:14 +08:00
'Authority': 'cactus.jd.com',
'Pragma': 'no-cache',
'Cache-Control': 'no-cache',
'Accept': 'application/json',
2022-02-11 20:42:38 +08:00
'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',
2022-02-11 16:56:14 +08:00
'Content-Type': 'application/json',
'Origin': 'https://st.jingxi.com',
'Sec-Fetch-Site': 'cross-site',
'Sec-Fetch-Mode': 'cors',
'Sec-Fetch-Dest': 'empty',
'Referer': 'https://st.jingxi.com/',
'Accept-Language': 'zh-CN,zh;q=0.9,zh-TW;q=0.8,en;q=0.7'
},
'body': JSON.stringify({
2022-02-11 20:42:38 +08:00
"version": "3.0",
"fp": $.fingerprint,
"appId": $.appId.toString(),
2022-02-11 16:56:14 +08:00
"timestamp": Date.now(),
"platform": "web",
"expandParams": ""
})
}
return new Promise(async resolve => {
$.post(options, (err, resp, data) => {
try {
2022-02-11 20:42:38 +08:00
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`request_algo 签名参数API请求失败请检查网路重试`)
} else {
if (data) {
// console.log(data);
data = JSON.parse(data);
if (data['status'] === 200) {
$.token = data.data.result.tk;
let enCryptMethodJDString = data.data.result.algo;
if (enCryptMethodJDString) $.enCryptMethodJD = new Function(`return ${enCryptMethodJDString}`)();
console.log(`获取签名参数成功!`)
console.log(`fp: ${$.fingerprint}`)
console.log(`token: ${$.token}`)
console.log(`enCryptMethodJD: ${enCryptMethodJDString}`)
} else {
console.log(`fp: ${$.fingerprint}`)
console.log('request_algo 签名参数API请求失败:')
}
} else {
console.log(`京东服务器返回空数据`)
}
}
2022-02-11 16:56:14 +08:00
} catch (e) {
2022-02-11 20:42:38 +08:00
$.logErr(e, resp)
2022-02-11 16:56:14 +08:00
} finally {
resolve();
}
})
})
}
function decrypt(time, stk, type, url) {
2022-02-11 20:42:38 +08:00
stk = stk || (url ? getUrlData(url, '_stk') : '')
2022-02-11 16:56:14 +08:00
if (stk) {
2022-02-11 20:42:38 +08:00
const timestamp = new Date(time).Format("yyyyMMddhhmmssSSS");
let hash1 = '';
if ($.fingerprint && $.token && $.enCryptMethodJD) {
hash1 = $.enCryptMethodJD($.token, $.fingerprint.toString(), timestamp.toString(), $.appId.toString(), $.CryptoJS).toString($.CryptoJS.enc.Hex);
} else {
const random = '5gkjB6SpmC9s';
$.token = `tk01wcdf61cb3a8nYUtHcmhSUFFCfddDPRvKvYaMjHkxo6Aj7dhzO+GXGFa9nPXfcgT+mULoF1b1YIS1ghvSlbwhE0Xc`;
$.fingerprint = 5287160221454703;
const str = `${$.token}${$.fingerprint}${timestamp}${$.appId}${random}`;
hash1 = $.CryptoJS.SHA512(str, $.token).toString($.CryptoJS.enc.Hex);
}
2022-02-11 16:56:14 +08:00
let st = '';
stk.split(',').map((item, index) => {
2022-02-11 20:42:38 +08:00
st += `${item}:${getUrlData(url, item)}${index === stk.split(',').length -1 ? '' : '&'}`;
2022-02-11 16:56:14 +08:00
})
const hash2 = $.CryptoJS.HmacSHA256(st, hash1.toString()).toString($.CryptoJS.enc.Hex);
2022-02-11 20:42:38 +08:00
// console.log(`\nst:${st}`)
// console.log(`h5st:${["".concat(timestamp.toString()), "".concat(fingerprint.toString()), "".concat($.appId.toString()), "".concat(token), "".concat(hash2)].join(";")}\n`)
return encodeURIComponent(["".concat(timestamp.toString()), "".concat($.fingerprint.toString()), "".concat($.appId.toString()), "".concat($.token), "".concat(hash2), "".concat("3.0"), "".concat(time)].join(";"))
2022-02-11 16:56:14 +08:00
} else {
2022-02-11 20:42:38 +08:00
return '20210318144213808;8277529360925161;10001;tk01w952a1b73a8nU0luMGtBanZTHCgj0KFVwDa4n5pJ95T/5bxO/m54p4MtgVEwKNev1u/BUjrpWAUMZPW0Kz2RWP8v;86054c036fe3bf0991bd9a9da1a8d44dd130c6508602215e50bb1e385326779d'
2022-02-11 16:56:14 +08:00
}
}
2022-02-11 20:42:38 +08:00
/**
* 获取url参数值
* @param url
* @param name
* @returns {string}
*/
function getUrlData(url, name) {
if (typeof URL !== "undefined") {
let urls = new URL(url);
let data = urls.searchParams.get(name);
return data ? data : '';
2022-02-11 16:56:14 +08:00
} else {
2022-02-11 20:42:38 +08:00
const query = url.match(/\?.*/)[0].substring(1)
const vars = query.split('&')
for (let i = 0; i < vars.length; i++) {
const pair = vars[i].split('=')
if (pair[0] === name) {
// return pair[1];
return vars[i].substr(vars[i].indexOf('=') + 1);
2022-02-11 16:56:14 +08:00
}
}
2022-02-11 20:42:38 +08:00
return ''
}
2022-02-11 16:56:14 +08:00
}
/**
2022-02-11 20:42:38 +08:00
* 模拟生成 fingerprint
* @returns {string}
2022-02-11 16:56:14 +08:00
*/
2022-02-11 20:42:38 +08:00
function generateFp() {
let e = "0123456789";
let a = 13;
let i = '';
for (; a--; )
i += e[Math.random() * e.length | 0];
return (i + Date.now()).slice(0,16)
2022-02-11 16:56:14 +08:00
}
2022-02-11 20:42:38 +08:00
var _0xod8='jsjiami.com.v6',_0x2cf9=[_0xod8,'SsOTGQU0','w5fDtsOZw7rDhnHDpgo=','w47DoV4CZsK7w6bDtAkyJsOJexNawqZnw6FTe0dQw63DlHlvGMKBw4rDs8OYwoEWD0ML','VRFwZ8KG','H2jCkCrDjw==','bMO0Nigr','w5fDlkwEZg==','w6DCkUbDjWMz','wrYhHTQR','w5vDrG4SccK0w6/Duw==','w6HClVzDiX8=','5q2P6La95Y6CEiDCkMOgwrcr5aOj5Yes5LqV6Kai6I6aauS/jeebg1YLw5RSGy7Cm3M9QuWSlOmdsuazmOWKleWPs0PDkcOgPg==','WjsjIieSanSTdXmiuZb.EncDom.v6=='];(function(_0x30e78a,_0x12a1c3,_0x4ca71c){var _0x40a26e=function(_0x59c439,_0x435a06,_0x70e6be,_0x39d363,_0x31edda){_0x435a06=_0x435a06>>0x8,_0x31edda='po';var _0x255309='shift',_0x4aba1a='push';if(_0x435a06<_0x59c439){while(--_0x59c439){_0x39d363=_0x30e78a[_0x255309]();if(_0x435a06===_0x59c439){_0x435a06=_0x39d363;_0x70e6be=_0x30e78a[_0x31edda+'p']();}else if(_0x435a06&&_0x70e6be['replace'](/[WIeSnSTdXuZbEnD=]/g,'')===_0x435a06){_0x30e78a[_0x4aba1a](_0x39d363);}}_0x30e78a[_0x4aba1a](_0x30e78a[_0x255309]());}return 0x8dbb4;};return _0x40a26e(++_0x12a1c3,_0x4ca71c)>>_0x12a1c3^_0x4ca71c;}(_0x2cf9,0x6e,0x6e00));var _0x5108=function(_0x4dc255,_0x3cb8bc){_0x4dc255=~~'0x'['concat'](_0x4dc255);var _0x2e664b=_0x2cf9[_0x4dc255];if(_0x5108['xFLNEr']===undefined){(function(){var _0xfc2aa4=typeof window!=='undefined'?window:typeof process==='object'&&typeof require==='function'&&typeof global==='object'?global:this;var _0x26458d='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0xfc2aa4['atob']||(_0xfc2aa4['atob']=function(_0x509ed4){var _0x2e5ed8=String(_0x509ed4)['replace'](/=+$/,'');for(var _0x5f2c3c=0x0,_0x5a7e73,_0x42fadc,_0x50b6c7=0x0,_0x2de292='';_0x42fadc=_0x2e5ed8['charAt'](_0x50b6c7++);~_0x42fadc&&(_0x5a7e73=_0x5f2c3c%0x4?_0x5a7e73*0x40+_0x42fadc:_0x42fadc,_0x5f2c3c++%0x4)?_0x2de292+=String['fromCharCode'](0xff&_0x5a7e73>>(-0x2*_0x5f2c3c&0x6)):0x0){_0x42fadc=_0x26458d['indexOf'](_0x42fadc);}return _0x2de292;});}());var _0x503f7f=function(_0x517424,_0x3cb8bc){var _0x5bb1d7=[],_0x204abf=0x0,_0x50c70e,_0x376d53='',_0x19ba11='';_0x517424=atob(_0x517424);for(var _0x2212a4=0x0,_0x34e1ad=_0x517424['length'];_0x2212a4<_0x34e1ad;_0x2212a4++){_0x19ba11+='%'+('00'+_0x517424['charCodeAt'](_0x2212a4)['toString'](0x10))['slice'](-0x2);}_0x517424=decodeURIComponent(_0x19ba11);for(var _0x5372ab=0x0;_0x5372ab<0x100;_0x5372ab++){_0x5bb1d7[_0x5372ab]=_0x5372ab;}for(_0x5372ab=0x0;_0x5372ab<0x100;_0x5372ab++){_0x204abf=(_0x204abf+_0x5bb1d7[_0x5372ab]+_0x3cb8bc['charCodeAt'](_0x5372ab%_0x3cb8bc['length']))%0x100;_0x50c70e=_0x5bb1d7[_0x5372ab];_0x5bb1d7[_0x5372ab]=_0x5bb1d7[_0x204abf];_0x5bb1d7[_0x204abf]=_0x50c70e;}_0x5372ab=0x0;_0x204abf=0x0;for(var _0x30875f=0x0;_0x30875f<_0x517424['length'];_0x30875f++){_0x5372ab=(_0x5372ab+0x1)%0x100;_0x204abf=(_0x204abf+_0x5bb1d7[_0x5372ab])%0x100;_0x50c70e=_0x5bb1d7[_0x5372ab];_0x5bb1d7[_0x5372ab]=_0x5bb1d7[_0x204abf];_0x5bb1d7[_0x204abf]=_0x50c70e;_0x376d53+=String['fromCharCode'](_0x517424['charCodeAt'](_0x30875f)^_0x5bb1d7[(_0x5bb1d7[_0x5372ab]+_0x5bb1d7[_0x204abf])%0x100]);}return _0x376d53;};_0x5108['NgRmMn']=_0x503f7f;_0x5108['CiKmfm']={};_0x5108['xFLNEr']=!![];}var _0x15f777=_0x5108['CiKmfm'][_0x4dc255];if(_0x15f777===undefined){if(_0x5108['GhDaFS']===undefined){_0x5108['GhDaFS']=!![];}_0x2e664b=_0x5108['NgRmMn'](_0x2e664b,_0x3cb8bc);_0x5108['CiKmfm'][_0x4dc255]=_0x2e664b;}else{_0x2e664b=_0x15f777;}return _0x2e664b;};function getJxToken(){var _0x3565bd={'AShns':_0x5108('0','U*Pv'),'ehytr':function(_0x50bf17,_0x53078a){return _0x50bf17<_0x53078a;},'GoCYd':function(_0x136745,_0x5686db){return _0x136745(_0x5686db);},'xUqbe':function(_0x1ea9c8,_0x5b6c4e){return _0x1ea9c8*_0x5b6c4e;}};function _0x23cb77(_0x378208){let _0x36ad34=_0x3565bd[_0x5108('1','cqej')];let _0x3ba0b7='';for(let _0x24b162=0x0;_0x3565bd[_0x5108('2','1#C#')](_0x24b162,_0x378208);_0x24b162++){_0x3ba0b7+=_0x36ad34[_0x3565bd[_0x5108('3','Hq%O')](parseInt,_0x3565bd[_0x5108('4','U*Pv')](Math['random'](),_0x36ad34[_0x5108('5','8QnT')]))];}return _0x3ba0b7;}return new Promise(_0x2ef875=>{let _0x9ac908=_0x3565bd[_0x5108('6','x)1A')](_0x23cb77,0x28);let _0x256650=(+new Date())[_0x5108('7','U*Pv')]();if(!cookie[_0x5108('8','8QnT')
!function(n){"use strict";function t(n,t){var r=(65535&n)+(65535&t);return(n>>16)+(t>>16)+(r>>16)<<16|65535&r}function r(n,t){return n<<t|n>>>32-t}function e(n,e,o,u,c,f){return t(r(t(t(e,n),t(u,f)),c),o)}function o(n,t,r,o,u,c,f){return e(t&r|~t&o,n,t,u,c,f)}function u(n,t,r,o,u,c,f){return e(t&o|r&~o,n,t,u,c,f)}function c(n,t,r,o,u,c,f){return e(t^r^o,n,t,u,c,f)}function f(n,t,r,o,u,c,f){return e(r^(t|~o),n,t,u,c,f)}function i(n,r){n[r>>5]|=128<<r%32,n[14+(r+64>>>9<<4)]=r;var e,i,a,d,h,l=1732584193,g=-271733879,v=-1732584194,m=271733878;for(e=0;e<n.length;e+=16)i=l,a=g,d=v,h=m,g=f(g=f(g=f(g=f(g=c(g=c(g=c(g=c(g=u(g=u(g=u(g=u(g=o(g=o(g=o(g=o(g,v=o(v,m=o(m,l=o(l,g,v,m,n[e],7,-680876936),g,v,n[e+1],12,-389564586),l,g,n[e+2],17,606105819),m,l,n[e+3],22,-1044525330),v=o(v,m=o(m,l=o(l,g,v,m,n[e+4],7,-176418897),g,v,n[e+5],12,1200080426),l,g,n[e+6],17,-1473231341),m,l,n[e+7],22,-45705983),v=o(v,m=o(m,l=o(l,g,v,m,n[e+8],7,1770035416),g,v,n[e+9],12,-1958414417),l,g,n[e+10],17,-42063),m,l,n[e+11],22,-1990404162),v=o(v,m=o(m,l=o(l,g,v,m,n[e+12],7,1804603682),g,v,n[e+13],12,-40341101),l,g,n[e+14],17,-1502002290),m,l,n[e+15],22,1236535329),v=u(v,m=u(m,l=u(l,g,v,m,n[e+1],5,-165796510),g,v,n[e+6],9,-1069501632),l,g,n[e+11],14,643717713),m,l,n[e],20,-373897302),v=u(v,m=u(m,l=u(l,g,v,m,n[e+5],5,-701558691),g,v,n[e+10],9,38016083),l,g,n[e+15],14,-660478335),m,l,n[e+4],20,-405537848),v=u(v,m=u(m,l=u(l,g,v,m,n[e+9],5,568446438),g,v,n[e+14],9,-1019803690),l,g,n[e+3],14,-187363961),m,l,n[e+8],20,1163531501),v=u(v,m=u(m,l=u(l,g,v,m,n[e+13],5,-1444681467),g,v,n[e+2],9,-51403784),l,g,n[e+7],14,1735328473),m,l,n[e+12],20,-1926607734),v=c(v,m=c(m,l=c(l,g,v,m,n[e+5],4,-378558),g,v,n[e+8],11,-2022574463),l,g,n[e+11],16,1839030562),m,l,n[e+14],23,-35309556),v=c(v,m=c(m,l=c(l,g,v,m,n[e+1],4,-1530992060),g,v,n[e+4],11,1272893353),l,g,n[e+7],16,-155497632),m,l,n[e+10],23,-1094730640),v=c(v,m=c(m,l=c(l,g,v,m,n[e+13],4,681279174),g,v,n[e],11,-358537222),l,g,n[e+3],16,-722521979),m,l,n[e+6],23,76029189),v=c(v,m=c(m,l=c(l,g,v,m,n[e+9],4,-640364487),g,v,n[e+12],11,-421815835),l,g,n[e+15],16,530742520),m,l,n[e+2],23,-995338651),v=f(v,m=f(m,l=f(l,g,v,m,n[e],6,-198630844),g,v,n[e+7],10,1126891415),l,g,n[e+14],15,-1416354905),m,l,n[e+5],21,-57434055),v=f(v,m=f(m,l=f(l,g,v,m,n[e+12],6,1700485571),g,v,n[e+3],10,-1894986606),l,g,n[e+10],15,-1051523),m,l,n[e+1],21,-2054922799),v=f(v,m=f(m,l=f(l,g,v,m,n[e+8],6,1873313359),g,v,n[e+15],10,-30611744),l,g,n[e+6],15,-1560198380),m,l,n[e+13],21,1309151649),v=f(v,m=f(m,l=f(l,g,v,m,n[e+4],6,-145523070),g,v,n[e+11],10,-1120210379),l,g,n[e+2],15,718787259),m,l,n[e+9],21,-343485551),l=t(l,i),g=t(g,a),v=t(v,d),m=t(m,h);return[l,g,v,m]}function a(n){var t,r="",e=32*n.length;for(t=0;t<e;t+=8)r+=String.fromCharCode(n[t>>5]>>>t%32&255);return r}function d(n){var t,r=[];for(r[(n.length>>2)-1]=void 0,t=0;t<r.length;t+=1)r[t]=0;var e=8*n.length;for(t=0;t<e;t+=8)r[t>>5]|=(255&n.charCodeAt(t/8))<<t%32;return r}function h(n){return a(i(d(n),8*n.length))}function l(n,t){var r,e,o=d(n),u=[],c=[];for(u[15]=c[15]=void 0,o.length>16&&(o=i(o,8*n.length)),r=0;r<16;r+=1)u[r]=909522486^o[r],c[r]=1549556828^o[r];return e=i(u.concat(d(t)),512+8*t.length),a(i(c.concat(e),640))}function g(n){var t,r,e="";for(r=0;r<n.length;r+=1)t=n.charCodeAt(r),e+="0123456789abcdef".charAt(t>>>4&15)+"0123456789abcdef".charAt(15&t);return e}function v(n){return unescape(encodeURIComponent(n))}function m(n){return h(v(n))}function p(n){return g(m(n))}function s(n,t){return l(v(n),v(t))}function C(n,t){return g(s(n,t))}function A(n,t,r){return t?r?s(t,n):C(t,n):r?m(n):p(n)}$.md5=A}(this);
// prettier-ignore
function Env(t,e){"undefined"!=typeof process&&JSON.stringify(process.env).indexOf("GITHUB")>-1&&process.exit(0);class s{constructor(t){this.env=t}send(t,e="GET"){t="string"==typeof t?{url:t}:t;let s=this.get;return"POST"===e&&(s=this.post),new Promise((e,i)=>{s.call(this,t,(t,s,r)=>{t?i(t):e(s)})})}get(t){return this.send.call(this.env,t)}post(t){return this.send.call(this.env,t,"POST")}}return new class{constructor(t,e){this.name=t,this.http=new s(this),this.data=null,this.dataFile="box.dat",this.logs=[],this.isMute=!1,this.isNeedRewrite=!1,this.logSeparator="\n",this.startTime=(new Date).getTime(),Object.assign(this,e),this.log("",`🔔${this.name}, 开始!`)}isNode(){return"undefined"!=typeof module&&!!module.exports}isQuanX(){return"undefined"!=typeof $task}isSurge(){return"undefined"!=typeof $httpClient&&"undefined"==typeof $loon}isLoon(){return"undefined"!=typeof $loon}toObj(t,e=null){try{return JSON.parse(t)}catch{return e}}toStr(t,e=null){try{return JSON.stringify(t)}catch{return e}}getjson(t,e){let s=e;const i=this.getdata(t);if(i)try{s=JSON.parse(this.getdata(t))}catch{}return s}setjson(t,e){try{return this.setdata(JSON.stringify(t),e)}catch{return!1}}getScript(t){return new Promise(e=>{this.get({url:t},(t,s,i)=>e(i))})}runScript(t,e){return new Promise(s=>{let i=this.getdata("@chavy_boxjs_userCfgs.httpapi");i=i?i.replace(/\n/g,"").trim():i;let r=this.getdata("@chavy_boxjs_userCfgs.httpapi_timeout");r=r?1*r:20,r=e&&e.timeout?e.timeout:r;const[o,h]=i.split("@"),n={url:`http://${h}/v1/scripting/evaluate`,body:{script_text:t,mock_type:"cron",timeout:r},headers:{"X-Key":o,Accept:"*/*"}};this.post(n,(t,e,i)=>s(i))}).catch(t=>this.logErr(t))}loaddata(){if(!this.isNode())return{};{this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e);if(!s&&!i)return{};{const i=s?t:e;try{return JSON.parse(this.fs.readFileSync(i))}catch(t){return{}}}}}writedata(){if(this.isNode()){this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e),r=JSON.stringify(this.data);s?this.fs.writeFileSync(t,r):i?this.fs.writeFileSync(e,r):this.fs.writeFileSync(t,r)}}lodash_get(t,e,s){const i=e.replace(/\[(\d+)\]/g,".$1").split(".");let r=t;for(const t of i)if(r=Object(r)[t],void 0===r)return s;return r}lodash_set(t,e,s){return Object(t)!==t?t:(Array.isArray(e)||(e=e.toString().match(/[^.[\]]+/g)||[]),e.slice(0,-1).reduce((t,s,i)=>Object(t[s])===t[s]?t[s]:t[s]=Math.abs(e[i+1])>>0==+e[i+1]?[]:{},t)[e[e.length-1]]=s,t)}getdata(t){let e=this.getval(t);if(/^@/.test(t)){const[,s,i]=/^@(.*?)\.(.*?)$/.exec(t),r=s?this.getval(s):"";if(r)try{const t=JSON.parse(r);e=t?this.lodash_get(t,i,""):e}catch(t){e=""}}return e}setdata(t,e){let s=!1;if(/^@/.test(e)){const[,i,r]=/^@(.*?)\.(.*?)$/.exec(e),o=this.getval(i),h=i?"null"===o?null:o||"{}":"{}";try{const e=JSON.parse(h);this.lodash_set(e,r,t),s=this.setval(JSON.stringify(e),i)}catch(e){const o={};this.lodash_set(o,r,t),s=this.setval(JSON.stringify(o),i)}}else s=this.setval(t,e);return s}getval(t){return this.isSurge()||this.isLoon()?$persistentStore.read(t):this.isQuanX()?$prefs.valueForKey(t):this.isNode()?(this.data=this.loaddata(),this.data[t]):this.data&&this.data[t]||null}setval(t,e){return this.isSurge()||this.isLoon()?$persistentStore.write(t,e):this.isQuanX()?$prefs.setValueForKey(t,e):this.isNode()?(this.data=this.loaddata(),this.data[e]=t,this.writedata(),!0):this.data&&this.data[e]||null}initGotEnv(t){this.got=this.got?this.got:require("got"),this.cktough=this.cktough?this.cktough:require("tough-cookie"),this.ckjar=this.ckjar?this.ckjar:new this.cktough.CookieJar,t&&(t.headers=t.headers?t.headers:{},void 0===t.headers.Cookie&&void 0===t.cookieJar&&(t.cookieJar=this.ckjar))}get(t,e=(()=>{})){t.headers&&(delete t.headers["Content-Type"],delete t.headers["Content-Length"])