diff --git a/jd_jiazhuang.js b/jd_jiazhuang.js index aae752b..6617a86 100644 --- a/jd_jiazhuang.js +++ b/jd_jiazhuang.js @@ -1,9 +1,9 @@ /* -家装 +我的新家 超级配 cron:0 https://lzdz1-isv.isvjcloud.com/dingzhi/dz/openCard/activity?activityId=dz2021101420000sjleowq&shareUuid=d259bceb218e40af9490693e8f48a370 */ -const $ = new Env("家装"); +const $ = new Env("我的新家 超级配"); const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ''; const notify = $.isNode() ? require('./sendNotify') : ''; let cookiesArr = [], cookie = '', message = ''; @@ -27,13 +27,6 @@ if ($.isNode()) { $.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', { "open-url": "https://bean.m.jd.com/bean/signIndex.action" }); return; } - - // authorCodeList = await getAuthorCodeList('https://gitee.com/fatelight/dongge/raw/master/dongge/lzdz1_dapai.json') - // if(authorCodeList === '404: Not Found'){ - // authorCodeList = [ - // 'd259bceb218e40af9490693e8f48a370', - // ] - // } for (let i = 0; i < cookiesArr.length; i++) { if (cookiesArr[i]) { @@ -122,11 +115,6 @@ async function marry() { } $.log("->->->> 加入店铺会员") if ($.openCardStatus) { - $.log("模拟上报访问记录") - for (let i = 0; i < ($.openCardStatus.cardList1.length + $.openCardStatus.cardList2.length); i++) { - await task('crm/pageVisit/insertCrmPageVisit', `venderId=1000221763&pageId=dz2021101420000sjleowq&elementId=${encodeURIComponent(`去开卡${i}`)}&pin=${encodeURIComponent($.secretPin)}`, 1) - await $.wait(2000) - } t1TaskList = [] $.openCardStatus.cardList1.filter((x) => { if (x.status === 0) { t1TaskList.push(x) } }) t2TaskList = [] @@ -258,83 +246,7 @@ function task(function_id, body, isCommon = 0, own = 0) { }) }) } -function getShopOpenCardInfo(body, venderId) { - let opt = { - url: `https://api.m.jd.com/client.action?appid=jd_shop_member&functionId=getShopOpenCardInfo&body=${encodeURIComponent(JSON.stringify(body))}&client=H5&clientVersion=9.2.0&uuid=88888&h5st=20220316103927741%3B4917820034065113%3B8adfb%3Btk02wac471c5018nzfjQ07QMnzYF7aGYN8INh7pOROYvT9xfhNG4WoAlspfC9wo4vdX6Q79yOggjkDKhiadrPg2z%2B9k%2B%3B034fb6c85703cf98cb40dfa9ecc91fe0c5aefbd69d361721c900544597f535df%3B3.0%3B1647398367741`, - headers: { - Host: 'api.m.jd.com', - Accept: '*/*', - Connection: 'keep-alive', - Cookie: cookie, - 'User-Agent': `jdapp;iPhone;9.5.4;13.6;${$.UUID};network/wifi;ADID/${$.ADID};model/iPhone10,3;addressid/0;appBuild/167668;jdSupportDarkMode/0;Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1`, - 'Accept-Language': 'zh-cn', - Referer: `https://shopmember.m.jd.com/shopcard/?venderId=${venderId}}&channel=801&returnUrl=${encodeURIComponent($.activityUrl)}`, - 'Accept-Encoding': 'gzip, deflate, br' - } - } - return new Promise(resolve => { - $.get(opt, (err, resp, data) => { - try { - if (err) { - console.log(err) - } else { - res = JSON.parse(data) - if (res.success) { - if (res.result.interestsRuleList) { - $.openCardActivityId = res.result.interestsRuleList[0].interestsInfo.activityId; - } - } - } - } catch (error) { - console.log(error) - } finally { - resolve(); - } - }) - }) -} -function bindWithVender(body, venderId) { - let opt = { - url: `https://api.m.jd.com/client.action?appid=jd_shop_member&functionId=bindWithVender&body=${encodeURIComponent(JSON.stringify(body))}&client=H5&clientVersion=9.2.0&uuid=88888&h5st=20220316103927741%3B4917820034065113%3B8adfb%3Btk02wac471c5018nzfjQ07QMnzYF7aGYN8INh7pOROYvT9xfhNG4WoAlspfC9wo4vdX6Q79yOggjkDKhiadrPg2z%2B9k%2B%3B034fb6c85703cf98cb40dfa9ecc91fe0c5aefbd69d361721c900544597f535df%3B3.0%3B1647398367741`, - headers: { - Host: 'api.m.jd.com', - Accept: '*/*', - Connection: 'keep-alive', - Cookie: cookie, - 'User-Agent': `jdapp;iPhone;9.5.4;13.6;${$.UUID};network/wifi;ADID/${$.ADID};model/iPhone10,3;addressid/0;appBuild/167668;jdSupportDarkMode/0;Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1`, - 'Accept-Language': 'zh-cn', - Referer: `https://shopmember.m.jd.com/shopcard/?venderId=${venderId}}&channel=401&returnUrl=${encodeURIComponent($.activityUrl)}`, - 'Accept-Encoding': 'gzip, deflate, br' - } - } - return new Promise(resolve => { - $.get(opt, (err, resp, data) => { - try { - if (err) { - console.log(err) - } else { - res = JSON.parse(data) - if (res.success) { - if (res.result.giftInfo && res.result.giftInfo.giftList) { - for (const vo of res.result.giftInfo.giftList) { - if (vo.prizeType === 4) { - $.log(`==>获得【${vo.quantity}】京豆`) - $.bean += vo.quantity - } - } - } - } - } - } catch (error) { - console.log(error) - } finally { - resolve(); - } - }) - - }) -} function taskUrl(function_id, body, isCommon) { return { url: isCommon ? `https://lzdz1-isv.isvjd.com/${function_id}` : `https://lzdz1-isv.isvjd.com/dingzhi/${function_id}`, @@ -585,5 +497,5 @@ function checkCookie() { }) } // prettier-ignore -!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); -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"]), this.isSurge() || this.isLoon() ? (this.isSurge() && this.isNeedRewrite && (t.headers = t.headers || {}, Object.assign(t.headers, { "X-Surge-Skip-Scripting": !1 })), $httpClient.get(t, (t, s, i) => { !t && s && (s.body = i, s.statusCode = s.status), e(t, s, i) })) : this.isQuanX() ? (this.isNeedRewrite && (t.opts = t.opts || {}, Object.assign(t.opts, { hints: !1 })), $task.fetch(t).then(t => { const { statusCode: s, statusCode: i, headers: r, body: o } = t; e(null, { status: s, statusCode: i, headers: r, body: o }, o) }, t => e(t))) : this.isNode() && (this.initGotEnv(t), this.got(t).on("redirect", (t, e) => { try { if (t.headers["set-cookie"]) { const s = t.headers["set-cookie"].map(this.cktough.Cookie.parse).toString(); s && this.ckjar.setCookieSync(s, null), e.cookieJar = this.ckjar } } catch (t) { this.logErr(t) } }).then(t => { const { statusCode: s, statusCode: i, headers: r, body: o } = t; e(null, { status: s, statusCode: i, headers: r, body: o }, o) }, t => { const { message: s, response: i } = t; e(s, i, i && i.body) })) } post(t, e = (() => { })) { if (t.body && t.headers && !t.headers["Content-Type"] && (t.headers["Content-Type"] = "application/x-www-form-urlencoded"), t.headers && delete t.headers["Content-Length"], this.isSurge() || this.isLoon()) this.isSurge() && this.isNeedRewrite && (t.headers = t.headers || {}, Object.assign(t.headers, { "X-Surge-Skip-Scripting": !1 })), $httpClient.post(t, (t, s, i) => { !t && s && (s.body = i, s.statusCode = s.status), e(t, s, i) }); else if (this.isQuanX()) t.method = "POST", this.isNeedRewrite && (t.opts = t.opts || {}, Object.assign(t.opts, { hints: !1 })), $task.fetch(t).then(t => { const { statusCode: s, statusCode: i, headers: r, body: o } = t; e(null, { status: s, statusCode: i, headers: r, body: o }, o) }, t => e(t)); else if (this.isNode()) { this.initGotEnv(t); const { url: s, ...i } = t; this.got.post(s, i).then(t => { const { statusCode: s, statusCode: i, headers: r, body: o } = t; e(null, { status: s, statusCode: i, headers: r, body: o }, o) }, t => { const { message: s, response: i } = t; e(s, i, i && i.body) }) } } time(t, e = null) { const s = e ? new Date(e) : new Date; let i = { "M+": s.getMonth() + 1, "d+": s.getDate(), "H+": s.getHours(), "m+": s.getMinutes(), "s+": s.getSeconds(), "q+": Math.floor((s.getMonth() + 3) / 3), S: s.getMilliseconds() }; /(y+)/.test(t) && (t = t.replace(RegExp.$1, (s.getFullYear() + "").substr(4 - RegExp.$1.length))); for (let e in i) new RegExp("(" + e + ")").test(t) && (t = t.replace(RegExp.$1, 1 == RegExp.$1.length ? i[e] : ("00" + i[e]).substr(("" + i[e]).length))); return t } msg(e = t, s = "", i = "", r) { const o = t => { if (!t) return t; if ("string" == typeof t) return this.isLoon() ? t : this.isQuanX() ? { "open-url": t } : this.isSurge() ? { url: t } : void 0; if ("object" == typeof t) { if (this.isLoon()) { let e = t.openUrl || t.url || t["open-url"], s = t.mediaUrl || t["media-url"]; return { openUrl: e, mediaUrl: s } } if (this.isQuanX()) { let e = t["open-url"] || t.url || t.openUrl, s = t["media-url"] || t.mediaUrl; return { "open-url": e, "media-url": s } } if (this.isSurge()) { let e = t.url || t.openUrl || t["open-url"]; return { url: e } } } }; if (this.isMute || (this.isSurge() || this.isLoon() ? $notification.post(e, s, i, o(r)) : this.isQuanX() && $notify(e, s, i, o(r))), !this.isMuteLog) { let t = ["", "==============📣系统通知📣=============="]; t.push(e), s && t.push(s), i && t.push(i), console.log(t.join("\n")), this.logs = this.logs.concat(t) } } log(...t) { t.length > 0 && (this.logs = [...this.logs, ...t]), console.log(t.join(this.logSeparator)) } logErr(t, e) { const s = !this.isSurge() && !this.isQuanX() && !this.isLoon(); s ? this.log("", `❗️${this.name}, 错误!`, t.stack) : this.log("", `❗️${this.name}, 错误!`, t) } wait(t) { return new Promise(e => setTimeout(e, t)) } done(t = {}) { const e = (new Date).getTime(), s = (e - this.startTime) / 1e3; this.log("", `🔔${this.name}, 结束! 🕛 ${s} 秒`), this.log(), (this.isSurge() || this.isQuanX() || this.isLoon()) && $done(t) } }(t, e) } +var _0xode='jsjiami.com.v6',_0xode_=['‮_0xode'],_0x5bce=[_0xode,'\x53\x45\x70\x6a\x54\x6b\x73\x3d','\x61\x6d\x4e\x52\x54\x33\x45\x3d','\x59\x6b\x5a\x7a\x53\x6b\x73\x3d','\x61\x30\x52\x55\x54\x47\x49\x3d','\x5a\x6d\x78\x76\x62\x33\x49\x3d','\x54\x6e\x70\x71\x64\x47\x30\x3d','\x63\x6d\x46\x75\x5a\x47\x39\x74','\x62\x47\x56\x75\x5a\x33\x52\x6f','\x59\x6d\x6c\x75\x5a\x46\x64\x70\x64\x47\x68\x57\x5a\x57\x35\x6b\x5a\x58\x4a\x74\x5a\x58\x4e\x7a\x59\x57\x64\x6c','\x62\x57\x56\x7a\x63\x32\x46\x6e\x5a\x51\x3d\x3d','\x65\x6d\x31\x51\x56\x45\x34\x3d','\x52\x57\x5a\x6a\x65\x6c\x4d\x3d','\x64\x33\x70\x49\x65\x47\x49\x3d','\x52\x30\x4a\x44\x65\x55\x30\x3d','\x4f\x47\x46\x6b\x5a\x6d\x49\x3d','\x61\x6d\x52\x66\x63\x32\x68\x76\x63\x46\x39\x74\x5a\x57\x31\x69\x5a\x58\x49\x3d','\x4f\x53\x34\x79\x4c\x6a\x41\x3d','\x61\x6d\x52\x7a\x61\x57\x64\x75\x4c\x6d\x4e\x6d','\x59\x58\x42\x77\x62\x47\x6c\x6a\x59\x58\x52\x70\x62\x32\x34\x76\x61\x6e\x4e\x76\x62\x67\x3d\x3d','\x61\x55\x4a\x43\x62\x30\x6f\x3d','\x63\x48\x64\x68\x59\x6d\x30\x3d','\x53\x57\x46\x44\x62\x46\x6b\x3d','\x5a\x47\x78\x6e\x55\x6d\x59\x3d','\x62\x32\x46\x4a\x55\x31\x59\x3d','\x61\x48\x52\x30\x63\x48\x4d\x36\x4c\x79\x39\x6a\x5a\x47\x34\x75\x62\x6e\x6f\x75\x62\x48\x55\x76\x5a\x32\x56\x30\x61\x44\x56\x7a\x64\x41\x3d\x3d','\x54\x6b\x64\x30\x59\x6b\x59\x3d','\x63\x47\x39\x7a\x64\x41\x3d\x3d','\x59\x58\x42\x77\x62\x48\x6b\x3d','\x64\x45\x6c\x78\x65\x45\x77\x3d','\x65\x6b\x46\x35\x65\x58\x55\x3d','\x5a\x56\x70\x42\x64\x55\x73\x3d','\x62\x45\x5a\x45\x62\x46\x59\x3d','\x5a\x30\x74\x56\x65\x6e\x49\x3d','\x59\x58\x42\x70\x4c\x6d\x30\x75\x61\x6d\x51\x75\x59\x32\x39\x74','\x4b\x69\x38\x71','\x61\x32\x56\x6c\x63\x43\x31\x68\x62\x47\x6c\x32\x5a\x51\x3d\x3d','\x65\x6d\x67\x74\x59\x32\x34\x3d','\x5a\x33\x70\x70\x63\x43\x77\x67\x5a\x47\x56\x6d\x62\x47\x46\x30\x5a\x53\x77\x67\x59\x6e\x49\x3d','\x61\x48\x52\x30\x63\x48\x4d\x36\x4c\x79\x39\x68\x63\x47\x6b\x75\x62\x53\x35\x71\x5a\x43\x35\x6a\x62\x32\x30\x76\x59\x32\x78\x70\x5a\x57\x35\x30\x4c\x6d\x46\x6a\x64\x47\x6c\x76\x62\x6a\x39\x68\x63\x48\x42\x70\x5a\x44\x31\x71\x5a\x46\x39\x7a\x61\x47\x39\x77\x58\x32\x31\x6c\x62\x57\x4a\x6c\x63\x69\x5a\x6d\x64\x57\x35\x6a\x64\x47\x6c\x76\x62\x6b\x6c\x6b\x50\x57\x64\x6c\x64\x46\x4e\x6f\x62\x33\x42\x50\x63\x47\x56\x75\x51\x32\x46\x79\x5a\x45\x6c\x75\x5a\x6d\x38\x6d\x59\x6d\x39\x6b\x65\x54\x30\x3d','\x52\x6c\x68\x70\x52\x48\x6b\x3d','\x63\x33\x52\x79\x61\x57\x35\x6e\x61\x57\x5a\x35','\x4a\x6d\x4e\x73\x61\x57\x56\x75\x64\x44\x31\x49\x4e\x53\x5a\x6a\x62\x47\x6c\x6c\x62\x6e\x52\x57\x5a\x58\x4a\x7a\x61\x57\x39\x75\x50\x54\x6b\x75\x4d\x69\x34\x77\x4a\x6e\x56\x31\x61\x57\x51\x39\x4f\x44\x67\x34\x4f\x44\x67\x3d','\x62\x57\x74\x4f\x59\x57\x4d\x3d','\x52\x32\x4e\x78\x61\x56\x63\x3d','\x54\x47\x70\x55\x63\x33\x41\x3d','\x61\x6d\x52\x68\x63\x48\x41\x37\x61\x56\x42\x6f\x62\x32\x35\x6c\x4f\x7a\x6b\x75\x4e\x53\x34\x30\x4f\x7a\x45\x7a\x4c\x6a\x59\x37','\x56\x56\x56\x4a\x52\x41\x3d\x3d','\x4f\x32\x35\x6c\x64\x48\x64\x76\x63\x6d\x73\x76\x64\x32\x6c\x6d\x61\x54\x74\x42\x52\x45\x6c\x45\x4c\x77\x3d\x3d','\x51\x55\x52\x4a\x52\x41\x3d\x3d','\x4f\x32\x31\x76\x5a\x47\x56\x73\x4c\x32\x6c\x51\x61\x47\x39\x75\x5a\x54\x45\x77\x4c\x44\x4d\x37\x59\x57\x52\x6b\x63\x6d\x56\x7a\x63\x32\x6c\x6b\x4c\x7a\x41\x37\x59\x58\x42\x77\x51\x6e\x56\x70\x62\x47\x51\x76\x4d\x54\x59\x33\x4e\x6a\x59\x34\x4f\x32\x70\x6b\x55\x33\x56\x77\x63\x47\x39\x79\x64\x45\x52\x68\x63\x6d\x74\x4e\x62\x32\x52\x6c\x4c\x7a\x41\x37\x54\x57\x39\x36\x61\x57\x78\x73\x59\x53\x38\x31\x4c\x6a\x41\x67\x4b\x47\x6c\x51\x61\x47\x39\x75\x5a\x54\x73\x67\x51\x31\x42\x56\x49\x47\x6c\x51\x61\x47\x39\x75\x5a\x53\x42\x50\x55\x79\x41\x78\x4d\x31\x38\x32\x49\x47\x78\x70\x61\x32\x55\x67\x54\x57\x46\x6a\x49\x45\x39\x54\x49\x46\x67\x70\x49\x45\x46\x77\x63\x47\x78\x6c\x56\x32\x56\x69\x53\x32\x6c\x30\x4c\x7a\x59\x77\x4e\x53\x34\x78\x4c\x6a\x45\x31\x49\x43\x68\x4c\x53\x46\x52\x4e\x54\x43\x77\x67\x62\x47\x6c\x72\x5a\x53\x42\x48\x5a\x57\x4e\x72\x62\x79\x6b\x67\x54\x57\x39\x69\x61\x57\x78\x6c\x4c\x7a\x45\x31\x52\x54\x45\x30\x4f\x44\x74\x7a\x64\x58\x42\x77\x62\x33\x4a\x30\x53\x6b\x52\x54\x53\x46\x64\x4c\x4c\x7a\x45\x3d','\x64\x33\x70\x79\x61\x31\x41\x3d','\x61\x48\x52\x30\x63\x48\x4d\x36\x4c\x79\x39\x7a\x61\x47\x39\x77\x62\x57\x56\x74\x59\x6d\x56\x79\x4c\x6d\x30\x75\x61\x6d\x51\x75\x59\x32\x39\x74\x4c\x33\x4e\x6f\x62\x33\x42\x6a\x59\x58\x4a\x6b\x4c\x7a\x39\x32\x5a\x57\x35\x6b\x5a\x58\x4a\x4a\x5a\x44\x30\x3d','\x66\x53\x5a\x6a\x61\x47\x46\x75\x62\x6d\x56\x73\x50\x54\x67\x77\x4d\x53\x5a\x79\x5a\x58\x52\x31\x63\x6d\x35\x56\x63\x6d\x77\x39','\x56\x6e\x46\x73\x56\x6b\x6f\x3d','\x59\x57\x4e\x30\x61\x58\x5a\x70\x64\x48\x6c\x56\x63\x6d\x77\x3d','\x56\x55\x39\x73\x62\x45\x4d\x3d','\x56\x48\x70\x6f\x51\x6e\x4d\x3d','\x59\x56\x64\x5a\x53\x6c\x67\x3d','\x65\x48\x6c\x4e\x64\x57\x45\x3d','\x5a\x57\x35\x32','\x55\x30\x6c\x48\x54\x6c\x39\x56\x55\x6b\x77\x3d','\x5a\x32\x56\x30','\x55\x6c\x70\x43\x62\x45\x73\x3d','\x51\x30\x52\x74\x5a\x55\x63\x3d','\x54\x55\x78\x43\x63\x45\x6b\x3d','\x62\x47\x39\x6e','\x63\x47\x46\x79\x63\x32\x55\x3d','\x63\x33\x56\x6a\x59\x32\x56\x7a\x63\x77\x3d\x3d','\x63\x6d\x56\x7a\x64\x57\x78\x30','\x61\x57\x35\x30\x5a\x58\x4a\x6c\x63\x33\x52\x7a\x55\x6e\x56\x73\x5a\x55\x78\x70\x63\x33\x51\x3d','\x62\x33\x42\x6c\x62\x6b\x4e\x68\x63\x6d\x52\x42\x59\x33\x52\x70\x64\x6d\x6c\x30\x65\x55\x6c\x6b','\x61\x57\x35\x30\x5a\x58\x4a\x6c\x63\x33\x52\x7a\x53\x57\x35\x6d\x62\x77\x3d\x3d','\x59\x57\x4e\x30\x61\x58\x5a\x70\x64\x48\x6c\x4a\x5a\x41\x3d\x3d','\x52\x47\x31\x35\x61\x48\x55\x3d','\x59\x56\x70\x51\x59\x57\x34\x3d','\x59\x58\x42\x33\x52\x6d\x30\x3d','\x65\x46\x56\x42\x64\x31\x63\x3d','\x54\x30\x5a\x6d\x52\x58\x55\x3d','\x52\x31\x68\x4c\x54\x31\x45\x3d','\x61\x6c\x5a\x53\x64\x6c\x6f\x3d','\x64\x32\x35\x4d\x52\x30\x30\x3d','\x62\x33\x42\x5a\x51\x32\x59\x3d','\x59\x6d\x6c\x75\x5a\x46\x64\x70\x64\x47\x68\x57\x5a\x57\x35\x6b\x5a\x58\x49\x3d','\x64\x45\x4a\x79\x52\x32\x38\x3d','\x55\x6d\x6c\x68\x52\x56\x63\x3d','\x61\x48\x52\x30\x63\x48\x4d\x36\x4c\x79\x39\x68\x63\x47\x6b\x75\x62\x53\x35\x71\x5a\x43\x35\x6a\x62\x32\x30\x76\x59\x32\x78\x70\x5a\x57\x35\x30\x4c\x6d\x46\x6a\x64\x47\x6c\x76\x62\x6a\x38\x3d','\x56\x30\x64\x30\x53\x30\x73\x3d','\x64\x33\x46\x6f\x59\x57\x38\x3d','\x52\x31\x46\x30\x52\x6b\x55\x3d','\x51\x6b\x78\x34\x51\x57\x49\x3d','\x66\x53\x5a\x6a\x61\x47\x46\x75\x62\x6d\x56\x73\x50\x54\x51\x77\x4d\x53\x5a\x79\x5a\x58\x52\x31\x63\x6d\x35\x56\x63\x6d\x77\x39','\x54\x56\x46\x45\x5a\x6d\x30\x3d','\x52\x30\x39\x4b\x61\x6d\x55\x3d','\x61\x31\x6c\x47\x53\x6c\x45\x3d','\x61\x57\x56\x6b\x51\x55\x73\x3d','\x61\x6d\x31\x72\x54\x45\x49\x3d','\x54\x32\x46\x33\x59\x32\x63\x3d','\x65\x55\x64\x78\x59\x6d\x49\x3d','\x53\x32\x70\x70\x62\x58\x4d\x3d','\x56\x45\x52\x57\x53\x45\x59\x3d','\x56\x31\x4e\x49\x53\x6e\x4d\x3d','\x53\x47\x56\x53\x65\x45\x45\x3d','\x52\x55\x78\x79\x54\x6c\x51\x3d','\x57\x6b\x52\x45\x56\x57\x59\x3d','\x64\x58\x64\x35\x55\x6b\x6b\x3d','\x59\x6c\x64\x49\x51\x57\x77\x3d','\x5a\x30\x35\x78\x53\x6d\x34\x3d','\x52\x6b\x4a\x79\x53\x6d\x49\x3d','\x53\x6b\x68\x58\x55\x45\x63\x3d','\x64\x58\x4e\x5a\x65\x56\x6f\x3d','\x54\x46\x4e\x54\x65\x48\x67\x3d','\x54\x48\x4e\x4a\x65\x6b\x30\x3d','\x62\x47\x5a\x69\x65\x6b\x6f\x3d','\x5a\x48\x4e\x79\x63\x55\x38\x3d','\x62\x47\x39\x6e\x52\x58\x4a\x79','\x5a\x45\x46\x42\x5a\x30\x45\x3d','\x51\x42\x59\x67\x6a\x73\x6a\x53\x69\x61\x6d\x69\x74\x4a\x52\x4e\x2e\x63\x6f\x6d\x66\x54\x2e\x76\x74\x36\x4e\x67\x67\x3d\x3d'];if(function(_0x15a272,_0x516b6a,_0x4dd628){function _0x4485e5(_0x3c702f,_0x2622f0,_0x1e7f7d,_0x34d687,_0x19a000,_0x186734){_0x2622f0=_0x2622f0>>0x8,_0x19a000='po';var _0x34e09c='shift',_0x2629da='push',_0x186734='‮';if(_0x2622f0<_0x3c702f){while(--_0x3c702f){_0x34d687=_0x15a272[_0x34e09c]();if(_0x2622f0===_0x3c702f&&_0x186734==='‮'&&_0x186734['length']===0x1){_0x2622f0=_0x34d687,_0x1e7f7d=_0x15a272[_0x19a000+'p']();}else if(_0x2622f0&&_0x1e7f7d['replace'](/[QBYgStJRNfTtNnull=]/g,'')===_0x2622f0){_0x15a272[_0x2629da](_0x34d687);}}_0x15a272[_0x2629da](_0x15a272[_0x34e09c]());}return 0xd874a;};return _0x4485e5(++_0x516b6a,_0x4dd628)>>_0x516b6a^_0x4dd628;}(_0x5bce,0x91,0x9100),_0x5bce){_0xode_=_0x5bce['length']^0x91;};function _0x14c9(_0x4701f8,_0x11a1c1){_0x4701f8=~~'0x'['concat'](_0x4701f8['slice'](0x1));var _0x1331d9=_0x5bce[_0x4701f8];if(_0x14c9['WGWLGh']===undefined&&'‮'['length']===0x1){(function(){var _0x5a4c3d=function(){var _0x2c6ed1;try{_0x2c6ed1=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');')();}catch(_0x324599){_0x2c6ed1=window;}return _0x2c6ed1;};var _0x1631b1=_0x5a4c3d();var _0x593b41='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x1631b1['atob']||(_0x1631b1['atob']=function(_0x18444a){var _0x3a683c=String(_0x18444a)['replace'](/=+$/,'');for(var _0xc7b9d7=0x0,_0x1bc799,_0x7d79af,_0x5a84b3=0x0,_0x4e49ab='';_0x7d79af=_0x3a683c['charAt'](_0x5a84b3++);~_0x7d79af&&(_0x1bc799=_0xc7b9d7%0x4?_0x1bc799*0x40+_0x7d79af:_0x7d79af,_0xc7b9d7++%0x4)?_0x4e49ab+=String['fromCharCode'](0xff&_0x1bc799>>(-0x2*_0xc7b9d7&0x6)):0x0){_0x7d79af=_0x593b41['indexOf'](_0x7d79af);}return _0x4e49ab;});}());_0x14c9['sUNWyz']=function(_0x5c4f2c){var _0x82ac57=atob(_0x5c4f2c);var _0x545da4=[];for(var _0x2ea7d6=0x0,_0x3edb2d=_0x82ac57['length'];_0x2ea7d6<_0x3edb2d;_0x2ea7d6++){_0x545da4+='%'+('00'+_0x82ac57['charCodeAt'](_0x2ea7d6)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x545da4);};_0x14c9['dThVyS']={};_0x14c9['WGWLGh']=!![];}var _0x2f65e7=_0x14c9['dThVyS'][_0x4701f8];if(_0x2f65e7===undefined){_0x1331d9=_0x14c9['sUNWyz'](_0x1331d9);_0x14c9['dThVyS'][_0x4701f8]=_0x1331d9;}else{_0x1331d9=_0x2f65e7;}return _0x1331d9;};function getShopOpenCardInfo(_0x28beec,_0x1334ea){var _0x6cf197={'\x52\x5a\x42\x6c\x4b':function(_0x1c184c,_0x537af3){return _0x1c184c!==_0x537af3;},'\x43\x44\x6d\x65\x47':_0x14c9('‫0'),'\x4d\x4c\x42\x70\x49':_0x14c9('‫1'),'\x44\x6d\x79\x68\x75':function(_0x277d5c){return _0x277d5c();},'\x54\x7a\x68\x42\x73':function(_0xde51b5,_0x1748b4){return _0xde51b5===_0x1748b4;},'\x61\x57\x59\x4a\x58':_0x14c9('‮2'),'\x78\x79\x4d\x75\x61':_0x14c9('‫3'),'\x46\x58\x69\x44\x79':function(_0x10e2ee,_0x35354b){return _0x10e2ee(_0x35354b);},'\x6d\x6b\x4e\x61\x63':_0x14c9('‮4'),'\x47\x63\x71\x69\x57':_0x14c9('‫5'),'\x4c\x6a\x54\x73\x70':_0x14c9('‮6'),'\x77\x7a\x72\x6b\x50':_0x14c9('‮7'),'\x56\x71\x6c\x56\x4a':function(_0x9710d4,_0x43a323){return _0x9710d4(_0x43a323);},'\x55\x4f\x6c\x6c\x43':_0x14c9('‫8')};let _0x14d980={'\x75\x72\x6c':_0x14c9('‮9')+_0x6cf197[_0x14c9('‮a')](encodeURIComponent,JSON[_0x14c9('‫b')](_0x28beec))+_0x14c9('‮c'),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x6cf197[_0x14c9('‫d')],'\x41\x63\x63\x65\x70\x74':_0x6cf197[_0x14c9('‮e')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x6cf197[_0x14c9('‫f')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x14c9('‮10')+$[_0x14c9('‫11')]+_0x14c9('‮12')+$[_0x14c9('‮13')]+_0x14c9('‮14'),'Accept-Language':_0x6cf197[_0x14c9('‮15')],'\x52\x65\x66\x65\x72\x65\x72':_0x14c9('‮16')+_0x1334ea+_0x14c9('‮17')+_0x6cf197[_0x14c9('‮18')](encodeURIComponent,$[_0x14c9('‫19')]),'Accept-Encoding':_0x6cf197[_0x14c9('‫1a')]}};return new Promise(_0x15ba0a=>{if(_0x6cf197[_0x14c9('‫1b')](_0x6cf197[_0x14c9('‫1c')],_0x6cf197[_0x14c9('‫1d')])){Host=process[_0x14c9('‫1e')][_0x14c9('‫1f')];}else{$[_0x14c9('‫20')](_0x14d980,(_0x45fcbf,_0x5cda91,_0x4f16e6)=>{if(_0x6cf197[_0x14c9('‮21')](_0x6cf197[_0x14c9('‫22')],_0x6cf197[_0x14c9('‫23')])){try{if(_0x45fcbf){console[_0x14c9('‮24')](_0x45fcbf);}else{res=JSON[_0x14c9('‮25')](_0x4f16e6);if(res[_0x14c9('‫26')]){if(res[_0x14c9('‮27')][_0x14c9('‮28')]){$[_0x14c9('‮29')]=res[_0x14c9('‮27')][_0x14c9('‮28')][0x0][_0x14c9('‮2a')][_0x14c9('‮2b')];}}}}catch(_0x1069d5){console[_0x14c9('‮24')](_0x1069d5);}finally{_0x6cf197[_0x14c9('‮2c')](_0x15ba0a);}}else{$[_0x14c9('‮29')]=res[_0x14c9('‮27')][_0x14c9('‮28')][0x0][_0x14c9('‮2a')][_0x14c9('‮2b')];}});}});}async function bindWithVender(_0x458f18,_0x51a5d2){var _0x1ce6ca={'\x6b\x59\x46\x4a\x51':function(_0x48eab1,_0x247bf6){return _0x48eab1*_0x247bf6;},'\x69\x65\x64\x41\x4b':function(_0x380bcb,_0x201d01){return _0x380bcb(_0x201d01);},'\x6a\x6d\x6b\x4c\x42':function(_0x281c59,_0x7919b2){return _0x281c59!==_0x7919b2;},'\x4f\x61\x77\x63\x67':_0x14c9('‫2d'),'\x79\x47\x71\x62\x62':function(_0x165cda,_0x4905e3){return _0x165cda!==_0x4905e3;},'\x4b\x6a\x69\x6d\x73':_0x14c9('‫2e'),'\x54\x44\x56\x48\x46':_0x14c9('‮2f'),'\x57\x53\x48\x4a\x73':function(_0x5cece6,_0x32ca4d){return _0x5cece6===_0x32ca4d;},'\x48\x65\x52\x78\x41':_0x14c9('‫30'),'\x45\x4c\x72\x4e\x54':_0x14c9('‫31'),'\x5a\x44\x44\x55\x66':_0x14c9('‮32'),'\x75\x77\x79\x52\x49':_0x14c9('‫33'),'\x62\x57\x48\x41\x6c':function(_0x2b4b80){return _0x2b4b80();},'\x67\x4e\x71\x4a\x6e':function(_0x37eecf,_0x4a6f6e){return _0x37eecf===_0x4a6f6e;},'\x46\x42\x72\x4a\x62':_0x14c9('‫34'),'\x74\x42\x72\x47\x6f':function(_0x3345e3,_0x292932,_0x1ccf93){return _0x3345e3(_0x292932,_0x1ccf93);},'\x52\x69\x61\x45\x57':_0x14c9('‫35'),'\x57\x47\x74\x4b\x4b':_0x14c9('‮4'),'\x77\x71\x68\x61\x6f':_0x14c9('‫5'),'\x47\x51\x74\x46\x45':_0x14c9('‮6'),'\x42\x4c\x78\x41\x62':_0x14c9('‮7'),'\x4d\x51\x44\x66\x6d':function(_0x100ab6,_0xf684c7){return _0x100ab6(_0xf684c7);},'\x47\x4f\x4a\x6a\x65':_0x14c9('‫8')};return h5st=await _0x1ce6ca[_0x14c9('‫36')](geth5st,_0x1ce6ca[_0x14c9('‮37')],_0x458f18),opt={'\x75\x72\x6c':_0x14c9('‫38')+h5st,'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x1ce6ca[_0x14c9('‫39')],'\x41\x63\x63\x65\x70\x74':_0x1ce6ca[_0x14c9('‮3a')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x1ce6ca[_0x14c9('‮3b')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x14c9('‮10')+$[_0x14c9('‫11')]+_0x14c9('‮12')+$[_0x14c9('‮13')]+_0x14c9('‮14'),'Accept-Language':_0x1ce6ca[_0x14c9('‮3c')],'\x52\x65\x66\x65\x72\x65\x72':_0x14c9('‮16')+_0x51a5d2+_0x14c9('‫3d')+_0x1ce6ca[_0x14c9('‮3e')](encodeURIComponent,$[_0x14c9('‫19')]),'Accept-Encoding':_0x1ce6ca[_0x14c9('‮3f')]}},new Promise(_0x3a254b=>{var _0x15bfd9={'\x4e\x7a\x6a\x74\x6d':function(_0x24ea44,_0x4ba87d){return _0x1ce6ca[_0x14c9('‫40')](_0x24ea44,_0x4ba87d);},'\x4a\x48\x57\x50\x47':function(_0x58c92e,_0x1d183a){return _0x1ce6ca[_0x14c9('‫41')](_0x58c92e,_0x1d183a);},'\x75\x73\x59\x79\x5a':function(_0x1f0eb5,_0x10a768){return _0x1ce6ca[_0x14c9('‮42')](_0x1f0eb5,_0x10a768);},'\x4c\x53\x53\x78\x78':_0x1ce6ca[_0x14c9('‫43')],'\x6c\x66\x62\x7a\x4a':function(_0x1fbae4,_0x237377){return _0x1ce6ca[_0x14c9('‮44')](_0x1fbae4,_0x237377);},'\x64\x73\x72\x71\x4f':_0x1ce6ca[_0x14c9('‫45')],'\x64\x41\x41\x67\x41':function(_0x3c4670,_0x24c70b){return _0x1ce6ca[_0x14c9('‮44')](_0x3c4670,_0x24c70b);},'\x48\x4a\x63\x4e\x4b':_0x1ce6ca[_0x14c9('‫46')],'\x6a\x63\x51\x4f\x71':function(_0x2454bf,_0x34e55b){return _0x1ce6ca[_0x14c9('‫47')](_0x2454bf,_0x34e55b);},'\x62\x46\x73\x4a\x4b':_0x1ce6ca[_0x14c9('‮48')],'\x6b\x44\x54\x4c\x62':_0x1ce6ca[_0x14c9('‮49')],'\x7a\x6d\x50\x54\x4e':function(_0x5f2a7c,_0x2aaf67){return _0x1ce6ca[_0x14c9('‫47')](_0x5f2a7c,_0x2aaf67);},'\x45\x66\x63\x7a\x53':_0x1ce6ca[_0x14c9('‮4a')],'\x77\x7a\x48\x78\x62':_0x1ce6ca[_0x14c9('‫4b')],'\x47\x42\x43\x79\x4d':function(_0x48d9fa){return _0x1ce6ca[_0x14c9('‫4c')](_0x48d9fa);}};if(_0x1ce6ca[_0x14c9('‫4d')](_0x1ce6ca[_0x14c9('‮4e')],_0x1ce6ca[_0x14c9('‮4e')])){$[_0x14c9('‫20')](opt,(_0x2bd187,_0x25e56a,_0x27e117)=>{var _0x9eb65a={'\x4c\x73\x49\x7a\x4d':function(_0x2595b3,_0x1b21fa){return _0x15bfd9[_0x14c9('‫4f')](_0x2595b3,_0x1b21fa);}};if(_0x15bfd9[_0x14c9('‮50')](_0x15bfd9[_0x14c9('‮51')],_0x15bfd9[_0x14c9('‮51')])){_0x9eb65a[_0x14c9('‫52')](_0x3a254b,_0x27e117);}else{try{if(_0x15bfd9[_0x14c9('‮53')](_0x15bfd9[_0x14c9('‮54')],_0x15bfd9[_0x14c9('‮54')])){$[_0x14c9('‫55')](e,_0x25e56a);}else{if(_0x2bd187){console[_0x14c9('‮24')](_0x2bd187);}else{if(_0x15bfd9[_0x14c9('‮56')](_0x15bfd9[_0x14c9('‫57')],_0x15bfd9[_0x14c9('‫57')])){console[_0x14c9('‮24')](_0x2bd187);}else{res=JSON[_0x14c9('‮25')](_0x27e117);if(res[_0x14c9('‫26')]){if(_0x15bfd9[_0x14c9('‮58')](_0x15bfd9[_0x14c9('‮59')],_0x15bfd9[_0x14c9('‮5a')])){Host=HostArr[Math[_0x14c9('‫5b')](_0x15bfd9[_0x14c9('‮5c')](Math[_0x14c9('‫5d')](),HostArr[_0x14c9('‫5e')]))];}else{console[_0x14c9('‮24')](res);$[_0x14c9('‫5f')]=res[_0x14c9('‮60')];}}}}}}catch(_0x35edb1){console[_0x14c9('‮24')](_0x35edb1);}finally{if(_0x15bfd9[_0x14c9('‫61')](_0x15bfd9[_0x14c9('‫62')],_0x15bfd9[_0x14c9('‮63')])){res=JSON[_0x14c9('‮25')](_0x27e117);if(res[_0x14c9('‫26')]){if(res[_0x14c9('‮27')][_0x14c9('‮28')]){$[_0x14c9('‮29')]=res[_0x14c9('‮27')][_0x14c9('‮28')][0x0][_0x14c9('‮2a')][_0x14c9('‮2b')];}}}else{_0x15bfd9[_0x14c9('‫64')](_0x3a254b);}}}});}else{console[_0x14c9('‮24')](res);$[_0x14c9('‫5f')]=res[_0x14c9('‮60')];}});}function geth5st(_0x336ae8,_0x5dec8f){var _0x2e38b8={'\x74\x49\x71\x78\x4c':function(_0x29a313,_0xb36afc){return _0x29a313(_0xb36afc);},'\x69\x42\x42\x6f\x4a':_0x14c9('‫65'),'\x70\x77\x61\x62\x6d':_0x14c9('‫66'),'\x49\x61\x43\x6c\x59':_0x14c9('‮67'),'\x64\x6c\x67\x52\x66':_0x14c9('‫68'),'\x6f\x61\x49\x53\x56':function(_0x15e1c6,_0x661068){return _0x15e1c6*_0x661068;},'\x4e\x47\x74\x62\x46':_0x14c9('‮69')};return new Promise(async _0xcfa8c2=>{let _0x56832e={'\x61\x70\x70\x49\x64':_0x2e38b8[_0x14c9('‫6a')],'\x62\x6f\x64\x79':{'\x61\x70\x70\x69\x64':_0x2e38b8[_0x14c9('‮6b')],'\x66\x75\x6e\x63\x74\x69\x6f\x6e\x49\x64':_0x336ae8,'\x62\x6f\x64\x79':JSON[_0x14c9('‫b')](_0x5dec8f),'\x63\x6c\x69\x65\x6e\x74\x56\x65\x72\x73\x69\x6f\x6e':_0x2e38b8[_0x14c9('‮6c')],'\x63\x6c\x69\x65\x6e\x74':'\x48\x35'},'\x63\x61\x6c\x6c\x62\x61\x63\x6b\x41\x6c\x6c':!![]};let _0x36eeef='';let _0x322029=[_0x2e38b8[_0x14c9('‫6d')]];if(process[_0x14c9('‫1e')][_0x14c9('‫1f')]){_0x36eeef=process[_0x14c9('‫1e')][_0x14c9('‫1f')];}else{_0x36eeef=_0x322029[Math[_0x14c9('‫5b')](_0x2e38b8[_0x14c9('‫6e')](Math[_0x14c9('‫5d')](),_0x322029[_0x14c9('‫5e')]))];}let _0x9a07e6={'\x75\x72\x6c':_0x14c9('‮6f'),'\x62\x6f\x64\x79':JSON[_0x14c9('‫b')](_0x56832e),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x36eeef,'Content-Type':_0x2e38b8[_0x14c9('‮70')]},'\x74\x69\x6d\x65\x6f\x75\x74':_0x2e38b8[_0x14c9('‫6e')](0x1e,0x3e8)};$[_0x14c9('‫71')](_0x9a07e6,async(_0x4d8507,_0x51c179,_0x56832e)=>{try{if(_0x4d8507){_0x56832e=await geth5st[_0x14c9('‫72')](this,arguments);}else{}}catch(_0x3cef4f){$[_0x14c9('‫55')](_0x3cef4f,_0x51c179);}finally{_0x2e38b8[_0x14c9('‮73')](_0xcfa8c2,_0x56832e);}});});};_0xode='jsjiami.com.v6'; +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"]),this.isSurge()||this.isLoon()?(this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.get(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)})):this.isQuanX()?(this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t))):this.isNode()&&(this.initGotEnv(t),this.got(t).on("redirect",(t,e)=>{try{if(t.headers["set-cookie"]){const s=t.headers["set-cookie"].map(this.cktough.Cookie.parse).toString();s&&this.ckjar.setCookieSync(s,null),e.cookieJar=this.ckjar}}catch(t){this.logErr(t)}}).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)}))}post(t,e=(()=>{})){if(t.body&&t.headers&&!t.headers["Content-Type"]&&(t.headers["Content-Type"]="application/x-www-form-urlencoded"),t.headers&&delete t.headers["Content-Length"],this.isSurge()||this.isLoon())this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.post(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)});else if(this.isQuanX())t.method="POST",this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t));else if(this.isNode()){this.initGotEnv(t);const{url:s,...i}=t;this.got.post(s,i).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)})}}time(t,e=null){const s=e?new Date(e):new Date;let i={"M+":s.getMonth()+1,"d+":s.getDate(),"H+":s.getHours(),"m+":s.getMinutes(),"s+":s.getSeconds(),"q+":Math.floor((s.getMonth()+3)/3),S:s.getMilliseconds()};/(y+)/.test(t)&&(t=t.replace(RegExp.$1,(s.getFullYear()+"").substr(4-RegExp.$1.length)));for(let e in i)new RegExp("("+e+")").test(t)&&(t=t.replace(RegExp.$1,1==RegExp.$1.length?i[e]:("00"+i[e]).substr((""+i[e]).length)));return t}msg(e=t,s="",i="",r){const o=t=>{if(!t)return t;if("string"==typeof t)return this.isLoon()?t:this.isQuanX()?{"open-url":t}:this.isSurge()?{url:t}:void 0;if("object"==typeof t){if(this.isLoon()){let e=t.openUrl||t.url||t["open-url"],s=t.mediaUrl||t["media-url"];return{openUrl:e,mediaUrl:s}}if(this.isQuanX()){let e=t["open-url"]||t.url||t.openUrl,s=t["media-url"]||t.mediaUrl;return{"open-url":e,"media-url":s}}if(this.isSurge()){let e=t.url||t.openUrl||t["open-url"];return{url:e}}}};if(this.isMute||(this.isSurge()||this.isLoon()?$notification.post(e,s,i,o(r)):this.isQuanX()&&$notify(e,s,i,o(r))),!this.isMuteLog){let t=["","==============📣系统通知📣=============="];t.push(e),s&&t.push(s),i&&t.push(i),console.log(t.join("\n")),this.logs=this.logs.concat(t)}}log(...t){t.length>0&&(this.logs=[...this.logs,...t]),console.log(t.join(this.logSeparator))}logErr(t,e){const s=!this.isSurge()&&!this.isQuanX()&&!this.isLoon();s?this.log("",`❗️${this.name}, 错误!`,t.stack):this.log("",`❗️${this.name}, 错误!`,t)}wait(t){return new Promise(e=>setTimeout(e,t))}done(t={}){const e=(new Date).getTime(),s=(e-this.startTime)/1e3;this.log("",`🔔${this.name}, 结束! 🕛 ${s} 秒`),this.log(),(this.isSurge()||this.isQuanX()||this.isLoon())&&$done(t)}}(t,e)}