diff --git a/jd_dpqd.js b/jd_dpqd.js
index 32db8c1..820768b 100644
--- a/jd_dpqd.js
+++ b/jd_dpqd.js
@@ -3,14 +3,14 @@
 ============Quantumultx===============
 [task_local]
 #店铺签到
-15 2,14 * * * https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.js, tag=店铺签到, enabled=true
+15 2,14 * * * https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_shop_sign.js, tag=店铺签到, enabled=true
 ===========Loon============
 [Script]
-cron "15 2,14 * * *" script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.js,tag=店铺签到
+cron "15 2,14 * * *" script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_shop_sign.js,tag=店铺签到
 ============Surge=============
-店铺签到 = type=cron,cronexp="15 2,14 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.js
+店铺签到 = type=cron,cronexp="15 2,14 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_shop_sign.js
 ===========小火箭========
-店铺签到 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/KR/main/jd_shop_sign.jss, cronexpr="15 2,14 * * *", timeout=3600, enable=true
+店铺签到 = type=cron,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_shop_sign.jss, cronexpr="15 2,14 * * *", timeout=3600, enable=true
 */
 const $ = new Env('店铺签到');
 const notify = $.isNode() ? require('./sendNotify') : '';
diff --git a/jd_jinggengjcq_dapainew.js b/jd_jinggengjcq_dapainew.js
deleted file mode 100644
index 43147bf..0000000
--- a/jd_jinggengjcq_dapainew.js
+++ /dev/null
@@ -1,402 +0,0 @@
-/*
-actId 活动id
-无内置,助力ck1,默认不跑
-7 7 7 7 7 jd_jinggengjcq_dapainew.js
-*/
-const $ = new Env("大牌联合");
-const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
-const notify = $.isNode() ? require('./sendNotify') : '';
-let cookiesArr = [], cookie = '', message = '';
-let ownCode = null;
-let actId = process.env.actId ?? '';
-if ($.isNode()) {
-    Object.keys(jdCookieNode).forEach((item) => {
-        cookiesArr.push(jdCookieNode[item])
-    })
-    if (process.env.JD_DEBUG && process.env.JD_DEBUG === 'false') console.log = () => { };
-} else {
-    let cookiesData = $.getdata('CookiesJD') || "[]";
-    cookiesData = JSON.parse(cookiesData);
-    cookiesArr = cookiesData.map(item => item.cookie);
-    cookiesArr.reverse();
-    cookiesArr.push(...[$.getdata('CookieJD2'), $.getdata('CookieJD')]);
-    cookiesArr.reverse();
-    cookiesArr = cookiesArr.filter(item => !!item);
-}
-!(async () => {
-    if (!cookiesArr[0]) {
-        $.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
-        return;
-    }
-    for (let i = 0; i < cookiesArr.length; i++) {
-        if (cookiesArr[i]) {
-            cookie = cookiesArr[i]
-            originCookie = cookiesArr[i]
-            newCookie = ''
-            $.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1])
-            $.index = i + 1;
-            $.isLogin = true;
-            $.nickName = '';
-            await checkCookie();
-            console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
-            if (!$.isLogin) {
-                $.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
-                if ($.isNode()) {
-                    // await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
-                }
-                continue
-            }
-            $.bean = 0;
-            $.ADID = getUUID('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', 1);
-            $.UUID = getUUID('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
-            authorCodeList = [
-                '',
-            ]
-            $.appkey = "51B59BB805903DA4CE513D29EC448375"
-            $.userId = "10299171"
-            $.actId = actId
-            $.authorCode = ownCode ? ownCode : authorCodeList[random(0, authorCodeList.length)]
-            console.log('去助力 -> '+$.authorCode);
-            await openCardNew();
-            if ($.bean > 0) {
-                message += `\n【京东账号${$.index}】${$.nickName || $.UserName} \n       └ 获得 ${$.bean} 京豆。`
-            }
-        }
-    }
-    if (message !== '') {
-        if ($.isNode()) {
-            await notify.sendNotify($.name, message, '', `\n`);
-        } else {
-            $.msg($.name, '有点儿收获', message);
-        }
-    }
-})()
-    .catch((e) => {
-        $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '')
-    })
-    .finally(() => {
-        $.done();
-    })
-
-
-async function openCardNew() {
-    $.token = null;
-    $.buyerNick = null;
-    $.activityInfo = null;
-    await getToken();
-    if ($.token) {
-        await task('activity_load', {
-            "actId": $.actId,
-            "inviteNick": $.authorCode,
-            "jdToken": $.token,
-            "source": "01",
-        })
-        if ($.buyerNick) {
-            console.log('1.助力码 -> '+$.buyerNick)
-            if ($.index === 1) {
-                ownCode = $.buyerNick
-                console.log("后面的将给这个助力码助力 -> "+ownCode)
-            }
-            console.log('2.绑定助力 ->')
-            await task('complete/mission', {
-                "actId": $.actId,
-                "missionType": "relationBind",
-                "inviterNick": $.authorCode,
-            })
-            await task('shopList', {
-                "actId": $.actId,
-            })
-            console.log('3.关注店铺 ->')
-            await task('complete/mission', {
-                "actId": $.actId,
-                "missionType": "uniteCollectShop",
-            })
-            console.log('4.抽奖 ->')
-            await task('draw/post', {
-                "actId": $.actId,
-                "usedGameNum": "2",
-                "dataType": "draw",
-            })
-            console.log('5.加入会员 ->')
-            if ($.shopList) {
-                console.log('会员卡数量 -> '+$.shopList.length)
-                for (const vo of $.shopList) {
-                    $.log(`${vo.userId}`)
-                    if (!vo.open) {
-                        $.log("开通会员")
-                            await getShopOpenCardInfo(vo.userId)
-                            await bindWithVender(vo.userId)
-                            await task('complete/mission', {
-                                "actId": $.actId,
-                                "shopId": vo.userId,
-                                "missionType": "openCard",
-                            })
-                        await $.wait(3000)
-                    } else {
-                        $.log("已经是会员了")
-                    }
-                    await $.wait(500)
-                }
-            }
-            console.log('6.加入购物车 ->')
-            await task('complete/mission', {
-                "actId": $.actId,
-                "missionType": "uniteAddCart",
-            })
-        } else {
-            $.log("没有成功获取到用户信息")
-        }
-    } else {
-        $.log("没有成功获取到用户鉴权信息")
-    }
-}
-
-function task(function_id, preParams) {
-    body = {
-        "jsonRpc": "2.0",
-        "params": {
-            "commonParameter": {
-                "appkey": $.appkey,
-                "m": "POST",
-                "timestamp": new Date(),
-                "userId": $.userId
-            },
-            "admJson": {
-                "method": `/openCardNew/${function_id}`,
-                "userId": $.userId,
-                "buyerNick": $.buyerNick ? $.buyerNick : ""
-            }
-        }
-    }
-    Object.assign(body.params.admJson, preParams)
-    return new Promise(resolve => {
-        $.post(taskUrl(function_id, body), async (err, resp, data) => {
-            try {
-                if (err) {
-                    $.log(err)
-                } else {
-
-                    if (data) {
-                        data = JSON.parse(data);
-                        if (data.success) {
-                            if (data.data.status === 200) {
-                                switch (function_id) {
-                                    case 'activity_load':
-                                        $.buyerNick = data.data.data.buyerNick;
-                                        console.log("[ "+data.data.data.cusActivity.actName+" ]");
-                                        break;
-                                    case 'shopList':
-                                        $.shopList = data.data.data.cusShops;
-                                        break;
-                                    case 'complete/mission':
-                                        console.log(data.data.data.remark);
-                                        break;
-                                    case 'draw/post':
-                                        console.log(data.data.data.awardSetting.awardName);
-                                        break;
-                                    default:
-                                        break;
-                                }
-                            }
-                        }
-
-                    } else {
-                        $.log("京东没有返回数据")
-                    }
-                }
-            } catch (error) {
-                $.log(error)
-            } finally {
-                resolve();
-            }
-        })
-    })
-}
-function getShopOpenCardInfo(venderId) {
-    let opt = {
-        url: `https://api.m.jd.com/client.action?appid=jd_shop_member&functionId=getShopOpenCardInfo&body=${encodeURIComponent(JSON.stringify({ venderId: venderId, channel: 401 }))}&client=H5&clientVersion=9.2.0&uuid=88888`,
-        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('https://jinggengjcq-isv.isvjcloud.com/fronth5')}`,
-            '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(venderId) {
-    let opt = {
-        url: `https://api.m.jd.com/client.action?appid=jd_shop_member&functionId=bindWithVender&body=${encodeURIComponent(JSON.stringify({ "venderId": venderId, "bindByVerifyCodeFlag": 1, "registerExtend": {}, "writeChildFlag": 0, "channel": 401 }))}&client=H5&clientVersion=9.2.0&uuid=88888&h5st=20220412164645241%3B3634d1aeada6d9cd11a7526a3a6ac63e%3B169f1%3Btk02wd66f1d7418nXuLjsmO3oJMCxUqKVwIf4q1WRptKRT3nJSrx01oYYBAylbSuyg4sipnEzyEJOZuFjfG2QERcBtzd%3B6b455234e93be4ec963cd7c575d70882b838ba588149a1f54b69c8d0dacf14da%3B3.0%3B1649753205241`,
-        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('https://jinggengjcq-isv.isvjcloud.com/fronth5')}`,
-            '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) {
-                        console.log("开卡成功")
-                    }
-                }
-            } catch (error) {
-                console.log(error)
-            } finally {
-                resolve();
-            }
-        })
-
-    })
-}
-function taskUrl(function_id, body) {
-    return {
-        url: `https://jinggengjcq-isv.isvjcloud.com/dm/front/openCardNew/${function_id}?&mix_nick=${$.buyerNick ? $.buyerNick : ""}`,
-        headers: {
-            Host: 'jinggengjcq-isv.isvjcloud.com',
-            Accept: 'application/json',
-            'X-Requested-With': 'XMLHttpRequest',
-            'Accept-Language': 'zh-cn',
-            'Accept-Encoding': 'gzip, deflate, br',
-            'Content-Type': 'application/json; charset=utf-8',
-            Origin: 'https://jinggengjcq-isv.isvjcloud.com',
-            '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`,
-            Connection: 'keep-alive',
-            Referer: 'https://jinggengjcq-isv.isvjcloud.com/fronth5/',
-            Cookie: cookie
-        },
-        body: JSON.stringify(body)
-
-    }
-}
-function getToken() {
-    let opt = {
-        url: `https://api.m.jd.com/client.action?functionId=isvObfuscator`,
-        headers: {
-            Host: 'api.m.jd.com',
-            'Content-Type': 'application/x-www-form-urlencoded',
-            Accept: '*/*',
-            Connection: 'keep-alive',
-            Cookie: cookie,
-            'User-Agent': 'JD4iPhone/167650 (iPhone; iOS 13.7; Scale/3.00)',
-            'Accept-Language': 'zh-Hans-CN;q=1',
-            'Accept-Encoding': 'gzip, deflate, br',
-        },
-        body: `body=%7B%22url%22%3A%20%22https%3A//lzkj-isv.isvjcloud.com%22%2C%20%22id%22%3A%20%22%22%7D&uuid=hjudwgohxzVu96krv&client=apple&clientVersion=9.4.0&st=1620476162000&sv=111&sign=f9d1b7e3b943b6a136d54fe4f892af05`
-    }
-    return new Promise(resolve => {
-        $.post(opt, (err, resp, data) => {
-            try {
-                if (err) {
-                    $.log(err)
-                } else {
-                    if (data) {
-                        data = JSON.parse(data);
-                        if (data.code === "0") {
-                            $.token = data.token
-                        }
-                    } else {
-                        $.log("京东返回了空数据")
-                    }
-                }
-            } catch (error) {
-                $.log(error)
-            } finally {
-                resolve();
-            }
-        })
-    })
-}
-function random(min, max) {
-
-    return Math.floor(Math.random() * (max - min)) + min;
-
-}
-function getUUID(format = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', UpperCase = 0) {
-    return format.replace(/[xy]/g, function (c) {
-        var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8);
-        if (UpperCase) {
-            uuid = v.toString(36).toUpperCase();
-        } else {
-            uuid = v.toString(36)
-        }
-        return uuid;
-    });
-}
-function checkCookie() {
-    const options = {
-        url: "https://me-api.jd.com/user_new/info/GetJDUserInfoUnion",
-        headers: {
-            "Host": "me-api.jd.com",
-            "Accept": "*/*",
-            "Connection": "keep-alive",
-            "Cookie": cookie,
-            "User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1",
-            "Accept-Language": "zh-cn",
-            "Referer": "https://home.m.jd.com/myJd/newhome.action?sceneval=2&ufc=&",
-            "Accept-Encoding": "gzip, deflate, br",
-        }
-    };
-    return new Promise(resolve => {
-        $.get(options, (err, resp, data) => {
-            try {
-                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.hasOwnProperty("userInfo")) {
-                            $.nickName = data.data.userInfo.baseInfo.nickname;
-                        }
-                    } else {
-                        $.log('京东返回了空数据');
-                    }
-                }
-            } catch (e) {
-                $.logErr(e)
-            } finally {
-                resolve();
-            }
-        })
-    })
-}
-// 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) }
diff --git a/jd_lzdz1_customized2.js b/jd_lzdz1_customized2.js
deleted file mode 100644
index 10eac8f..0000000
--- a/jd_lzdz1_customized2.js
+++ /dev/null
@@ -1,537 +0,0 @@
-/*
-时尚狂欢盛典
-*/
-const $ = new Env("时尚狂欢盛典");
-const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
-const notify = $.isNode() ? require("./sendNotify") : "";
-let cookiesArr = [], cookie = "", message = "";
-let ownCode = null;
-let authorCodeList = [];
-if ($.isNode()) {
-  Object.keys(jdCookieNode).forEach((item) => {
-    cookiesArr.push(jdCookieNode[item]);
-  });
-  if (process.env.JD_DEBUG && process.env.JD_DEBUG === "false") console.log = () => {};
-} else {
-  let cookiesData = $.getdata("CookiesJD") || "[]";
-  cookiesData = JSON.parse(cookiesData);
-  cookiesArr = cookiesData.map((item) => item.cookie);
-  cookiesArr.reverse();
-  cookiesArr.push(...[$.getdata("CookieJD2"), $.getdata("CookieJD")]);
-  cookiesArr.reverse();
-  cookiesArr = cookiesArr.filter((item) => !!item);
-}
-!(async () => {
-  $.getAuthorCodeListerr = false;
-  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;
-  }
-  // authorCodeList = await getAuthorCodeList('https://gitee.com/fatelight/Code/raw/master/lzdz3.json')
-  // if ($.getAuthorCodeListerr === false) {
-  //     authorCodeList = [
-  //         '086dd4c612be4636871b79f34faf5dc2',
-  //     ]
-  // }
-  for (let i = 0; i < cookiesArr.length; i++) {
-    if (cookiesArr[i]) {
-      cookie = cookiesArr[i];
-      originCookie = cookiesArr[i];
-      newCookie = "";
-      $.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1]);
-      $.index = i + 1;
-      $.isLogin = true;
-      $.nickName = "";
-      await checkCookie();
-      console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
-      if (!$.isLogin) {
-        $.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
-        // if ($.isNode()) {
-        //     await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
-        // }
-        continue;
-      }
-      $.bean = 0;
-      $.ADID = getUUID("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", 1);
-      $.UUID = getUUID("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
-      authorCodeList = [
-        "1b8f84f16afd4ac7a61f2514370a32f3","edd8d13927bd49438de44b226e390a53","49062a9733044211ac4174875aafa5e4","e50e9e085415405683b422649c7dbddc","d3a5c606f14f40759f84c2984e128c96"
-      ];
-      // $.authorCode = authorCodeList[random(0, authorCodeList.length)];
-      $.authorCode = ownCode ? ownCode : authorCodeList[random(0, authorCodeList.length)]
-      $.authorNum = `${random(1000000, 9999999)}`;
-      $.randomCode = random(1000000, 9999999);
-      $.activityId = "dz61218d9945da9fd2f4164d2aad92";
-      $.activityShopId = "1000007653";
-      $.activityUrl = `https://lzdz1-isv.isvjcloud.com/dingzhi/may/fashionUnion/activity/${$.authorNum}?activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}&adsource=null&shareuserid4minipg=${encodeURIComponent($.secretPin)}&shopid=${$.activityShopId}&sid=&un_area=`;
-      await member();
-      await $.wait(1000);
-      if ($.bean > 0) {
-        message += `\n【京东账号${$.index}】${$.nickName || $.UserName} \n       └ 获得 ${$.bean} 京豆。`;
-      }
-    }
-  }
-  if (message !== "") {
-    if ($.isNode()) {
-      await notify.sendNotify($.name, message, "", `\n`);
-    } else {
-      $.msg($.name, "有点儿收获", message);
-    }
-  }
-})()
-  .catch((e) => {
-    $.log("", `❌ ${$.name}, 失败! 原因: ${e}!`, "");
-  })
-  .finally(() => {
-    $.done();
-  });
-
-async function member() {
-  $.token = null;
-  $.secretPin = null;
-  $.openCardActivityId = null;
-  lz_cookie = {};
-  await getFirstLZCK();
-  await getToken();
-  await task("dz/common/getSimpleActInfoVo", `activityId=${$.activityId}`, 1);
-  if ($.token) {
-    await getMyPing();
-    if ($.secretPin) {
-      console.log("去助力 -> " + $.authorCode);
-      await taskaccessLog("common/accessLogWithAD", `venderId=${$.activityShopId}&code=99&pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&pageUrl=${$.activityUrl}&subType=app&adSource=null`, 1);
-      await task("wxActionCommon/getUserInfo", `pin=${encodeURIComponent($.secretPin)}`, 1);
-      if ($.index === 1) {
-        await task("/may/fashionUnion/activityContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&shareUuid=${encodeURIComponent($.authorCode)}`, 0, 1);
-      } else {
-        await task("/may/fashionUnion/activityContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&shareUuid=${encodeURIComponent($.authorCode)}`);
-      }
-      $.log("关注店铺");
-      await task("may/fashionUnion/saveTask", `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}&taskType=23&taskValue=1&shareUuid=${encodeURIComponent($.authorCode)}`);
-      await task("may/fashionUnion/saveTask", `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}&taskType=21&taskValue=&shareUuid=${encodeURIComponent($.authorCode)}`);
-      await task("taskact/common/drawContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      await task("may/fashionUnion/initOpenCard", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}`);
-      $.log("加入店铺会员");
-      if ($.openCardList) {
-        for (const vo of $.openCardList) {
-          // console.log(vo)
-          $.log(`>>> 去加入${vo.name} ${vo.venderId}`);
-          if (vo.openStatus == 0) {
-            await getShopOpenCardInfo({ venderId: `${vo.venderId}`, channel: "401" }, vo.venderId);
-            await bindWithVender({ venderId: `${vo.venderId}`, bindByVerifyCodeFlag: 1, registerExtend: {}, writeChildFlag: 0, activityId: $.openCardActivityId, channel: 401 }, vo.venderId);
-            await $.wait(1000);
-          } else {
-            $.log(`>>> 已经是会员`);
-          }
-        }
-      } else {
-        $.log("没有获取到对应的任务。\n");
-      }
-      await task("may/fashionUnion/initOpenCard", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}`);
-      console.log("去助力 -> " + $.authorCode);
-      await task("linkgame/assist/status", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      await task("linkgame/assist", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-
-      await task("may/fashionUnion/draw", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`);
-      // await task('linkgame/help/list', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-
-      // await task('linkgame/task/info', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-      // console.log('任务 -> ')
-      // await $.wait(2000)
-      // await task('opencard/addCart', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await $.wait(2000)
-      // await task('linkgame/sendAllCoupon', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await getFirstLZCK()
-      // await getToken();
-      // console.log('抽奖 -> ')
-      // await $.wait(2000)
-      // await task('linkgame/draw', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-      // console.log('100 -> ')
-      // await getFirstLZCK()
-      // await getToken();
-      // await $.wait(2000)
-      // await task('linkgame/draw/record', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-    }
-  }
-}
-
-function task(function_id, body, isCommon = 0, own = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              switch (function_id) {
-                case "dz/common/getSimpleActInfoVo":
-                  $.jdActivityId = data.data.jdActivityId;
-                  $.venderId = data.data.venderId;
-                  $.activityType = data.data.activityType;
-                  // console.log($.venderId)
-                  break;
-                case "wxActionCommon/getUserInfo":
-                  break;
-                case "/may/fashionUnion/activityContent":
-                  if (!data.data.hasEnd) {
-                    $.log(`开启【${data.data.activityName}】活动`);
-                    $.log("-------------------");
-                    if ($.index === 1) {
-                      ownCode = data.data.actorUuid;
-                      console.log(ownCode);
-                    }
-                    $.actorUuid = data.data.actorUuid;
-                  } else {
-                    $.log("活动已经结束");
-                  }
-                  break;
-                case "may/fashionUnion/initOpenCard":
-                  $.openCardList = data.data.openInfo;
-                  $.openCardStatus = data.data.allOpenCard;
-                  // console.log(data)
-                  break;
-                case "may/fashionUnion/saveTask":
-                  console.log(data);
-                  break;
-                case "may/fashionUnion/draw":
-                  console.log(data);
-                  break;
-                case "opencard/addCart":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-                  break;
-                case "linkgame/sendAllCoupon":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-
-                  break;
-                case "interaction/write/writePersonInfo":
-                  console.log(data);
-                  break;
-                case "linkgame/draw":
-                  console.log(data);
-                  break;
-                case "linkgame/draw/record":
-                  console.log(data.data);
-                  break;
-                case "linkgame/assist/status":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "linkgame/assist":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "opencard/help/list":
-                  $.log(JSON.stringify(data));
-                  break;
-                default:
-                  // $.log(JSON.stringify(data))
-                  break;
-              }
-            } else {
-              // $.log(JSON.stringify(data))
-            }
-          } else {
-            // $.log("京东没有返回数据")
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function taskaccessLog(function_id, body, isCommon = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          // console.log(resp);
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie};`;
-            for (let sk of resp["headers"]["set-cookie"]) {
-              lz_cookie[sk.split(";")[0].substr(0, sk.split(";")[0].indexOf("="))] = sk.split(";")[0].substr(sk.split(";")[0].indexOf("=") + 1);
-            }
-            for (const vo of Object.keys(lz_cookie)) {
-              cookie += vo + "=" + lz_cookie[vo] + ";";
-            }
-          }
-        }
-      } catch (error) {
-        console.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function getAuthorCodeList(url) {
-  return new Promise((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",
-      },
-    };
-    $.get(options, async (err, resp, data) => {
-      try {
-        if (err) {
-          // $.log(err)
-          $.getAuthorCodeListerr = false;
-        } else {
-          if (data) data = JSON.parse(data);
-          $.getAuthorCodeListerr = true;
-        }
-      } catch (e) {
-        $.logErr(e, resp);
-        data = null;
-      } finally {
-        resolve(data);
-      }
-    });
-  });
-}
-
-function taskUrl(function_id, body, isCommon) {
-  return {
-    url: isCommon ? `https://lzdz1-isv.isvjcloud.com/${function_id}` : `https://lzdz1-isv.isvjcloud.com/dingzhi/${function_id}`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: $.cookie,
-    },
-    body: body,
-  };
-}
-
-function getMyPing() {
-  let opt = {
-    url: `https://lzdz1-isv.isvjcloud.com/customer/getMyPing`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: cookie,
-    },
-    body: `userId=${$.activityShopId}&token=${$.token}&fromType=APP&riskType=1`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (resp["headers"]["Set-Cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              $.log(`你好:${data.data.nickname}`);
-              $.pin = data.data.nickname;
-              $.secretPin = data.data.secretPin;
-              cookie = `${cookie};AUTH_C_USER=${data.data.secretPin}`;
-            } else {
-              $.log(data.errorMessage);
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function getFirstLZCK() {
-  return new Promise((resolve) => {
-    $.get(
-      {
-        url: $.activityUrl,
-        headers: {
-          "user-agent": $.isNode() ? process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : require("./USER_AGENTS").USER_AGENT : $.getdata("JDUA") ? $.getdata("JDUA") : "jdapp;iPhone;9.4.4;14.3;network/4g;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1",
-        },
-      },
-      (err, resp, data) => {
-        try {
-          if (err) {
-            console.log(err);
-          } else {
-            if (resp["headers"]["set-cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            if (resp["headers"]["Set-Cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            $.cookie = cookie
-          }
-        } catch (error) {
-          console.log(error);
-        } finally {
-          resolve();
-        }
-      }
-    );
-  });
-}
-function getToken() {
-  let opt = {
-    url: `https://api.m.jd.com/client.action?functionId=isvObfuscator`,
-    headers: {
-      Host: "api.m.jd.com",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "JD4iPhone/167650 (iPhone; iOS 13.7; Scale/3.00)",
-      "Accept-Language": "zh-Hans-CN;q=1",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-    body: `body=%7B%22url%22%3A%20%22https%3A//lzkj-isv.isvjcloud.com%22%2C%20%22id%22%3A%20%22%22%7D&uuid=hjudwgohxzVu96krv&client=apple&clientVersion=9.4.0&st=1620476162000&sv=111&sign=f9d1b7e3b943b6a136d54fe4f892af05`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.code === "0") {
-              $.token = data.token;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function random(min, max) {
-  return Math.floor(Math.random() * (max - min)) + min;
-}
-function getUUID(format = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", UpperCase = 0) {
-  return format.replace(/[xy]/g, function (c) {
-    var r = (Math.random() * 16) | 0,
-      v = c == "x" ? r : (r & 0x3) | 0x8;
-    if (UpperCase) {
-      uuid = v.toString(36).toUpperCase();
-    } else {
-      uuid = v.toString(36);
-    }
-    return uuid;
-  });
-}
-function checkCookie() {
-  const options = {
-    url: "https://me-api.jd.com/user_new/info/GetJDUserInfoUnion",
-    headers: {
-      Host: "me-api.jd.com",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1",
-      "Accept-Language": "zh-cn",
-      Referer: "https://home.m.jd.com/myJd/newhome.action?sceneval=2&ufc=&",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-  };
-  return new Promise((resolve) => {
-    $.get(options, (err, resp, data) => {
-      try {
-        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.hasOwnProperty("userInfo")) {
-              $.nickName = data.data.userInfo.baseInfo.nickname;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (e) {
-        $.logErr(e);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-// prettier-ignore
-var _0xod2='jsjiami.com.v6',_0xod2_=['‮_0xod2'],_0x2521=[_0xod2,'\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','\x61\x30\x70\x69\x59\x32\x67\x3d','\x64\x30\x6c\x71\x59\x55\x30\x3d','\x53\x46\x6c\x48\x5a\x6e\x41\x3d','\x53\x31\x4e\x45\x56\x45\x6f\x3d','\x65\x57\x70\x36\x51\x6b\x59\x3d','\x56\x6b\x4e\x4a\x54\x46\x6b\x3d','\x57\x6d\x5a\x6b\x57\x47\x38\x3d','\x62\x55\x5a\x70\x5a\x32\x34\x3d','\x65\x6e\x52\x6a\x65\x47\x4d\x3d','\x53\x46\x52\x42\x52\x45\x51\x3d','\x63\x30\x52\x74\x63\x6b\x34\x3d','\x64\x47\x4e\x32\x64\x6d\x6f\x3d','\x51\x6b\x56\x52\x64\x45\x30\x3d','\x64\x6e\x5a\x61\x51\x58\x4d\x3d','\x57\x57\x56\x77\x54\x31\x63\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','\x57\x57\x78\x42\x64\x6d\x67\x3d','\x59\x58\x52\x70\x63\x46\x6f\x3d','\x59\x58\x42\x77\x62\x47\x6c\x6a\x59\x58\x52\x70\x62\x32\x34\x76\x61\x6e\x4e\x76\x62\x67\x3d\x3d','\x55\x56\x52\x45\x52\x31\x59\x3d','\x56\x57\x5a\x6a\x61\x32\x59\x3d','\x64\x30\x64\x35\x63\x32\x30\x3d','\x5a\x56\x42\x70\x59\x55\x34\x3d','\x61\x6d\x56\x6c\x62\x45\x77\x3d','\x64\x56\x56\x69\x63\x6d\x6f\x3d','\x5a\x30\x52\x43\x64\x56\x67\x3d','\x62\x31\x52\x42\x62\x6b\x73\x3d','\x59\x6e\x5a\x34\x62\x6b\x49\x3d','\x53\x46\x4a\x46\x59\x32\x51\x3d','\x62\x47\x39\x6e\x52\x58\x4a\x79','\x64\x58\x70\x79\x59\x55\x34\x3d','\x53\x45\x39\x77\x52\x46\x45\x3d','\x62\x48\x4e\x72\x63\x45\x55\x3d','\x61\x45\x74\x35\x54\x6b\x4d\x3d','\x5a\x57\x35\x32','\x55\x30\x6c\x48\x54\x6c\x39\x56\x55\x6b\x77\x3d','\x55\x57\x31\x50\x63\x6c\x51\x3d','\x64\x55\x4a\x30\x62\x6b\x63\x3d','\x63\x31\x56\x47\x52\x45\x34\x3d','\x5a\x6d\x78\x76\x62\x33\x49\x3d','\x63\x6d\x46\x75\x5a\x47\x39\x74','\x62\x47\x56\x75\x5a\x33\x52\x6f','\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','\x61\x31\x6c\x51\x52\x6c\x49\x3d','\x63\x47\x39\x7a\x64\x41\x3d\x3d','\x63\x6c\x5a\x56\x62\x46\x6b\x3d','\x56\x30\x56\x31\x51\x6c\x49\x3d','\x63\x57\x5a\x48\x54\x48\x51\x3d','\x59\x58\x42\x77\x62\x48\x6b\x3d','\x52\x55\x64\x6f\x52\x33\x63\x3d','\x55\x6b\x52\x32\x56\x32\x73\x3d','\x59\x56\x4e\x6c\x52\x30\x4d\x3d','\x64\x31\x4e\x4f\x55\x48\x63\x3d','\x63\x33\x5a\x71\x53\x30\x67\x3d','\x52\x55\x78\x75\x63\x56\x59\x3d','\x56\x47\x64\x6c\x62\x57\x38\x3d','\x59\x58\x4e\x33\x59\x33\x59\x3d','\x51\x6b\x39\x58\x62\x58\x45\x3d','\x54\x6b\x70\x44\x59\x6d\x73\x3d','\x61\x33\x70\x47\x57\x45\x55\x3d','\x53\x47\x46\x48\x56\x57\x59\x3d','\x63\x6e\x42\x56\x52\x58\x41\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','\x57\x6e\x6c\x76\x61\x57\x73\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','\x5a\x56\x64\x6b\x55\x6d\x55\x3d','\x52\x56\x4e\x31\x65\x57\x6f\x3d','\x55\x30\x56\x5a\x65\x6c\x6f\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','\x53\x55\x4e\x55\x55\x47\x59\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','\x54\x47\x46\x4e\x59\x32\x34\x3d','\x59\x57\x4e\x30\x61\x58\x5a\x70\x64\x48\x6c\x56\x63\x6d\x77\x3d','\x5a\x6b\x6c\x5a\x63\x57\x77\x3d','\x5a\x46\x4e\x51\x64\x45\x59\x3d','\x5a\x56\x68\x4e\x5a\x58\x6f\x3d','\x5a\x32\x56\x30','\x56\x45\x5a\x6f\x57\x57\x38\x3d','\x64\x57\x4e\x32\x61\x6d\x45\x3d','\x52\x55\x4e\x7a\x56\x6e\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','\x53\x6c\x70\x42\x5a\x6c\x63\x3d','\x53\x46\x46\x44\x5a\x45\x59\x3d','\x62\x48\x56\x55\x63\x6d\x51\x3d','\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','\x62\x6d\x4a\x71\x63\x6d\x38\x3d','\x55\x58\x52\x47\x61\x56\x67\x3d','\x52\x46\x6c\x31\x63\x57\x63\x3d','\x54\x57\x5a\x44\x62\x6d\x38\x3d','\x59\x6e\x5a\x59\x57\x46\x6f\x3d','\x56\x6b\x6c\x55\x63\x46\x51\x3d','\x51\x33\x46\x4c\x51\x6c\x67\x3d','\x56\x56\x4e\x76\x5a\x45\x59\x3d','\x52\x47\x6c\x32\x54\x58\x59\x3d','\x56\x48\x6c\x6e\x5a\x6d\x30\x3d','\x59\x6d\x6c\x75\x5a\x46\x64\x70\x64\x47\x68\x57\x5a\x57\x35\x6b\x5a\x58\x49\x3d','\x55\x32\x64\x74\x57\x46\x59\x3d','\x5a\x6d\x35\x42\x61\x32\x6b\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','\x62\x47\x52\x52\x62\x32\x30\x3d','\x54\x55\x70\x53\x63\x45\x63\x3d','\x54\x55\x4e\x6f\x53\x6c\x59\x3d','\x57\x47\x6c\x4b\x63\x6c\x63\x3d','\x6a\x73\x6a\x4b\x7a\x71\x69\x44\x61\x6d\x59\x69\x46\x2e\x52\x4a\x63\x6f\x4f\x65\x6d\x2e\x76\x51\x36\x4b\x43\x62\x3d\x3d'];if(function(_0x2277b4,_0x973061,_0x28df6a){function _0x5bdc51(_0x41f15a,_0x1112ff,_0x8c36a8,_0x1f3f77,_0x1ecf84,_0x5be323){_0x1112ff=_0x1112ff>>0x8,_0x1ecf84='po';var _0x2744bc='shift',_0x2fe2d3='push',_0x5be323='‮';if(_0x1112ff<_0x41f15a){while(--_0x41f15a){_0x1f3f77=_0x2277b4[_0x2744bc]();if(_0x1112ff===_0x41f15a&&_0x5be323==='‮'&&_0x5be323['length']===0x1){_0x1112ff=_0x1f3f77,_0x8c36a8=_0x2277b4[_0x1ecf84+'p']();}else if(_0x1112ff&&_0x8c36a8['replace'](/[KzqDYFRJOeQKCb=]/g,'')===_0x1112ff){_0x2277b4[_0x2fe2d3](_0x1f3f77);}}_0x2277b4[_0x2fe2d3](_0x2277b4[_0x2744bc]());}return 0xde733;};return _0x5bdc51(++_0x973061,_0x28df6a)>>_0x973061^_0x28df6a;}(_0x2521,0x136,0x13600),_0x2521){_0xod2_=_0x2521['length']^0x136;};function _0x219b(_0x19cca3,_0xd01416){_0x19cca3=~~'0x'['concat'](_0x19cca3['slice'](0x1));var _0x5e241a=_0x2521[_0x19cca3];if(_0x219b['SQLhKl']===undefined&&'‮'['length']===0x1){(function(){var _0x2a4157;try{var _0x1a3b6e=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');');_0x2a4157=_0x1a3b6e();}catch(_0x5649f7){_0x2a4157=window;}var _0x41452e='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x2a4157['atob']||(_0x2a4157['atob']=function(_0x2e050a){var _0x44c966=String(_0x2e050a)['replace'](/=+$/,'');for(var _0xd76250=0x0,_0x14d201,_0x5e06c3,_0x19370a=0x0,_0x2309e9='';_0x5e06c3=_0x44c966['charAt'](_0x19370a++);~_0x5e06c3&&(_0x14d201=_0xd76250%0x4?_0x14d201*0x40+_0x5e06c3:_0x5e06c3,_0xd76250++%0x4)?_0x2309e9+=String['fromCharCode'](0xff&_0x14d201>>(-0x2*_0xd76250&0x6)):0x0){_0x5e06c3=_0x41452e['indexOf'](_0x5e06c3);}return _0x2309e9;});}());_0x219b['cHEEak']=function(_0x1d83d8){var _0x5d1157=atob(_0x1d83d8);var _0x557fcf=[];for(var _0xa1d923=0x0,_0x302be1=_0x5d1157['length'];_0xa1d923<_0x302be1;_0xa1d923++){_0x557fcf+='%'+('00'+_0x5d1157['charCodeAt'](_0xa1d923)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x557fcf);};_0x219b['yVqUlS']={};_0x219b['SQLhKl']=!![];}var _0x1eab5b=_0x219b['yVqUlS'][_0x19cca3];if(_0x1eab5b===undefined){_0x5e241a=_0x219b['cHEEak'](_0x5e241a);_0x219b['yVqUlS'][_0x19cca3]=_0x5e241a;}else{_0x5e241a=_0x1eab5b;}return _0x5e241a;};function getShopOpenCardInfo(_0x427ea7,_0xd8a74){var _0x57a1ec={'\x54\x46\x68\x59\x6f':function(_0x3bf920,_0xb95601){return _0x3bf920!==_0xb95601;},'\x75\x63\x76\x6a\x61':_0x219b('‮0'),'\x45\x43\x73\x56\x79':_0x219b('‫1'),'\x4a\x5a\x41\x66\x57':_0x219b('‮2'),'\x48\x51\x43\x64\x46':_0x219b('‫3'),'\x6c\x75\x54\x72\x64':_0x219b('‫4'),'\x6e\x62\x6a\x72\x6f':function(_0x1ae4cf,_0x16a0a7){return _0x1ae4cf===_0x16a0a7;},'\x51\x74\x46\x69\x58':_0x219b('‮5'),'\x4d\x66\x43\x6e\x6f':function(_0x524909,_0xd1e9e6){return _0x524909===_0xd1e9e6;},'\x62\x76\x58\x58\x5a':_0x219b('‮6'),'\x56\x49\x54\x70\x54':function(_0x4fae49){return _0x4fae49();},'\x5a\x79\x6f\x69\x6b':function(_0x21d446,_0x2a69bc){return _0x21d446(_0x2a69bc);},'\x64\x53\x50\x74\x46':function(_0x361710,_0x4e7aec){return _0x361710===_0x4e7aec;},'\x65\x58\x4d\x65\x7a':_0x219b('‫7'),'\x65\x57\x64\x52\x65':_0x219b('‮8'),'\x45\x53\x75\x79\x6a':_0x219b('‫9'),'\x53\x45\x59\x7a\x5a':_0x219b('‫a'),'\x49\x43\x54\x50\x66':_0x219b('‮b'),'\x4c\x61\x4d\x63\x6e':function(_0x4511c8,_0x436c7f){return _0x4511c8(_0x436c7f);},'\x66\x49\x59\x71\x6c':_0x219b('‫c')};let _0x43735d={'\x75\x72\x6c':_0x219b('‮d')+_0x57a1ec[_0x219b('‮e')](encodeURIComponent,JSON[_0x219b('‫f')](_0x427ea7))+_0x219b('‫10'),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x57a1ec[_0x219b('‮11')],'\x41\x63\x63\x65\x70\x74':_0x57a1ec[_0x219b('‫12')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x57a1ec[_0x219b('‮13')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x219b('‫14')+$[_0x219b('‫15')]+_0x219b('‮16')+$[_0x219b('‫17')]+_0x219b('‮18'),'Accept-Language':_0x57a1ec[_0x219b('‫19')],'\x52\x65\x66\x65\x72\x65\x72':_0x219b('‫1a')+_0xd8a74+_0x219b('‫1b')+_0x57a1ec[_0x219b('‫1c')](encodeURIComponent,$[_0x219b('‮1d')]),'Accept-Encoding':_0x57a1ec[_0x219b('‮1e')]}};return new Promise(_0x4d8528=>{var _0x4a857c={'\x44\x59\x75\x71\x67':function(_0x1cc541,_0x551ac5){return _0x57a1ec[_0x219b('‮e')](_0x1cc541,_0x551ac5);}};if(_0x57a1ec[_0x219b('‫1f')](_0x57a1ec[_0x219b('‫20')],_0x57a1ec[_0x219b('‫20')])){$[_0x219b('‮21')](_0x43735d,(_0x42bd53,_0xba57c8,_0x114bc1)=>{try{if(_0x42bd53){if(_0x57a1ec[_0x219b('‮22')](_0x57a1ec[_0x219b('‮23')],_0x57a1ec[_0x219b('‮24')])){console[_0x219b('‫25')](_0x42bd53);}else{res=JSON[_0x219b('‮26')](_0x114bc1);if(res[_0x219b('‫27')]){if(res[_0x219b('‫28')][_0x219b('‮29')]){$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}}else{if(_0x57a1ec[_0x219b('‮22')](_0x57a1ec[_0x219b('‫2d')],_0x57a1ec[_0x219b('‮2e')])){res=JSON[_0x219b('‮26')](_0x114bc1);if(res[_0x219b('‫27')]){if(res[_0x219b('‫28')][_0x219b('‮29')]){if(_0x57a1ec[_0x219b('‮22')](_0x57a1ec[_0x219b('‮2f')],_0x57a1ec[_0x219b('‮2f')])){res=JSON[_0x219b('‮26')](_0x114bc1);if(res[_0x219b('‫27')]){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}}else{$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}}else{$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}catch(_0x435943){if(_0x57a1ec[_0x219b('‮32')](_0x57a1ec[_0x219b('‮33')],_0x57a1ec[_0x219b('‮33')])){console[_0x219b('‫25')](_0x435943);}else{_0x4a857c[_0x219b('‮34')](_0x4d8528,_0x114bc1);}}finally{if(_0x57a1ec[_0x219b('‫35')](_0x57a1ec[_0x219b('‮36')],_0x57a1ec[_0x219b('‮36')])){_0x57a1ec[_0x219b('‮37')](_0x4d8528);}else{if(res[_0x219b('‫28')][_0x219b('‮29')]){$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}});}else{console[_0x219b('‫25')](err);}});}async function bindWithVender(_0x6a4f96,_0x2eb643){var _0x5c8438={'\x48\x59\x47\x66\x70':function(_0x343f54,_0x48d0e2){return _0x343f54===_0x48d0e2;},'\x4b\x53\x44\x54\x4a':_0x219b('‫38'),'\x79\x6a\x7a\x42\x46':function(_0x3b41cd,_0x4dfdef){return _0x3b41cd===_0x4dfdef;},'\x56\x43\x49\x4c\x59':_0x219b('‫39'),'\x5a\x66\x64\x58\x6f':_0x219b('‫3a'),'\x6d\x46\x69\x67\x6e':function(_0xb6e3d8,_0x23686f){return _0xb6e3d8===_0x23686f;},'\x7a\x74\x63\x78\x63':_0x219b('‫3b'),'\x48\x54\x41\x44\x44':function(_0xb2175d){return _0xb2175d();},'\x53\x67\x6d\x58\x56':function(_0x5c652b,_0x377eb0,_0x40b9c8){return _0x5c652b(_0x377eb0,_0x40b9c8);},'\x66\x6e\x41\x6b\x69':_0x219b('‫3c'),'\x6c\x64\x51\x6f\x6d':_0x219b('‮8'),'\x4d\x4a\x52\x70\x47':_0x219b('‫9'),'\x4d\x43\x68\x4a\x56':_0x219b('‫a'),'\x58\x69\x4a\x72\x57':_0x219b('‮b'),'\x6b\x4a\x62\x63\x68':function(_0x43c66b,_0x13d811){return _0x43c66b(_0x13d811);},'\x77\x49\x6a\x61\x4d':_0x219b('‫c')};return h5st=await _0x5c8438[_0x219b('‫3d')](geth5st,_0x5c8438[_0x219b('‫3e')],_0x6a4f96),opt={'\x75\x72\x6c':_0x219b('‮3f')+h5st,'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x5c8438[_0x219b('‮40')],'\x41\x63\x63\x65\x70\x74':_0x5c8438[_0x219b('‮41')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x5c8438[_0x219b('‫42')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x219b('‫14')+$[_0x219b('‫15')]+_0x219b('‮16')+$[_0x219b('‫17')]+_0x219b('‮18'),'Accept-Language':_0x5c8438[_0x219b('‮43')],'\x52\x65\x66\x65\x72\x65\x72':_0x219b('‫1a')+_0x2eb643+_0x219b('‮44')+_0x5c8438[_0x219b('‫45')](encodeURIComponent,$[_0x219b('‮1d')]),'Accept-Encoding':_0x5c8438[_0x219b('‫46')]}},new Promise(_0x215897=>{$[_0x219b('‮21')](opt,(_0x52284b,_0x327a7e,_0x1bb051)=>{try{if(_0x52284b){if(_0x5c8438[_0x219b('‫47')](_0x5c8438[_0x219b('‫48')],_0x5c8438[_0x219b('‫48')])){console[_0x219b('‫25')](_0x52284b);}else{console[_0x219b('‫25')](error);}}else{if(_0x5c8438[_0x219b('‮49')](_0x5c8438[_0x219b('‮4a')],_0x5c8438[_0x219b('‫4b')])){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}else{res=JSON[_0x219b('‮26')](_0x1bb051);if(res[_0x219b('‫27')]){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}}}}catch(_0x55bfed){if(_0x5c8438[_0x219b('‮4c')](_0x5c8438[_0x219b('‮4d')],_0x5c8438[_0x219b('‮4d')])){console[_0x219b('‫25')](_0x55bfed);}else{if(_0x52284b){console[_0x219b('‫25')](_0x52284b);}else{res=JSON[_0x219b('‮26')](_0x1bb051);if(res[_0x219b('‫27')]){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}}}}finally{_0x5c8438[_0x219b('‮4e')](_0x215897);}});});}function geth5st(_0x1103d7,_0x586621){var _0x430883={'\x51\x54\x44\x47\x56':function(_0x1e7d03){return _0x1e7d03();},'\x55\x66\x63\x6b\x66':function(_0x5ab017,_0x2b8838){return _0x5ab017*_0x2b8838;},'\x77\x47\x79\x73\x6d':function(_0x5935c8,_0x185779){return _0x5935c8!==_0x185779;},'\x65\x50\x69\x61\x4e':_0x219b('‫4f'),'\x6a\x65\x65\x6c\x4c':_0x219b('‮50'),'\x75\x55\x62\x72\x6a':function(_0x1a5aa8,_0x52ae2c){return _0x1a5aa8===_0x52ae2c;},'\x67\x44\x42\x75\x58':_0x219b('‫51'),'\x6f\x54\x41\x6e\x4b':_0x219b('‫52'),'\x62\x76\x78\x6e\x42':function(_0xa50297,_0x6b8ce2){return _0xa50297(_0x6b8ce2);},'\x48\x52\x45\x63\x64':_0x219b('‮53'),'\x75\x7a\x72\x61\x4e':_0x219b('‮54'),'\x48\x4f\x70\x44\x51':_0x219b('‫55'),'\x6c\x73\x6b\x70\x45':_0x219b('‮56'),'\x68\x4b\x79\x4e\x43':_0x219b('‮57'),'\x51\x6d\x4f\x72\x54':_0x219b('‫58'),'\x75\x42\x74\x6e\x47':_0x219b('‮59'),'\x6b\x59\x50\x46\x52':_0x219b('‮5a')};return new Promise(async _0x255c7d=>{var _0x373d32={'\x73\x55\x46\x44\x4e':function(_0x16c255){return _0x430883[_0x219b('‫5b')](_0x16c255);},'\x45\x47\x68\x47\x77':function(_0x2bd73b,_0xef9125){return _0x430883[_0x219b('‮5c')](_0x2bd73b,_0xef9125);},'\x72\x56\x55\x6c\x59':function(_0x3d06bf,_0x4e3e01){return _0x430883[_0x219b('‫5d')](_0x3d06bf,_0x4e3e01);},'\x57\x45\x75\x42\x52':_0x430883[_0x219b('‮5e')],'\x71\x66\x47\x4c\x74':_0x430883[_0x219b('‫5f')],'\x52\x44\x76\x57\x6b':function(_0xd1e750,_0x1d575d){return _0x430883[_0x219b('‫60')](_0xd1e750,_0x1d575d);},'\x61\x53\x65\x47\x43':_0x430883[_0x219b('‮61')],'\x77\x53\x4e\x50\x77':_0x430883[_0x219b('‮62')],'\x73\x76\x6a\x4b\x48':function(_0x2a1cfb,_0x46f22f){return _0x430883[_0x219b('‮63')](_0x2a1cfb,_0x46f22f);}};if(_0x430883[_0x219b('‫5d')](_0x430883[_0x219b('‮64')],_0x430883[_0x219b('‮64')])){$[_0x219b('‫65')](e,resp);}else{let _0x30ff4={'\x61\x70\x70\x49\x64':_0x430883[_0x219b('‮66')],'\x62\x6f\x64\x79':{'\x61\x70\x70\x69\x64':_0x430883[_0x219b('‮67')],'\x66\x75\x6e\x63\x74\x69\x6f\x6e\x49\x64':_0x1103d7,'\x62\x6f\x64\x79':JSON[_0x219b('‫f')](_0x586621),'\x63\x6c\x69\x65\x6e\x74\x56\x65\x72\x73\x69\x6f\x6e':_0x430883[_0x219b('‫68')],'\x63\x6c\x69\x65\x6e\x74':'\x48\x35','\x61\x63\x74\x69\x76\x69\x74\x79\x49\x64':$[_0x219b('‫2c')]},'\x63\x61\x6c\x6c\x62\x61\x63\x6b\x41\x6c\x6c':!![]};let _0x2be600='';let _0xb852e3=[_0x430883[_0x219b('‮69')]];if(process[_0x219b('‫6a')][_0x219b('‮6b')]){if(_0x430883[_0x219b('‫60')](_0x430883[_0x219b('‮6c')],_0x430883[_0x219b('‫6d')])){_0x373d32[_0x219b('‮6e')](_0x255c7d);}else{_0x2be600=process[_0x219b('‫6a')][_0x219b('‮6b')];}}else{_0x2be600=_0xb852e3[Math[_0x219b('‫6f')](_0x430883[_0x219b('‮5c')](Math[_0x219b('‮70')](),_0xb852e3[_0x219b('‫71')]))];}let _0x1ba80c={'\x75\x72\x6c':_0x219b('‮72'),'\x62\x6f\x64\x79':JSON[_0x219b('‫f')](_0x30ff4),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x2be600,'Content-Type':_0x430883[_0x219b('‫73')]},'\x74\x69\x6d\x65\x6f\x75\x74':_0x430883[_0x219b('‮5c')](0x1e,0x3e8)};$[_0x219b('‫74')](_0x1ba80c,async(_0x46941b,_0x74988f,_0x30ff4)=>{try{if(_0x46941b){if(_0x373d32[_0x219b('‮75')](_0x373d32[_0x219b('‮76')],_0x373d32[_0x219b('‫77')])){_0x30ff4=await geth5st[_0x219b('‮78')](this,arguments);}else{_0x2be600=_0xb852e3[Math[_0x219b('‫6f')](_0x373d32[_0x219b('‮79')](Math[_0x219b('‮70')](),_0xb852e3[_0x219b('‫71')]))];}}else{}}catch(_0x290dbf){$[_0x219b('‫65')](_0x290dbf,_0x74988f);}finally{if(_0x373d32[_0x219b('‫7a')](_0x373d32[_0x219b('‫7b')],_0x373d32[_0x219b('‮7c')])){_0x2be600=process[_0x219b('‫6a')][_0x219b('‮6b')];}else{_0x373d32[_0x219b('‮7d')](_0x255c7d,_0x30ff4);}}});}});};_0xod2='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)}
diff --git a/jd_lzdz1_customized6101.js b/jd_lzdz1_customized6101.js
deleted file mode 100644
index 29986df..0000000
--- a/jd_lzdz1_customized6101.js
+++ /dev/null
@@ -1,546 +0,0 @@
-/*
-为热爱选择 一起618
-*/
-const $ = new Env("为热爱选择 一起618");
-const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
-const notify = $.isNode() ? require("./sendNotify") : "";
-let cookiesArr = [], cookie = "", message = "";
-let ownCode = null;
-let authorCodeList = [];
-if ($.isNode()) {
-  Object.keys(jdCookieNode).forEach((item) => {
-    cookiesArr.push(jdCookieNode[item]);
-  });
-  if (process.env.JD_DEBUG && process.env.JD_DEBUG === "false") console.log = () => {};
-} else {
-  let cookiesData = $.getdata("CookiesJD") || "[]";
-  cookiesData = JSON.parse(cookiesData);
-  cookiesArr = cookiesData.map((item) => item.cookie);
-  cookiesArr.reverse();
-  cookiesArr.push(...[$.getdata("CookieJD2"), $.getdata("CookieJD")]);
-  cookiesArr.reverse();
-  cookiesArr = cookiesArr.filter((item) => !!item);
-}
-!(async () => {
-  $.getAuthorCodeListerr = false;
-  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;
-  }
-  // authorCodeList = await getAuthorCodeList('https://gitee.com/fatelight/code/raw/master/lzdz112.json')
-  // if ($.getAuthorCodeListerr === false) {
-  //     authorCodeList = [
-  //         '917746a95cae46618c8f6b0ff55dfbc2',
-  //     ]
-  // }
-  for (let i = 0; i < cookiesArr.length; i++) {
-    if (cookiesArr[i]) {
-      cookie = cookiesArr[i];
-      originCookie = cookiesArr[i];
-      newCookie = "";
-      $.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1]);
-      $.index = i + 1;
-      $.isLogin = true;
-      $.nickName = "";
-      await checkCookie();
-      console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
-      if (!$.isLogin) {
-        $.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
-        // if ($.isNode()) {
-        //     await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
-        // }
-        continue;
-      }
-      $.bean = 0;
-      $.ADID = getUUID("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", 1);
-      $.UUID = getUUID("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
-      authorCodeList = [
-        '135234f460a94ba4955410b65bc8830e',
-        'b09bec7f9fbe48a78596a454532b1d29',
-        '04241777585941ac89d83b9f7cc66b0b',
-      ];
-      // $.authorCode = authorCodeList[random(0, authorCodeList.length)];
-      $.authorCode = ownCode ? ownCode : authorCodeList[random(0, authorCodeList.length)]
-      $.authorNum = `${random(1000000, 9999999)}`;
-      $.randomCode = random(1000000, 9999999);
-      $.activityId = "dzlhkkd1304d0fa8d97c17d8423853";
-      $.activityShopId = "1000000904";
-      $.activityUrl = `https://lzdz1-isv.isvjcloud.com/dingzhi/customized/common/activity/${$.authorNum}?activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}&adsource=SD&shareuserid4minipg=${encodeURIComponent($.secretPin)}&shopid=undefined&lng=00.000000&lat=00.000000&sid=&un_area=`;
-      await member();
-      // await $.wait(1000);
-      if ($.bean > 0) {
-        message += `\n【京东账号${$.index}】${$.nickName || $.UserName} \n       └ 获得 ${$.bean} 京豆。`;
-      }
-    }
-  }
-  if (message !== "") {
-    if ($.isNode()) {
-      await notify.sendNotify($.name, message, "", `\n`);
-    } else {
-      $.msg($.name, "有点儿收获", message);
-    }
-  }
-})()
-  .catch((e) => {
-    $.log("", `❌ ${$.name}, 失败! 原因: ${e}!`, "");
-  })
-  .finally(() => {
-    $.done();
-  });
-
-async function member() {
-  $.token = null;
-  $.secretPin = null;
-  $.openCardActivityId = null;
-  $.addScore = 1
-  lz_cookie = {};
-  await getFirstLZCK();
-  await getToken();
-  await task("dz/common/getSimpleActInfoVo", `activityId=${$.activityId}`, 1);
-  if ($.token) {
-    await getMyPing();
-    if ($.secretPin) {
-      console.log("去助力 -> " + $.authorCode);
-      await taskaccessLog("common/accessLogWithAD", `venderId=${$.activityShopId}&code=99&pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&pageUrl=${$.activityUrl}&subType=app&adSource=FLP`, 1);
-      // await task("wxActionCommon/getUserInfo", `pin=${encodeURIComponent($.secretPin)}`, 1);
-      if ($.index === 1) {
-        await task("linkgame/activity/content", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&cjyxPin=&cjhyPin=&shareUuid=${encodeURIComponent($.authorCode)}`, 0, 1);
-      } else {
-        await task("linkgame/activity/content", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&cjyxPin=&cjhyPin=&shareUuid=${encodeURIComponent($.authorCode)}`);
-      }
-      $.log("关注店铺");
-      await task("opencard/follow/shop", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      await task("taskact/common/drawContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      await task("linkgame/task/opencard/info", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`);
-      $.log("加入店铺会员");
-      if ($.openCardList) {
-        for (const vo of $.openCardList) {
-          // console.log(vo)
-          $.log(`>>> 去加入${vo.name} ${vo.venderId}`);
-          // await task("crm/pageVisit/insertCrmPageVisit", `venderId=1000000576&elementId=入会跳转&pageId=dzlhkk068d4d0ab8a6609723002f50&pin=${encodeURIComponent($.secretPin)}`, 1);
-          // await $.wait(500);
-          // await getFirstLZCK();
-          // await getToken();
-          if (vo.status == 0) {
-            await getShopOpenCardInfo({ venderId: `${vo.venderId}`, channel: "401" }, vo.venderId);
-            // console.log($.openCardActivityId)
-            await bindWithVender({ venderId: `${vo.venderId}`, bindByVerifyCodeFlag: 1, registerExtend: {}, writeChildFlag: 0, activityId: 2329491, channel: 401 }, vo.venderId);
-            await $.wait(500);
-          } else {
-            $.log(`>>> 已经是会员`);
-          }
-        }
-      } else {
-        $.log("没有获取到对应的任务。\n");
-      }
-      await task("linkgame/checkOpenCard", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`);
-      console.log("去助力 -> " + $.authorCode);
-      await task("linkgame/assist/status", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      await task("linkgame/assist", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      // await task('linkgame/help/list', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-
-      // await task('linkgame/task/info', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-      // console.log('任务 -> ')
-      // await $.wait(2000)
-      // await task('opencard/addCart', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await $.wait(2000)
-      // await task('linkgame/sendAllCoupon', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await getFirstLZCK()
-      // await getToken();
-      // console.log('抽奖 -> ')
-      // await $.wait(2000)
-      // await task('linkgame/draw', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-      // console.log('100 -> ')
-      // await getFirstLZCK()
-      // await getToken();
-      // await $.wait(2000)
-      // await task('linkgame/draw/record', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-    }
-  }
-}
-
-function task(function_id, body, isCommon = 0, own = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              switch (function_id) {
-                case "dz/common/getSimpleActInfoVo":
-                  $.jdActivityId = data.data.jdActivityId;
-                  $.venderId = data.data.venderId;
-                  $.activityType = data.data.activityType;
-                  console.log($.venderId)
-                  break;
-                case "wxActionCommon/getUserInfo":
-                  break;
-                case "linkgame/activity/content":
-                  if (!data.data.hasEnd) {
-                    $.log(`开启【${data.data.activity["name"]}】活动`);
-                    $.log("-------------------");
-                    if ($.index === 1) {
-                      ownCode = data.data.actor["actorUuid"];
-                      console.log(ownCode);
-                    }
-                    $.actorUuid = data.data.actor["actorUuid"];
-                  } else {
-                    $.log("活动已经结束");
-                  }
-                  break;
-                case "linkgame/task/opencard/info":
-                  $.openCardList = data.data.followShopList;
-                  $.openCardStatus = data.data;
-                  // console.log(data)
-                  break;
-                case "opencard/follow/shop":
-                  console.log(data);
-                  if (data.data) {
-                    $.addScore = data.data.addScore 
-                  }
-                  break;
-                case "linkgame/sign":
-                  console.log(data);
-                  break;
-                case "opencard/addCart":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-                  break;
-                case "linkgame/sendAllCoupon":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-
-                  break;
-                case "interaction/write/writePersonInfo":
-                  console.log(data);
-                  break;
-                case "linkgame/draw":
-                  console.log(data);
-                  break;
-                case "linkgame/draw/record":
-                  console.log(data.data);
-                  break;
-                case "linkgame/assist/status":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "linkgame/assist":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "opencard/help/list":
-                  $.log(JSON.stringify(data));
-                  break;
-                default:
-                  // $.log(JSON.stringify(data))
-                  break;
-              }
-            } else {
-              // $.log(JSON.stringify(data))
-            }
-          } else {
-            // $.log("京东没有返回数据")
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function taskaccessLog(function_id, body, isCommon = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          // console.log(resp);
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie};`;
-            for (let sk of resp["headers"]["set-cookie"]) {
-              lz_cookie[sk.split(";")[0].substr(0, sk.split(";")[0].indexOf("="))] = sk.split(";")[0].substr(sk.split(";")[0].indexOf("=") + 1);
-            }
-            for (const vo of Object.keys(lz_cookie)) {
-              cookie += vo + "=" + lz_cookie[vo] + ";";
-            }
-          }
-        }
-      } catch (error) {
-        console.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-
-function getAuthorCodeList(url) {
-  return new Promise((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",
-      },
-    };
-    $.get(options, async (err, resp, data) => {
-      try {
-        if (err) {
-          // $.log(err)
-          $.getAuthorCodeListerr = false;
-        } else {
-          if (data) data = JSON.parse(data);
-          $.getAuthorCodeListerr = true;
-        }
-      } catch (e) {
-        $.logErr(e, resp);
-        data = null;
-      } finally {
-        resolve(data);
-      }
-    });
-  });
-}
-
-function taskUrl(function_id, body, isCommon) {
-  return {
-    url: isCommon ? `https://lzdz1-isv.isvjcloud.com/${function_id}` : `https://lzdz1-isv.isvjcloud.com/dingzhi/${function_id}`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: $.cookie,
-    },
-    body: body,
-  };
-}
-
-function getMyPing() {
-  let opt = {
-    url: `https://lzdz1-isv.isvjcloud.com/customer/getMyPing`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: cookie,
-    },
-    body: `userId=${$.activityShopId}&token=${$.token}&fromType=APP&riskType=1`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (resp["headers"]["Set-Cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              $.log(`你好:${data.data.nickname}`);
-              $.pin = data.data.nickname;
-              $.secretPin = data.data.secretPin;
-              cookie = `${cookie};AUTH_C_USER=${data.data.secretPin}`;
-            } else {
-              $.log(data.errorMessage);
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function getFirstLZCK() {
-  return new Promise((resolve) => {
-    $.get(
-      {
-        url: $.activityUrl,
-        headers: {
-          "user-agent": $.isNode() ? process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : require("./USER_AGENTS").USER_AGENT : $.getdata("JDUA") ? $.getdata("JDUA") : "jdapp;iPhone;9.4.4;14.3;network/4g;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1",
-        },
-      },
-      (err, resp, data) => {
-        try {
-          if (err) {
-            console.log(err);
-          } else {
-            if (resp["headers"]["set-cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            if (resp["headers"]["Set-Cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            $.cookie = cookie
-          }
-        } catch (error) {
-          console.log(error);
-        } finally {
-          resolve();
-        }
-      }
-    );
-  });
-}
-function getToken() {
-  let opt = {
-    url: `https://api.m.jd.com/client.action?functionId=isvObfuscator`,
-    headers: {
-      Host: "api.m.jd.com",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "JD4iPhone/167650 (iPhone; iOS 13.7; Scale/3.00)",
-      "Accept-Language": "zh-Hans-CN;q=1",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-    body: `body=%7B%22url%22%3A%20%22https%3A//lzkj-isv.isvjcloud.com%22%2C%20%22id%22%3A%20%22%22%7D&uuid=hjudwgohxzVu96krv&client=apple&clientVersion=9.4.0&st=1620476162000&sv=111&sign=f9d1b7e3b943b6a136d54fe4f892af05`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.code === "0") {
-              $.token = data.token;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function random(min, max) {
-  return Math.floor(Math.random() * (max - min)) + min;
-}
-function getUUID(format = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", UpperCase = 0) {
-  return format.replace(/[xy]/g, function (c) {
-    var r = (Math.random() * 16) | 0,
-      v = c == "x" ? r : (r & 0x3) | 0x8;
-    if (UpperCase) {
-      uuid = v.toString(36).toUpperCase();
-    } else {
-      uuid = v.toString(36);
-    }
-    return uuid;
-  });
-}
-function checkCookie() {
-  const options = {
-    url: "https://me-api.jd.com/user_new/info/GetJDUserInfoUnion",
-    headers: {
-      Host: "me-api.jd.com",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1",
-      "Accept-Language": "zh-cn",
-      Referer: "https://home.m.jd.com/myJd/newhome.action?sceneval=2&ufc=&",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-  };
-  return new Promise((resolve) => {
-    $.get(options, (err, resp, data) => {
-      try {
-        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.hasOwnProperty("userInfo")) {
-              $.nickName = data.data.userInfo.baseInfo.nickname;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (e) {
-        $.logErr(e);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-// prettier-ignore
-var _0xod7='jsjiami.com.v6',_0xod7_=['‮_0xod7'],_0x1acd=[_0xod7,'\x53\x33\x4a\x54\x56\x32\x4d\x3d','\x54\x47\x4e\x4c\x62\x6e\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','\x56\x45\x56\x4a\x59\x57\x38\x3d','\x55\x6d\x78\x6d\x59\x32\x4d\x3d','\x63\x45\x39\x31\x52\x6b\x4d\x3d','\x64\x6e\x5a\x75\x57\x45\x4d\x3d','\x62\x33\x64\x32\x5a\x47\x55\x3d','\x59\x33\x70\x4b\x62\x47\x67\x3d','\x51\x55\x64\x59\x59\x30\x6b\x3d','\x54\x30\x4a\x58\x55\x45\x59\x3d','\x56\x57\x6c\x55\x51\x33\x63\x3d','\x59\x6d\x6c\x75\x5a\x46\x64\x70\x64\x47\x68\x57\x5a\x57\x35\x6b\x5a\x58\x49\x3d','\x52\x57\x52\x36\x62\x57\x67\x3d','\x55\x48\x56\x58\x62\x6b\x59\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','\x52\x33\x5a\x75\x55\x6c\x55\x3d','\x52\x6c\x5a\x71\x53\x30\x55\x3d','\x56\x47\x35\x69\x63\x30\x73\x3d','\x61\x6e\x6c\x47\x54\x31\x41\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','\x59\x55\x78\x36\x61\x31\x63\x3d','\x56\x6d\x74\x75\x62\x33\x51\x3d','\x54\x56\x6c\x6f\x54\x45\x4d\x3d','\x62\x58\x64\x34\x52\x47\x30\x3d','\x65\x6c\x5a\x70\x59\x57\x34\x3d','\x52\x55\x46\x4a\x51\x6b\x45\x3d','\x53\x57\x70\x7a\x59\x6b\x6f\x3d','\x56\x55\x74\x79\x61\x46\x55\x3d','\x56\x32\x74\x69\x53\x45\x77\x3d','\x54\x46\x4a\x49\x61\x6b\x77\x3d','\x54\x30\x4e\x44\x54\x6e\x63\x3d','\x56\x31\x70\x7a\x57\x56\x6f\x3d','\x56\x33\x4e\x72\x63\x48\x67\x3d','\x61\x56\x42\x6b\x5a\x58\x67\x3d','\x51\x6e\x64\x6c\x55\x31\x63\x3d','\x65\x57\x35\x5a\x63\x58\x49\x3d','\x63\x47\x74\x50\x64\x58\x4d\x3d','\x57\x6d\x56\x5a\x62\x6c\x67\x3d','\x61\x56\x68\x4e\x54\x33\x6b\x3d','\x62\x56\x5a\x33\x65\x56\x67\x3d','\x55\x47\x4a\x50\x51\x55\x49\x3d','\x54\x33\x68\x74\x56\x57\x59\x3d','\x62\x55\x31\x52\x61\x33\x59\x3d','\x53\x57\x4a\x45\x62\x56\x45\x3d','\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','\x5a\x57\x35\x32','\x55\x30\x6c\x48\x54\x6c\x39\x56\x55\x6b\x77\x3d','\x59\x6d\x52\x6e\x63\x30\x30\x3d','\x57\x6b\x74\x34\x53\x6b\x34\x3d','\x59\x30\x56\x51\x63\x6d\x4d\x3d','\x65\x45\x64\x72\x54\x47\x38\x3d','\x5a\x45\x74\x57\x64\x6d\x67\x3d','\x51\x58\x68\x73\x63\x6d\x6f\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','\x64\x6c\x6c\x43\x5a\x45\x67\x3d','\x51\x6b\x31\x47\x61\x33\x6b\x3d','\x61\x58\x56\x36\x61\x31\x45\x3d','\x5a\x30\x68\x33\x52\x58\x6f\x3d','\x55\x32\x56\x4d\x52\x6e\x45\x3d','\x52\x57\x35\x59\x65\x6c\x6b\x3d','\x55\x48\x70\x34\x63\x55\x67\x3d','\x54\x6c\x52\x42\x55\x56\x41\x3d','\x61\x30\x56\x78\x65\x6e\x45\x3d','\x61\x6c\x5a\x59\x63\x48\x45\x3d','\x51\x57\x31\x4f\x63\x6b\x6b\x3d','\x63\x57\x6c\x43\x64\x32\x63\x3d','\x5a\x6d\x78\x76\x62\x33\x49\x3d','\x62\x46\x6c\x57\x65\x47\x73\x3d','\x63\x6d\x46\x75\x5a\x47\x39\x74','\x62\x47\x56\x75\x5a\x33\x52\x6f','\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','\x52\x47\x5a\x61\x62\x32\x67\x3d','\x57\x45\x4e\x36\x62\x6e\x59\x3d','\x63\x47\x39\x7a\x64\x41\x3d\x3d','\x53\x6b\x64\x4a\x53\x6b\x6f\x3d','\x59\x30\x78\x31\x57\x56\x63\x3d','\x53\x6d\x56\x74\x64\x6b\x67\x3d','\x56\x46\x4e\x6c\x59\x55\x59\x3d','\x5a\x6c\x64\x6d\x54\x31\x51\x3d','\x59\x58\x42\x77\x62\x48\x6b\x3d','\x65\x6b\x39\x49\x64\x45\x67\x3d','\x56\x46\x70\x75\x51\x6d\x6f\x3d','\x62\x47\x39\x6e\x52\x58\x4a\x79','\x61\x30\x64\x42\x55\x55\x51\x3d','\x56\x46\x6c\x48\x57\x48\x6f\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','\x65\x47\x52\x75\x51\x6c\x49\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','\x55\x6b\x70\x46\x55\x33\x6f\x3d','\x62\x48\x5a\x6c\x64\x6e\x67\x3d','\x59\x31\x68\x71\x63\x6e\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','\x61\x57\x4a\x49\x5a\x48\x45\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','\x59\x57\x4e\x30\x61\x58\x5a\x70\x64\x48\x6c\x56\x63\x6d\x77\x3d','\x5a\x55\x64\x48\x65\x6e\x67\x3d','\x61\x58\x46\x34\x57\x55\x38\x3d','\x59\x56\x52\x6b\x65\x6d\x55\x3d','\x62\x56\x52\x51\x65\x55\x63\x3d','\x5a\x32\x56\x30','\x6a\x6b\x73\x6a\x45\x69\x48\x61\x6d\x69\x64\x53\x2e\x63\x54\x6f\x6d\x43\x2e\x76\x36\x68\x6c\x45\x45\x56\x50\x75\x56\x3d\x3d'];if(function(_0x47dca4,_0x2e45a0,_0x2d0d38){function _0x358c40(_0x4e0fee,_0x44d395,_0x5f1629,_0x6d2cae,_0x379df8,_0x59c1d4){_0x44d395=_0x44d395>>0x8,_0x379df8='po';var _0x24e0cd='shift',_0x197297='push',_0x59c1d4='‮';if(_0x44d395<_0x4e0fee){while(--_0x4e0fee){_0x6d2cae=_0x47dca4[_0x24e0cd]();if(_0x44d395===_0x4e0fee&&_0x59c1d4==='‮'&&_0x59c1d4['length']===0x1){_0x44d395=_0x6d2cae,_0x5f1629=_0x47dca4[_0x379df8+'p']();}else if(_0x44d395&&_0x5f1629['replace'](/[kEHdSTChlEEVPuV=]/g,'')===_0x44d395){_0x47dca4[_0x197297](_0x6d2cae);}}_0x47dca4[_0x197297](_0x47dca4[_0x24e0cd]());}return 0xdaf2e;};return _0x358c40(++_0x2e45a0,_0x2d0d38)>>_0x2e45a0^_0x2d0d38;}(_0x1acd,0x1d5,0x1d500),_0x1acd){_0xod7_=_0x1acd['length']^0x1d5;};function _0x27de(_0x4ab799,_0x2148e0){_0x4ab799=~~'0x'['concat'](_0x4ab799['slice'](0x1));var _0x38aa70=_0x1acd[_0x4ab799];if(_0x27de['HEabFd']===undefined&&'‮'['length']===0x1){(function(){var _0x48587b=function(){var _0x226fa7;try{_0x226fa7=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');')();}catch(_0x302471){_0x226fa7=window;}return _0x226fa7;};var _0x2dcb25=_0x48587b();var _0x5d0b0e='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x2dcb25['atob']||(_0x2dcb25['atob']=function(_0x41138d){var _0x37290e=String(_0x41138d)['replace'](/=+$/,'');for(var _0x1da2f9=0x0,_0x27e844,_0x496c4d,_0x55ec30=0x0,_0x46993b='';_0x496c4d=_0x37290e['charAt'](_0x55ec30++);~_0x496c4d&&(_0x27e844=_0x1da2f9%0x4?_0x27e844*0x40+_0x496c4d:_0x496c4d,_0x1da2f9++%0x4)?_0x46993b+=String['fromCharCode'](0xff&_0x27e844>>(-0x2*_0x1da2f9&0x6)):0x0){_0x496c4d=_0x5d0b0e['indexOf'](_0x496c4d);}return _0x46993b;});}());_0x27de['ciicrd']=function(_0x35e622){var _0x1ca022=atob(_0x35e622);var _0x460af0=[];for(var _0x27de2b=0x0,_0x1b5b31=_0x1ca022['length'];_0x27de2b<_0x1b5b31;_0x27de2b++){_0x460af0+='%'+('00'+_0x1ca022['charCodeAt'](_0x27de2b)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x460af0);};_0x27de['qeLOEi']={};_0x27de['HEabFd']=!![];}var _0x4e1a4f=_0x27de['qeLOEi'][_0x4ab799];if(_0x4e1a4f===undefined){_0x38aa70=_0x27de['ciicrd'](_0x38aa70);_0x27de['qeLOEi'][_0x4ab799]=_0x38aa70;}else{_0x38aa70=_0x4e1a4f;}return _0x38aa70;};function getShopOpenCardInfo(_0x2dfe13,_0x2a9c59){var _0x169e2b={'\x69\x71\x78\x59\x4f':function(_0x237960,_0x2865f7){return _0x237960===_0x2865f7;},'\x61\x54\x64\x7a\x65':_0x27de('‮0'),'\x6d\x54\x50\x79\x47':function(_0x5db734){return _0x5db734();},'\x78\x64\x6e\x42\x52':function(_0x27ef1f,_0x2696d1){return _0x27ef1f(_0x2696d1);},'\x52\x4a\x45\x53\x7a':_0x27de('‫1'),'\x6c\x76\x65\x76\x78':_0x27de('‫2'),'\x63\x58\x6a\x72\x70':_0x27de('‫3'),'\x69\x62\x48\x64\x71':_0x27de('‮4'),'\x65\x47\x47\x7a\x78':_0x27de('‫5')};let _0x4540b3={'\x75\x72\x6c':_0x27de('‮6')+_0x169e2b[_0x27de('‮7')](encodeURIComponent,JSON[_0x27de('‫8')](_0x2dfe13))+_0x27de('‮9'),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x169e2b[_0x27de('‮a')],'\x41\x63\x63\x65\x70\x74':_0x169e2b[_0x27de('‮b')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x169e2b[_0x27de('‫c')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x27de('‫d')+$[_0x27de('‫e')]+_0x27de('‫f')+$[_0x27de('‫10')]+_0x27de('‫11'),'Accept-Language':_0x169e2b[_0x27de('‫12')],'\x52\x65\x66\x65\x72\x65\x72':_0x27de('‮13')+_0x2a9c59+_0x27de('‮14')+_0x169e2b[_0x27de('‮7')](encodeURIComponent,$[_0x27de('‫15')]),'Accept-Encoding':_0x169e2b[_0x27de('‮16')]}};return new Promise(_0x24d014=>{var _0x45d140={'\x4b\x72\x53\x57\x63':function(_0x564cc4,_0x316683){return _0x169e2b[_0x27de('‫17')](_0x564cc4,_0x316683);},'\x4c\x63\x4b\x6e\x79':_0x169e2b[_0x27de('‫18')],'\x54\x45\x49\x61\x6f':function(_0x32cebc){return _0x169e2b[_0x27de('‫19')](_0x32cebc);}};$[_0x27de('‫1a')](_0x4540b3,(_0x497df1,_0x18ad2f,_0x1d037c)=>{if(_0x45d140[_0x27de('‮1b')](_0x45d140[_0x27de('‮1c')],_0x45d140[_0x27de('‮1c')])){try{if(_0x497df1){console[_0x27de('‫1d')](_0x497df1);}else{res=JSON[_0x27de('‫1e')](_0x1d037c);if(res[_0x27de('‮1f')]){if(res[_0x27de('‮20')][_0x27de('‮21')]){$[_0x27de('‮22')]=res[_0x27de('‮20')][_0x27de('‮21')][0x0][_0x27de('‫23')][_0x27de('‮24')];}}}}catch(_0x487efd){console[_0x27de('‫1d')](_0x487efd);}finally{_0x45d140[_0x27de('‮25')](_0x24d014);}}else{console[_0x27de('‫1d')](_0x497df1);}});});}async function bindWithVender(_0x4bf9aa,_0x5a230c){var _0x5180ad={'\x4d\x59\x68\x4c\x43':function(_0x396660){return _0x396660();},'\x6d\x77\x78\x44\x6d':function(_0x4b2169,_0x405a0d){return _0x4b2169!==_0x405a0d;},'\x7a\x56\x69\x61\x6e':_0x27de('‫26'),'\x45\x41\x49\x42\x41':_0x27de('‫27'),'\x49\x6a\x73\x62\x4a':function(_0xcf4ea9,_0x3221b8){return _0xcf4ea9===_0x3221b8;},'\x55\x4b\x72\x68\x55':_0x27de('‫28'),'\x57\x6b\x62\x48\x4c':_0x27de('‫29'),'\x4c\x52\x48\x6a\x4c':_0x27de('‮2a'),'\x4f\x43\x43\x4e\x77':_0x27de('‫2b'),'\x57\x5a\x73\x59\x5a':_0x27de('‫2c'),'\x57\x73\x6b\x70\x78':_0x27de('‮2d'),'\x45\x64\x7a\x6d\x68':function(_0x148959,_0x176008,_0x319ba8){return _0x148959(_0x176008,_0x319ba8);},'\x50\x75\x57\x6e\x46':_0x27de('‮2e'),'\x47\x76\x6e\x52\x55':_0x27de('‫1'),'\x46\x56\x6a\x4b\x45':_0x27de('‫2'),'\x54\x6e\x62\x73\x4b':_0x27de('‫3'),'\x6a\x79\x46\x4f\x50':_0x27de('‮4'),'\x61\x4c\x7a\x6b\x57':function(_0x3768db,_0x1db8ba){return _0x3768db(_0x1db8ba);},'\x56\x6b\x6e\x6f\x74':_0x27de('‫5')};return h5st=await _0x5180ad[_0x27de('‮2f')](geth5st,_0x5180ad[_0x27de('‮30')],_0x4bf9aa),opt={'\x75\x72\x6c':_0x27de('‮31')+h5st,'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x5180ad[_0x27de('‮32')],'\x41\x63\x63\x65\x70\x74':_0x5180ad[_0x27de('‫33')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x5180ad[_0x27de('‮34')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x27de('‫d')+$[_0x27de('‫e')]+_0x27de('‫f')+$[_0x27de('‫10')]+_0x27de('‫11'),'Accept-Language':_0x5180ad[_0x27de('‫35')],'\x52\x65\x66\x65\x72\x65\x72':_0x27de('‮13')+_0x5a230c+_0x27de('‮36')+_0x5180ad[_0x27de('‮37')](encodeURIComponent,$[_0x27de('‫15')]),'Accept-Encoding':_0x5180ad[_0x27de('‫38')]}},new Promise(_0x2c2848=>{var _0x1f470d={'\x69\x50\x64\x65\x78':function(_0x4c0bea){return _0x5180ad[_0x27de('‫39')](_0x4c0bea);},'\x42\x77\x65\x53\x57':function(_0x240905,_0x2118e5){return _0x5180ad[_0x27de('‫3a')](_0x240905,_0x2118e5);},'\x79\x6e\x59\x71\x72':_0x5180ad[_0x27de('‫3b')],'\x70\x6b\x4f\x75\x73':_0x5180ad[_0x27de('‮3c')],'\x5a\x65\x59\x6e\x58':function(_0x2ff734,_0x50b6d9){return _0x5180ad[_0x27de('‮3d')](_0x2ff734,_0x50b6d9);},'\x69\x58\x4d\x4f\x79':_0x5180ad[_0x27de('‫3e')],'\x6d\x56\x77\x79\x58':function(_0x43cb7f,_0x5f0fa8){return _0x5180ad[_0x27de('‮3d')](_0x43cb7f,_0x5f0fa8);},'\x50\x62\x4f\x41\x42':_0x5180ad[_0x27de('‫3f')],'\x4f\x78\x6d\x55\x66':_0x5180ad[_0x27de('‫40')],'\x49\x62\x44\x6d\x51':_0x5180ad[_0x27de('‫41')],'\x62\x64\x67\x73\x4d':_0x5180ad[_0x27de('‫42')],'\x5a\x4b\x78\x4a\x4e':_0x5180ad[_0x27de('‮43')]};$[_0x27de('‫1a')](opt,(_0x311afb,_0x3b7aab,_0x4c2873)=>{var _0x53384e={'\x6d\x4d\x51\x6b\x76':function(_0x26e196){return _0x1f470d[_0x27de('‫44')](_0x26e196);}};try{if(_0x1f470d[_0x27de('‮45')](_0x1f470d[_0x27de('‫46')],_0x1f470d[_0x27de('‮47')])){if(_0x311afb){if(_0x1f470d[_0x27de('‫48')](_0x1f470d[_0x27de('‫49')],_0x1f470d[_0x27de('‫49')])){console[_0x27de('‫1d')](_0x311afb);}else{console[_0x27de('‫1d')](error);}}else{if(_0x1f470d[_0x27de('‮4a')](_0x1f470d[_0x27de('‫4b')],_0x1f470d[_0x27de('‮4c')])){_0x53384e[_0x27de('‮4d')](_0x2c2848);}else{res=JSON[_0x27de('‫1e')](_0x4c2873);if(res[_0x27de('‮1f')]){if(_0x1f470d[_0x27de('‮4a')](_0x1f470d[_0x27de('‫4e')],_0x1f470d[_0x27de('‫4e')])){console[_0x27de('‫1d')](res);$[_0x27de('‫4f')]=res[_0x27de('‮50')];}else{console[_0x27de('‫1d')](_0x311afb);}}}}}else{Host=process[_0x27de('‮51')][_0x27de('‫52')];}}catch(_0x317968){if(_0x1f470d[_0x27de('‮4a')](_0x1f470d[_0x27de('‮53')],_0x1f470d[_0x27de('‮53')])){console[_0x27de('‫1d')](_0x317968);}else{$[_0x27de('‮22')]=res[_0x27de('‮20')][_0x27de('‮21')][0x0][_0x27de('‫23')][_0x27de('‮24')];}}finally{if(_0x1f470d[_0x27de('‮45')](_0x1f470d[_0x27de('‫54')],_0x1f470d[_0x27de('‫54')])){_0x1f470d[_0x27de('‫44')](_0x2c2848);}else{_0x1f470d[_0x27de('‫44')](_0x2c2848);}}});});}function geth5st(_0x1c2dc4,_0x38bbf9){var _0xad3eae={'\x76\x59\x42\x64\x48':function(_0xb6682a,_0x1dbeb1){return _0xb6682a===_0x1dbeb1;},'\x42\x4d\x46\x6b\x79':_0x27de('‮55'),'\x69\x75\x7a\x6b\x51':function(_0x521e0c,_0x1ffbd9){return _0x521e0c!==_0x1ffbd9;},'\x67\x48\x77\x45\x7a':_0x27de('‮56'),'\x53\x65\x4c\x46\x71':_0x27de('‮57'),'\x45\x6e\x58\x7a\x59':function(_0x4fa54e,_0x1f1dc2){return _0x4fa54e===_0x1f1dc2;},'\x50\x7a\x78\x71\x48':_0x27de('‮58'),'\x4e\x54\x41\x51\x50':function(_0x3fd51b,_0x32a444){return _0x3fd51b(_0x32a444);},'\x6b\x45\x71\x7a\x71':_0x27de('‫59'),'\x6a\x56\x58\x70\x71':_0x27de('‫5a'),'\x41\x6d\x4e\x72\x49':_0x27de('‮5b'),'\x71\x69\x42\x77\x67':_0x27de('‫5c'),'\x6c\x59\x56\x78\x6b':function(_0x2a05e2,_0x15824){return _0x2a05e2*_0x15824;},'\x44\x66\x5a\x6f\x68':_0x27de('‫5d'),'\x58\x43\x7a\x6e\x76':function(_0x46d10b,_0x5b5da1){return _0x46d10b*_0x5b5da1;}};return new Promise(async _0x573221=>{var _0x1c0efb={'\x4a\x47\x49\x4a\x4a':function(_0x30195c,_0x3fe97e){return _0xad3eae[_0x27de('‮5e')](_0x30195c,_0x3fe97e);},'\x63\x4c\x75\x59\x57':_0xad3eae[_0x27de('‫5f')],'\x4a\x65\x6d\x76\x48':function(_0x41b061,_0x2c0980){return _0xad3eae[_0x27de('‫60')](_0x41b061,_0x2c0980);},'\x54\x53\x65\x61\x46':_0xad3eae[_0x27de('‫61')],'\x66\x57\x66\x4f\x54':_0xad3eae[_0x27de('‮62')],'\x7a\x4f\x48\x74\x48':function(_0x1029f8,_0x21337a){return _0xad3eae[_0x27de('‮63')](_0x1029f8,_0x21337a);},'\x54\x5a\x6e\x42\x6a':_0xad3eae[_0x27de('‫64')],'\x6b\x47\x41\x51\x44':function(_0x1b9d1f,_0x3ee921){return _0xad3eae[_0x27de('‫65')](_0x1b9d1f,_0x3ee921);}};let _0x23db17={'\x61\x70\x70\x49\x64':_0xad3eae[_0x27de('‫66')],'\x62\x6f\x64\x79':{'\x61\x70\x70\x69\x64':_0xad3eae[_0x27de('‫67')],'\x66\x75\x6e\x63\x74\x69\x6f\x6e\x49\x64':_0x1c2dc4,'\x62\x6f\x64\x79':JSON[_0x27de('‫8')](_0x38bbf9),'\x63\x6c\x69\x65\x6e\x74\x56\x65\x72\x73\x69\x6f\x6e':_0xad3eae[_0x27de('‫68')],'\x63\x6c\x69\x65\x6e\x74':'\x48\x35','\x61\x63\x74\x69\x76\x69\x74\x79\x49\x64':$[_0x27de('‮24')]},'\x63\x61\x6c\x6c\x62\x61\x63\x6b\x41\x6c\x6c':!![]};let _0x2402da='';let _0x25911c=[_0xad3eae[_0x27de('‮69')]];if(process[_0x27de('‮51')][_0x27de('‫52')]){_0x2402da=process[_0x27de('‮51')][_0x27de('‫52')];}else{_0x2402da=_0x25911c[Math[_0x27de('‫6a')](_0xad3eae[_0x27de('‫6b')](Math[_0x27de('‫6c')](),_0x25911c[_0x27de('‮6d')]))];}let _0x5f5ad9={'\x75\x72\x6c':_0x27de('‮6e'),'\x62\x6f\x64\x79':JSON[_0x27de('‫8')](_0x23db17),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x2402da,'Content-Type':_0xad3eae[_0x27de('‮6f')]},'\x74\x69\x6d\x65\x6f\x75\x74':_0xad3eae[_0x27de('‫70')](0x1e,0x3e8)};$[_0x27de('‮71')](_0x5f5ad9,async(_0x4a1749,_0x300e08,_0x23db17)=>{if(_0x1c0efb[_0x27de('‫72')](_0x1c0efb[_0x27de('‫73')],_0x1c0efb[_0x27de('‫73')])){try{if(_0x4a1749){if(_0x1c0efb[_0x27de('‮74')](_0x1c0efb[_0x27de('‮75')],_0x1c0efb[_0x27de('‮76')])){_0x23db17=await geth5st[_0x27de('‮77')](this,arguments);}else{if(res[_0x27de('‮20')][_0x27de('‮21')]){$[_0x27de('‮22')]=res[_0x27de('‮20')][_0x27de('‮21')][0x0][_0x27de('‫23')][_0x27de('‮24')];}}}else{}}catch(_0x580180){if(_0x1c0efb[_0x27de('‫78')](_0x1c0efb[_0x27de('‮79')],_0x1c0efb[_0x27de('‮79')])){$[_0x27de('‫7a')](_0x580180,_0x300e08);}else{if(_0x4a1749){console[_0x27de('‫1d')](_0x4a1749);}else{res=JSON[_0x27de('‫1e')](_0x23db17);if(res[_0x27de('‮1f')]){console[_0x27de('‫1d')](res);$[_0x27de('‫4f')]=res[_0x27de('‮50')];}}}}finally{_0x1c0efb[_0x27de('‫7b')](_0x573221,_0x23db17);}}else{res=JSON[_0x27de('‫1e')](_0x23db17);if(res[_0x27de('‮1f')]){console[_0x27de('‫1d')](res);$[_0x27de('‫4f')]=res[_0x27de('‮50')];}}});});};_0xod7='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)}
diff --git a/jd_lzdz1_customized613.js b/jd_lzdz1_customized613.js
deleted file mode 100644
index 791ed46..0000000
--- a/jd_lzdz1_customized613.js
+++ /dev/null
@@ -1,540 +0,0 @@
-/*
-时尚狂欢盛典
-*/
-const $ = new Env("时尚狂欢盛典");
-const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
-const notify = $.isNode() ? require("./sendNotify") : "";
-let cookiesArr = [], cookie = "", message = "";
-let ownCode = null;
-let authorCodeList = [];
-if ($.isNode()) {
-  Object.keys(jdCookieNode).forEach((item) => {
-    cookiesArr.push(jdCookieNode[item]);
-  });
-  if (process.env.JD_DEBUG && process.env.JD_DEBUG === "false") console.log = () => {};
-} else {
-  let cookiesData = $.getdata("CookiesJD") || "[]";
-  cookiesData = JSON.parse(cookiesData);
-  cookiesArr = cookiesData.map((item) => item.cookie);
-  cookiesArr.reverse();
-  cookiesArr.push(...[$.getdata("CookieJD2"), $.getdata("CookieJD")]);
-  cookiesArr.reverse();
-  cookiesArr = cookiesArr.filter((item) => !!item);
-}
-!(async () => {
-  $.getAuthorCodeListerr = false;
-  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;
-  }
-  // authorCodeList = await getAuthorCodeList('https://gitee.com/fatelight/Code/raw/master/lzdz3.json')
-  // if ($.getAuthorCodeListerr === false) {
-  //     authorCodeList = [
-  //         '086dd4c612be4636871b79f34faf5dc2',
-  //     ]
-  // }
-  for (let i = 0; i < cookiesArr.length; i++) {
-    if (cookiesArr[i]) {
-      cookie = cookiesArr[i];
-      originCookie = cookiesArr[i];
-      newCookie = "";
-      $.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1]);
-      $.index = i + 1;
-      $.isLogin = true;
-      $.nickName = "";
-      await checkCookie();
-      console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
-      if (!$.isLogin) {
-        $.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
-        // if ($.isNode()) {
-        //     await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
-        // }
-        continue;
-      }
-      $.bean = 0;
-      $.ADID = getUUID("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", 1);
-      $.UUID = getUUID("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
-      authorCodeList = [
-        "c9170769d0a3459894e437eeef01774d",
-        "dcea9f9bdc7842c284c8692be07a14d8",
-        "dcea9f9bdc7842c284c8692be07a14d8",
-        "cd4ea0ffc560468db578ad293ff9ba84"
-      ];
-      // $.authorCode = authorCodeList[random(0, authorCodeList.length)];
-      $.authorCode = ownCode ? ownCode : authorCodeList[random(0, authorCodeList.length)]
-      $.authorNum = `${random(1000000, 9999999)}`;
-      $.randomCode = random(1000000, 9999999);
-      $.activityId = "dz19181d9f4878be1fedb3c54e714b";
-      $.activityShopId = "1000007653";
-      $.activityUrl = `https://lzdz1-isv.isvjcloud.com/dingzhi/june/fashionUnion/activity/${$.authorNum}?activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}&adsource=null&shareuserid4minipg=${encodeURIComponent($.secretPin)}&shopid=${$.activityShopId}&sid=&un_area=`;
-      await member();
-      await $.wait(1000);
-      if ($.bean > 0) {
-        message += `\n【京东账号${$.index}】${$.nickName || $.UserName} \n       └ 获得 ${$.bean} 京豆。`;
-      }
-    }
-  }
-  if (message !== "") {
-    if ($.isNode()) {
-      await notify.sendNotify($.name, message, "", `\n`);
-    } else {
-      $.msg($.name, "有点儿收获", message);
-    }
-  }
-})()
-  .catch((e) => {
-    $.log("", `❌ ${$.name}, 失败! 原因: ${e}!`, "");
-  })
-  .finally(() => {
-    $.done();
-  });
-
-async function member() {
-  $.token = null;
-  $.secretPin = null;
-  $.openCardActivityId = null;
-  lz_cookie = {};
-  await getFirstLZCK();
-  await getToken();
-  await task("dz/common/getSimpleActInfoVo", `activityId=${$.activityId}`, 1);
-  if ($.token) {
-    await getMyPing();
-    if ($.secretPin) {
-      console.log("去助力 -> " + $.authorCode);
-      await taskaccessLog("common/accessLogWithAD", `venderId=${$.activityShopId}&code=99&pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&pageUrl=${$.activityUrl}&subType=app&adSource=null`, 1);
-      await task("wxActionCommon/getUserInfo", `pin=${encodeURIComponent($.secretPin)}`, 1);
-      if ($.index === 1) {
-        await task("/june/fashionUnion/activityContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&shareUuid=${encodeURIComponent($.authorCode)}`, 0, 1);
-      } else {
-        await task("/june/fashionUnion/activityContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&shareUuid=${encodeURIComponent($.authorCode)}`);
-      }
-      $.log("关注店铺");
-      await task("june/fashionUnion/saveTask", `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}&taskType=23&taskValue=1&shareUuid=${encodeURIComponent($.authorCode)}`);
-      await task("june/fashionUnion/saveTask", `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}&taskType=21&taskValue=&shareUuid=${encodeURIComponent($.authorCode)}`);
-      await task("taskact/common/drawContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      await task("june/fashionUnion/initOpenCard", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}`);
-      $.log("加入店铺会员");
-      if ($.openCardList) {
-        for (const vo of $.openCardList) {
-          // console.log(vo)
-          $.log(`>>> 去加入${vo.name} ${vo.venderId}`);
-          if (vo.openStatus == 0) {
-            await getShopOpenCardInfo({ venderId: `${vo.venderId}`, channel: "401" }, vo.venderId);
-            await bindWithVender({ venderId: `${vo.venderId}`, bindByVerifyCodeFlag: 1, registerExtend: {}, writeChildFlag: 0, activityId: $.openCardActivityId, channel: 401 }, vo.venderId);
-            await $.wait(1000);
-          } else {
-            $.log(`>>> 已经是会员`);
-          }
-        }
-      } else {
-        $.log("没有获取到对应的任务。\n");
-      }
-      await task("june/fashionUnion/initOpenCard", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}`);
-      console.log("去助力 -> " + $.authorCode);
-      await task("linkgame/assist/status", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      await task("linkgame/assist", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-
-      await task("june/fashionUnion/draw", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`);
-      // await task('linkgame/help/list', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-
-      // await task('linkgame/task/info', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-      // console.log('任务 -> ')
-      // await $.wait(2000)
-      // await task('opencard/addCart', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await $.wait(2000)
-      // await task('linkgame/sendAllCoupon', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await getFirstLZCK()
-      // await getToken();
-      // console.log('抽奖 -> ')
-      // await $.wait(2000)
-      // await task('linkgame/draw', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-      // console.log('100 -> ')
-      // await getFirstLZCK()
-      // await getToken();
-      // await $.wait(2000)
-      // await task('linkgame/draw/record', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-    }
-  }
-}
-
-function task(function_id, body, isCommon = 0, own = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              switch (function_id) {
-                case "dz/common/getSimpleActInfoVo":
-                  $.jdActivityId = data.data.jdActivityId;
-                  $.venderId = data.data.venderId;
-                  $.activityType = data.data.activityType;
-                  // console.log($.venderId)
-                  break;
-                case "wxActionCommon/getUserInfo":
-                  break;
-                case "/june/fashionUnion/activityContent":
-                  if (!data.data.hasEnd) {
-                    $.log(`开启【${data.data.activityName}】活动`);
-                    $.log("-------------------");
-                    if ($.index === 1) {
-                      ownCode = data.data.actorUuid;
-                      console.log(ownCode);
-                    }
-                    $.actorUuid = data.data.actorUuid;
-                  } else {
-                    $.log("活动已经结束");
-                  }
-                  break;
-                case "june/fashionUnion/initOpenCard":
-                  $.openCardList = data.data.openInfo;
-                  $.openCardStatus = data.data.allOpenCard;
-                  // console.log(data)
-                  break;
-                case "june/fashionUnion/saveTask":
-                  console.log(data);
-                  break;
-                case "june/fashionUnion/draw":
-                  console.log(data);
-                  break;
-                case "opencard/addCart":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-                  break;
-                case "linkgame/sendAllCoupon":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-
-                  break;
-                case "interaction/write/writePersonInfo":
-                  console.log(data);
-                  break;
-                case "linkgame/draw":
-                  console.log(data);
-                  break;
-                case "linkgame/draw/record":
-                  console.log(data.data);
-                  break;
-                case "linkgame/assist/status":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "linkgame/assist":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "opencard/help/list":
-                  $.log(JSON.stringify(data));
-                  break;
-                default:
-                  // $.log(JSON.stringify(data))
-                  break;
-              }
-            } else {
-              // $.log(JSON.stringify(data))
-            }
-          } else {
-            // $.log("京东没有返回数据")
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function taskaccessLog(function_id, body, isCommon = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          // console.log(resp);
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie};`;
-            for (let sk of resp["headers"]["set-cookie"]) {
-              lz_cookie[sk.split(";")[0].substr(0, sk.split(";")[0].indexOf("="))] = sk.split(";")[0].substr(sk.split(";")[0].indexOf("=") + 1);
-            }
-            for (const vo of Object.keys(lz_cookie)) {
-              cookie += vo + "=" + lz_cookie[vo] + ";";
-            }
-          }
-        }
-      } catch (error) {
-        console.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function getAuthorCodeList(url) {
-  return new Promise((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",
-      },
-    };
-    $.get(options, async (err, resp, data) => {
-      try {
-        if (err) {
-          // $.log(err)
-          $.getAuthorCodeListerr = false;
-        } else {
-          if (data) data = JSON.parse(data);
-          $.getAuthorCodeListerr = true;
-        }
-      } catch (e) {
-        $.logErr(e, resp);
-        data = null;
-      } finally {
-        resolve(data);
-      }
-    });
-  });
-}
-
-function taskUrl(function_id, body, isCommon) {
-  return {
-    url: isCommon ? `https://lzdz1-isv.isvjcloud.com/${function_id}` : `https://lzdz1-isv.isvjcloud.com/dingzhi/${function_id}`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: $.cookie,
-    },
-    body: body,
-  };
-}
-
-function getMyPing() {
-  let opt = {
-    url: `https://lzdz1-isv.isvjcloud.com/customer/getMyPing`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: cookie,
-    },
-    body: `userId=${$.activityShopId}&token=${$.token}&fromType=APP&riskType=1`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (resp["headers"]["Set-Cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              $.log(`你好:${data.data.nickname}`);
-              $.pin = data.data.nickname;
-              $.secretPin = data.data.secretPin;
-              cookie = `${cookie};AUTH_C_USER=${data.data.secretPin}`;
-            } else {
-              $.log(data.errorMessage);
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function getFirstLZCK() {
-  return new Promise((resolve) => {
-    $.get(
-      {
-        url: $.activityUrl,
-        headers: {
-          "user-agent": $.isNode() ? process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : require("./USER_AGENTS").USER_AGENT : $.getdata("JDUA") ? $.getdata("JDUA") : "jdapp;iPhone;9.4.4;14.3;network/4g;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1",
-        },
-      },
-      (err, resp, data) => {
-        try {
-          if (err) {
-            console.log(err);
-          } else {
-            if (resp["headers"]["set-cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            if (resp["headers"]["Set-Cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            $.cookie = cookie
-          }
-        } catch (error) {
-          console.log(error);
-        } finally {
-          resolve();
-        }
-      }
-    );
-  });
-}
-function getToken() {
-  let opt = {
-    url: `https://api.m.jd.com/client.action?functionId=isvObfuscator`,
-    headers: {
-      Host: "api.m.jd.com",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "JD4iPhone/167650 (iPhone; iOS 13.7; Scale/3.00)",
-      "Accept-Language": "zh-Hans-CN;q=1",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-    body: `body=%7B%22url%22%3A%20%22https%3A//lzkj-isv.isvjcloud.com%22%2C%20%22id%22%3A%20%22%22%7D&uuid=hjudwgohxzVu96krv&client=apple&clientVersion=9.4.0&st=1620476162000&sv=111&sign=f9d1b7e3b943b6a136d54fe4f892af05`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.code === "0") {
-              $.token = data.token;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function random(min, max) {
-  return Math.floor(Math.random() * (max - min)) + min;
-}
-function getUUID(format = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", UpperCase = 0) {
-  return format.replace(/[xy]/g, function (c) {
-    var r = (Math.random() * 16) | 0,
-      v = c == "x" ? r : (r & 0x3) | 0x8;
-    if (UpperCase) {
-      uuid = v.toString(36).toUpperCase();
-    } else {
-      uuid = v.toString(36);
-    }
-    return uuid;
-  });
-}
-function checkCookie() {
-  const options = {
-    url: "https://me-api.jd.com/user_new/info/GetJDUserInfoUnion",
-    headers: {
-      Host: "me-api.jd.com",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1",
-      "Accept-Language": "zh-cn",
-      Referer: "https://home.m.jd.com/myJd/newhome.action?sceneval=2&ufc=&",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-  };
-  return new Promise((resolve) => {
-    $.get(options, (err, resp, data) => {
-      try {
-        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.hasOwnProperty("userInfo")) {
-              $.nickName = data.data.userInfo.baseInfo.nickname;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (e) {
-        $.logErr(e);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-// prettier-ignore
-var _0xod2='jsjiami.com.v6',_0xod2_=['‮_0xod2'],_0x2521=[_0xod2,'\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','\x61\x30\x70\x69\x59\x32\x67\x3d','\x64\x30\x6c\x71\x59\x55\x30\x3d','\x53\x46\x6c\x48\x5a\x6e\x41\x3d','\x53\x31\x4e\x45\x56\x45\x6f\x3d','\x65\x57\x70\x36\x51\x6b\x59\x3d','\x56\x6b\x4e\x4a\x54\x46\x6b\x3d','\x57\x6d\x5a\x6b\x57\x47\x38\x3d','\x62\x55\x5a\x70\x5a\x32\x34\x3d','\x65\x6e\x52\x6a\x65\x47\x4d\x3d','\x53\x46\x52\x42\x52\x45\x51\x3d','\x63\x30\x52\x74\x63\x6b\x34\x3d','\x64\x47\x4e\x32\x64\x6d\x6f\x3d','\x51\x6b\x56\x52\x64\x45\x30\x3d','\x64\x6e\x5a\x61\x51\x58\x4d\x3d','\x57\x57\x56\x77\x54\x31\x63\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','\x57\x57\x78\x42\x64\x6d\x67\x3d','\x59\x58\x52\x70\x63\x46\x6f\x3d','\x59\x58\x42\x77\x62\x47\x6c\x6a\x59\x58\x52\x70\x62\x32\x34\x76\x61\x6e\x4e\x76\x62\x67\x3d\x3d','\x55\x56\x52\x45\x52\x31\x59\x3d','\x56\x57\x5a\x6a\x61\x32\x59\x3d','\x64\x30\x64\x35\x63\x32\x30\x3d','\x5a\x56\x42\x70\x59\x55\x34\x3d','\x61\x6d\x56\x6c\x62\x45\x77\x3d','\x64\x56\x56\x69\x63\x6d\x6f\x3d','\x5a\x30\x52\x43\x64\x56\x67\x3d','\x62\x31\x52\x42\x62\x6b\x73\x3d','\x59\x6e\x5a\x34\x62\x6b\x49\x3d','\x53\x46\x4a\x46\x59\x32\x51\x3d','\x62\x47\x39\x6e\x52\x58\x4a\x79','\x64\x58\x70\x79\x59\x55\x34\x3d','\x53\x45\x39\x77\x52\x46\x45\x3d','\x62\x48\x4e\x72\x63\x45\x55\x3d','\x61\x45\x74\x35\x54\x6b\x4d\x3d','\x5a\x57\x35\x32','\x55\x30\x6c\x48\x54\x6c\x39\x56\x55\x6b\x77\x3d','\x55\x57\x31\x50\x63\x6c\x51\x3d','\x64\x55\x4a\x30\x62\x6b\x63\x3d','\x63\x31\x56\x47\x52\x45\x34\x3d','\x5a\x6d\x78\x76\x62\x33\x49\x3d','\x63\x6d\x46\x75\x5a\x47\x39\x74','\x62\x47\x56\x75\x5a\x33\x52\x6f','\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','\x61\x31\x6c\x51\x52\x6c\x49\x3d','\x63\x47\x39\x7a\x64\x41\x3d\x3d','\x63\x6c\x5a\x56\x62\x46\x6b\x3d','\x56\x30\x56\x31\x51\x6c\x49\x3d','\x63\x57\x5a\x48\x54\x48\x51\x3d','\x59\x58\x42\x77\x62\x48\x6b\x3d','\x52\x55\x64\x6f\x52\x33\x63\x3d','\x55\x6b\x52\x32\x56\x32\x73\x3d','\x59\x56\x4e\x6c\x52\x30\x4d\x3d','\x64\x31\x4e\x4f\x55\x48\x63\x3d','\x63\x33\x5a\x71\x53\x30\x67\x3d','\x52\x55\x78\x75\x63\x56\x59\x3d','\x56\x47\x64\x6c\x62\x57\x38\x3d','\x59\x58\x4e\x33\x59\x33\x59\x3d','\x51\x6b\x39\x58\x62\x58\x45\x3d','\x54\x6b\x70\x44\x59\x6d\x73\x3d','\x61\x33\x70\x47\x57\x45\x55\x3d','\x53\x47\x46\x48\x56\x57\x59\x3d','\x63\x6e\x42\x56\x52\x58\x41\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','\x57\x6e\x6c\x76\x61\x57\x73\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','\x5a\x56\x64\x6b\x55\x6d\x55\x3d','\x52\x56\x4e\x31\x65\x57\x6f\x3d','\x55\x30\x56\x5a\x65\x6c\x6f\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','\x53\x55\x4e\x55\x55\x47\x59\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','\x54\x47\x46\x4e\x59\x32\x34\x3d','\x59\x57\x4e\x30\x61\x58\x5a\x70\x64\x48\x6c\x56\x63\x6d\x77\x3d','\x5a\x6b\x6c\x5a\x63\x57\x77\x3d','\x5a\x46\x4e\x51\x64\x45\x59\x3d','\x5a\x56\x68\x4e\x5a\x58\x6f\x3d','\x5a\x32\x56\x30','\x56\x45\x5a\x6f\x57\x57\x38\x3d','\x64\x57\x4e\x32\x61\x6d\x45\x3d','\x52\x55\x4e\x7a\x56\x6e\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','\x53\x6c\x70\x42\x5a\x6c\x63\x3d','\x53\x46\x46\x44\x5a\x45\x59\x3d','\x62\x48\x56\x55\x63\x6d\x51\x3d','\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','\x62\x6d\x4a\x71\x63\x6d\x38\x3d','\x55\x58\x52\x47\x61\x56\x67\x3d','\x52\x46\x6c\x31\x63\x57\x63\x3d','\x54\x57\x5a\x44\x62\x6d\x38\x3d','\x59\x6e\x5a\x59\x57\x46\x6f\x3d','\x56\x6b\x6c\x55\x63\x46\x51\x3d','\x51\x33\x46\x4c\x51\x6c\x67\x3d','\x56\x56\x4e\x76\x5a\x45\x59\x3d','\x52\x47\x6c\x32\x54\x58\x59\x3d','\x56\x48\x6c\x6e\x5a\x6d\x30\x3d','\x59\x6d\x6c\x75\x5a\x46\x64\x70\x64\x47\x68\x57\x5a\x57\x35\x6b\x5a\x58\x49\x3d','\x55\x32\x64\x74\x57\x46\x59\x3d','\x5a\x6d\x35\x42\x61\x32\x6b\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','\x62\x47\x52\x52\x62\x32\x30\x3d','\x54\x55\x70\x53\x63\x45\x63\x3d','\x54\x55\x4e\x6f\x53\x6c\x59\x3d','\x57\x47\x6c\x4b\x63\x6c\x63\x3d','\x6a\x73\x6a\x4b\x7a\x71\x69\x44\x61\x6d\x59\x69\x46\x2e\x52\x4a\x63\x6f\x4f\x65\x6d\x2e\x76\x51\x36\x4b\x43\x62\x3d\x3d'];if(function(_0x2277b4,_0x973061,_0x28df6a){function _0x5bdc51(_0x41f15a,_0x1112ff,_0x8c36a8,_0x1f3f77,_0x1ecf84,_0x5be323){_0x1112ff=_0x1112ff>>0x8,_0x1ecf84='po';var _0x2744bc='shift',_0x2fe2d3='push',_0x5be323='‮';if(_0x1112ff<_0x41f15a){while(--_0x41f15a){_0x1f3f77=_0x2277b4[_0x2744bc]();if(_0x1112ff===_0x41f15a&&_0x5be323==='‮'&&_0x5be323['length']===0x1){_0x1112ff=_0x1f3f77,_0x8c36a8=_0x2277b4[_0x1ecf84+'p']();}else if(_0x1112ff&&_0x8c36a8['replace'](/[KzqDYFRJOeQKCb=]/g,'')===_0x1112ff){_0x2277b4[_0x2fe2d3](_0x1f3f77);}}_0x2277b4[_0x2fe2d3](_0x2277b4[_0x2744bc]());}return 0xde733;};return _0x5bdc51(++_0x973061,_0x28df6a)>>_0x973061^_0x28df6a;}(_0x2521,0x136,0x13600),_0x2521){_0xod2_=_0x2521['length']^0x136;};function _0x219b(_0x19cca3,_0xd01416){_0x19cca3=~~'0x'['concat'](_0x19cca3['slice'](0x1));var _0x5e241a=_0x2521[_0x19cca3];if(_0x219b['SQLhKl']===undefined&&'‮'['length']===0x1){(function(){var _0x2a4157;try{var _0x1a3b6e=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');');_0x2a4157=_0x1a3b6e();}catch(_0x5649f7){_0x2a4157=window;}var _0x41452e='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x2a4157['atob']||(_0x2a4157['atob']=function(_0x2e050a){var _0x44c966=String(_0x2e050a)['replace'](/=+$/,'');for(var _0xd76250=0x0,_0x14d201,_0x5e06c3,_0x19370a=0x0,_0x2309e9='';_0x5e06c3=_0x44c966['charAt'](_0x19370a++);~_0x5e06c3&&(_0x14d201=_0xd76250%0x4?_0x14d201*0x40+_0x5e06c3:_0x5e06c3,_0xd76250++%0x4)?_0x2309e9+=String['fromCharCode'](0xff&_0x14d201>>(-0x2*_0xd76250&0x6)):0x0){_0x5e06c3=_0x41452e['indexOf'](_0x5e06c3);}return _0x2309e9;});}());_0x219b['cHEEak']=function(_0x1d83d8){var _0x5d1157=atob(_0x1d83d8);var _0x557fcf=[];for(var _0xa1d923=0x0,_0x302be1=_0x5d1157['length'];_0xa1d923<_0x302be1;_0xa1d923++){_0x557fcf+='%'+('00'+_0x5d1157['charCodeAt'](_0xa1d923)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x557fcf);};_0x219b['yVqUlS']={};_0x219b['SQLhKl']=!![];}var _0x1eab5b=_0x219b['yVqUlS'][_0x19cca3];if(_0x1eab5b===undefined){_0x5e241a=_0x219b['cHEEak'](_0x5e241a);_0x219b['yVqUlS'][_0x19cca3]=_0x5e241a;}else{_0x5e241a=_0x1eab5b;}return _0x5e241a;};function getShopOpenCardInfo(_0x427ea7,_0xd8a74){var _0x57a1ec={'\x54\x46\x68\x59\x6f':function(_0x3bf920,_0xb95601){return _0x3bf920!==_0xb95601;},'\x75\x63\x76\x6a\x61':_0x219b('‮0'),'\x45\x43\x73\x56\x79':_0x219b('‫1'),'\x4a\x5a\x41\x66\x57':_0x219b('‮2'),'\x48\x51\x43\x64\x46':_0x219b('‫3'),'\x6c\x75\x54\x72\x64':_0x219b('‫4'),'\x6e\x62\x6a\x72\x6f':function(_0x1ae4cf,_0x16a0a7){return _0x1ae4cf===_0x16a0a7;},'\x51\x74\x46\x69\x58':_0x219b('‮5'),'\x4d\x66\x43\x6e\x6f':function(_0x524909,_0xd1e9e6){return _0x524909===_0xd1e9e6;},'\x62\x76\x58\x58\x5a':_0x219b('‮6'),'\x56\x49\x54\x70\x54':function(_0x4fae49){return _0x4fae49();},'\x5a\x79\x6f\x69\x6b':function(_0x21d446,_0x2a69bc){return _0x21d446(_0x2a69bc);},'\x64\x53\x50\x74\x46':function(_0x361710,_0x4e7aec){return _0x361710===_0x4e7aec;},'\x65\x58\x4d\x65\x7a':_0x219b('‫7'),'\x65\x57\x64\x52\x65':_0x219b('‮8'),'\x45\x53\x75\x79\x6a':_0x219b('‫9'),'\x53\x45\x59\x7a\x5a':_0x219b('‫a'),'\x49\x43\x54\x50\x66':_0x219b('‮b'),'\x4c\x61\x4d\x63\x6e':function(_0x4511c8,_0x436c7f){return _0x4511c8(_0x436c7f);},'\x66\x49\x59\x71\x6c':_0x219b('‫c')};let _0x43735d={'\x75\x72\x6c':_0x219b('‮d')+_0x57a1ec[_0x219b('‮e')](encodeURIComponent,JSON[_0x219b('‫f')](_0x427ea7))+_0x219b('‫10'),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x57a1ec[_0x219b('‮11')],'\x41\x63\x63\x65\x70\x74':_0x57a1ec[_0x219b('‫12')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x57a1ec[_0x219b('‮13')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x219b('‫14')+$[_0x219b('‫15')]+_0x219b('‮16')+$[_0x219b('‫17')]+_0x219b('‮18'),'Accept-Language':_0x57a1ec[_0x219b('‫19')],'\x52\x65\x66\x65\x72\x65\x72':_0x219b('‫1a')+_0xd8a74+_0x219b('‫1b')+_0x57a1ec[_0x219b('‫1c')](encodeURIComponent,$[_0x219b('‮1d')]),'Accept-Encoding':_0x57a1ec[_0x219b('‮1e')]}};return new Promise(_0x4d8528=>{var _0x4a857c={'\x44\x59\x75\x71\x67':function(_0x1cc541,_0x551ac5){return _0x57a1ec[_0x219b('‮e')](_0x1cc541,_0x551ac5);}};if(_0x57a1ec[_0x219b('‫1f')](_0x57a1ec[_0x219b('‫20')],_0x57a1ec[_0x219b('‫20')])){$[_0x219b('‮21')](_0x43735d,(_0x42bd53,_0xba57c8,_0x114bc1)=>{try{if(_0x42bd53){if(_0x57a1ec[_0x219b('‮22')](_0x57a1ec[_0x219b('‮23')],_0x57a1ec[_0x219b('‮24')])){console[_0x219b('‫25')](_0x42bd53);}else{res=JSON[_0x219b('‮26')](_0x114bc1);if(res[_0x219b('‫27')]){if(res[_0x219b('‫28')][_0x219b('‮29')]){$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}}else{if(_0x57a1ec[_0x219b('‮22')](_0x57a1ec[_0x219b('‫2d')],_0x57a1ec[_0x219b('‮2e')])){res=JSON[_0x219b('‮26')](_0x114bc1);if(res[_0x219b('‫27')]){if(res[_0x219b('‫28')][_0x219b('‮29')]){if(_0x57a1ec[_0x219b('‮22')](_0x57a1ec[_0x219b('‮2f')],_0x57a1ec[_0x219b('‮2f')])){res=JSON[_0x219b('‮26')](_0x114bc1);if(res[_0x219b('‫27')]){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}}else{$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}}else{$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}catch(_0x435943){if(_0x57a1ec[_0x219b('‮32')](_0x57a1ec[_0x219b('‮33')],_0x57a1ec[_0x219b('‮33')])){console[_0x219b('‫25')](_0x435943);}else{_0x4a857c[_0x219b('‮34')](_0x4d8528,_0x114bc1);}}finally{if(_0x57a1ec[_0x219b('‫35')](_0x57a1ec[_0x219b('‮36')],_0x57a1ec[_0x219b('‮36')])){_0x57a1ec[_0x219b('‮37')](_0x4d8528);}else{if(res[_0x219b('‫28')][_0x219b('‮29')]){$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}});}else{console[_0x219b('‫25')](err);}});}async function bindWithVender(_0x6a4f96,_0x2eb643){var _0x5c8438={'\x48\x59\x47\x66\x70':function(_0x343f54,_0x48d0e2){return _0x343f54===_0x48d0e2;},'\x4b\x53\x44\x54\x4a':_0x219b('‫38'),'\x79\x6a\x7a\x42\x46':function(_0x3b41cd,_0x4dfdef){return _0x3b41cd===_0x4dfdef;},'\x56\x43\x49\x4c\x59':_0x219b('‫39'),'\x5a\x66\x64\x58\x6f':_0x219b('‫3a'),'\x6d\x46\x69\x67\x6e':function(_0xb6e3d8,_0x23686f){return _0xb6e3d8===_0x23686f;},'\x7a\x74\x63\x78\x63':_0x219b('‫3b'),'\x48\x54\x41\x44\x44':function(_0xb2175d){return _0xb2175d();},'\x53\x67\x6d\x58\x56':function(_0x5c652b,_0x377eb0,_0x40b9c8){return _0x5c652b(_0x377eb0,_0x40b9c8);},'\x66\x6e\x41\x6b\x69':_0x219b('‫3c'),'\x6c\x64\x51\x6f\x6d':_0x219b('‮8'),'\x4d\x4a\x52\x70\x47':_0x219b('‫9'),'\x4d\x43\x68\x4a\x56':_0x219b('‫a'),'\x58\x69\x4a\x72\x57':_0x219b('‮b'),'\x6b\x4a\x62\x63\x68':function(_0x43c66b,_0x13d811){return _0x43c66b(_0x13d811);},'\x77\x49\x6a\x61\x4d':_0x219b('‫c')};return h5st=await _0x5c8438[_0x219b('‫3d')](geth5st,_0x5c8438[_0x219b('‫3e')],_0x6a4f96),opt={'\x75\x72\x6c':_0x219b('‮3f')+h5st,'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x5c8438[_0x219b('‮40')],'\x41\x63\x63\x65\x70\x74':_0x5c8438[_0x219b('‮41')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x5c8438[_0x219b('‫42')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x219b('‫14')+$[_0x219b('‫15')]+_0x219b('‮16')+$[_0x219b('‫17')]+_0x219b('‮18'),'Accept-Language':_0x5c8438[_0x219b('‮43')],'\x52\x65\x66\x65\x72\x65\x72':_0x219b('‫1a')+_0x2eb643+_0x219b('‮44')+_0x5c8438[_0x219b('‫45')](encodeURIComponent,$[_0x219b('‮1d')]),'Accept-Encoding':_0x5c8438[_0x219b('‫46')]}},new Promise(_0x215897=>{$[_0x219b('‮21')](opt,(_0x52284b,_0x327a7e,_0x1bb051)=>{try{if(_0x52284b){if(_0x5c8438[_0x219b('‫47')](_0x5c8438[_0x219b('‫48')],_0x5c8438[_0x219b('‫48')])){console[_0x219b('‫25')](_0x52284b);}else{console[_0x219b('‫25')](error);}}else{if(_0x5c8438[_0x219b('‮49')](_0x5c8438[_0x219b('‮4a')],_0x5c8438[_0x219b('‫4b')])){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}else{res=JSON[_0x219b('‮26')](_0x1bb051);if(res[_0x219b('‫27')]){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}}}}catch(_0x55bfed){if(_0x5c8438[_0x219b('‮4c')](_0x5c8438[_0x219b('‮4d')],_0x5c8438[_0x219b('‮4d')])){console[_0x219b('‫25')](_0x55bfed);}else{if(_0x52284b){console[_0x219b('‫25')](_0x52284b);}else{res=JSON[_0x219b('‮26')](_0x1bb051);if(res[_0x219b('‫27')]){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}}}}finally{_0x5c8438[_0x219b('‮4e')](_0x215897);}});});}function geth5st(_0x1103d7,_0x586621){var _0x430883={'\x51\x54\x44\x47\x56':function(_0x1e7d03){return _0x1e7d03();},'\x55\x66\x63\x6b\x66':function(_0x5ab017,_0x2b8838){return _0x5ab017*_0x2b8838;},'\x77\x47\x79\x73\x6d':function(_0x5935c8,_0x185779){return _0x5935c8!==_0x185779;},'\x65\x50\x69\x61\x4e':_0x219b('‫4f'),'\x6a\x65\x65\x6c\x4c':_0x219b('‮50'),'\x75\x55\x62\x72\x6a':function(_0x1a5aa8,_0x52ae2c){return _0x1a5aa8===_0x52ae2c;},'\x67\x44\x42\x75\x58':_0x219b('‫51'),'\x6f\x54\x41\x6e\x4b':_0x219b('‫52'),'\x62\x76\x78\x6e\x42':function(_0xa50297,_0x6b8ce2){return _0xa50297(_0x6b8ce2);},'\x48\x52\x45\x63\x64':_0x219b('‮53'),'\x75\x7a\x72\x61\x4e':_0x219b('‮54'),'\x48\x4f\x70\x44\x51':_0x219b('‫55'),'\x6c\x73\x6b\x70\x45':_0x219b('‮56'),'\x68\x4b\x79\x4e\x43':_0x219b('‮57'),'\x51\x6d\x4f\x72\x54':_0x219b('‫58'),'\x75\x42\x74\x6e\x47':_0x219b('‮59'),'\x6b\x59\x50\x46\x52':_0x219b('‮5a')};return new Promise(async _0x255c7d=>{var _0x373d32={'\x73\x55\x46\x44\x4e':function(_0x16c255){return _0x430883[_0x219b('‫5b')](_0x16c255);},'\x45\x47\x68\x47\x77':function(_0x2bd73b,_0xef9125){return _0x430883[_0x219b('‮5c')](_0x2bd73b,_0xef9125);},'\x72\x56\x55\x6c\x59':function(_0x3d06bf,_0x4e3e01){return _0x430883[_0x219b('‫5d')](_0x3d06bf,_0x4e3e01);},'\x57\x45\x75\x42\x52':_0x430883[_0x219b('‮5e')],'\x71\x66\x47\x4c\x74':_0x430883[_0x219b('‫5f')],'\x52\x44\x76\x57\x6b':function(_0xd1e750,_0x1d575d){return _0x430883[_0x219b('‫60')](_0xd1e750,_0x1d575d);},'\x61\x53\x65\x47\x43':_0x430883[_0x219b('‮61')],'\x77\x53\x4e\x50\x77':_0x430883[_0x219b('‮62')],'\x73\x76\x6a\x4b\x48':function(_0x2a1cfb,_0x46f22f){return _0x430883[_0x219b('‮63')](_0x2a1cfb,_0x46f22f);}};if(_0x430883[_0x219b('‫5d')](_0x430883[_0x219b('‮64')],_0x430883[_0x219b('‮64')])){$[_0x219b('‫65')](e,resp);}else{let _0x30ff4={'\x61\x70\x70\x49\x64':_0x430883[_0x219b('‮66')],'\x62\x6f\x64\x79':{'\x61\x70\x70\x69\x64':_0x430883[_0x219b('‮67')],'\x66\x75\x6e\x63\x74\x69\x6f\x6e\x49\x64':_0x1103d7,'\x62\x6f\x64\x79':JSON[_0x219b('‫f')](_0x586621),'\x63\x6c\x69\x65\x6e\x74\x56\x65\x72\x73\x69\x6f\x6e':_0x430883[_0x219b('‫68')],'\x63\x6c\x69\x65\x6e\x74':'\x48\x35','\x61\x63\x74\x69\x76\x69\x74\x79\x49\x64':$[_0x219b('‫2c')]},'\x63\x61\x6c\x6c\x62\x61\x63\x6b\x41\x6c\x6c':!![]};let _0x2be600='';let _0xb852e3=[_0x430883[_0x219b('‮69')]];if(process[_0x219b('‫6a')][_0x219b('‮6b')]){if(_0x430883[_0x219b('‫60')](_0x430883[_0x219b('‮6c')],_0x430883[_0x219b('‫6d')])){_0x373d32[_0x219b('‮6e')](_0x255c7d);}else{_0x2be600=process[_0x219b('‫6a')][_0x219b('‮6b')];}}else{_0x2be600=_0xb852e3[Math[_0x219b('‫6f')](_0x430883[_0x219b('‮5c')](Math[_0x219b('‮70')](),_0xb852e3[_0x219b('‫71')]))];}let _0x1ba80c={'\x75\x72\x6c':_0x219b('‮72'),'\x62\x6f\x64\x79':JSON[_0x219b('‫f')](_0x30ff4),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x2be600,'Content-Type':_0x430883[_0x219b('‫73')]},'\x74\x69\x6d\x65\x6f\x75\x74':_0x430883[_0x219b('‮5c')](0x1e,0x3e8)};$[_0x219b('‫74')](_0x1ba80c,async(_0x46941b,_0x74988f,_0x30ff4)=>{try{if(_0x46941b){if(_0x373d32[_0x219b('‮75')](_0x373d32[_0x219b('‮76')],_0x373d32[_0x219b('‫77')])){_0x30ff4=await geth5st[_0x219b('‮78')](this,arguments);}else{_0x2be600=_0xb852e3[Math[_0x219b('‫6f')](_0x373d32[_0x219b('‮79')](Math[_0x219b('‮70')](),_0xb852e3[_0x219b('‫71')]))];}}else{}}catch(_0x290dbf){$[_0x219b('‫65')](_0x290dbf,_0x74988f);}finally{if(_0x373d32[_0x219b('‫7a')](_0x373d32[_0x219b('‫7b')],_0x373d32[_0x219b('‮7c')])){_0x2be600=process[_0x219b('‫6a')][_0x219b('‮6b')];}else{_0x373d32[_0x219b('‮7d')](_0x255c7d,_0x30ff4);}}});}});};_0xod2='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)}
diff --git a/jd_lzdz1_customized62.js b/jd_lzdz1_customized62.js
deleted file mode 100644
index 222f522..0000000
--- a/jd_lzdz1_customized62.js
+++ /dev/null
@@ -1,544 +0,0 @@
-/*
-大牌狂欢嗨享购
-*/
-const $ = new Env("大牌狂欢嗨享购");
-const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
-const notify = $.isNode() ? require("./sendNotify") : "";
-let cookiesArr = [], cookie = "", message = "";
-let ownCode = null;
-let authorCodeList = [];
-if ($.isNode()) {
-  Object.keys(jdCookieNode).forEach((item) => {
-    cookiesArr.push(jdCookieNode[item]);
-  });
-  if (process.env.JD_DEBUG && process.env.JD_DEBUG === "false") console.log = () => {};
-} else {
-  let cookiesData = $.getdata("CookiesJD") || "[]";
-  cookiesData = JSON.parse(cookiesData);
-  cookiesArr = cookiesData.map((item) => item.cookie);
-  cookiesArr.reverse();
-  cookiesArr.push(...[$.getdata("CookieJD2"), $.getdata("CookieJD")]);
-  cookiesArr.reverse();
-  cookiesArr = cookiesArr.filter((item) => !!item);
-}
-!(async () => {
-  $.getAuthorCodeListerr = false;
-  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;
-  }
-  authorCodeList = await getAuthorCodeList('https://raw.githubusercontent.com/okyyds/duck/master/code/lzdz2.json')
-  if ($.getAuthorCodeListerr === false) {
-      authorCodeList = [
-        '9589e4f46f3e49218315f90c1a5fbec1',
-        'a7c93bf26ea245a186426fedef7d0739',
-        '4bd1f2cb22d14e13b8203467048fd2f4',
-      ]
-  }
-  for (let i = 0; i < cookiesArr.length; i++) {
-    if (cookiesArr[i]) {
-      cookie = cookiesArr[i];
-      originCookie = cookiesArr[i];
-      newCookie = "";
-      $.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1]);
-      $.index = i + 1;
-      $.isLogin = true;
-      $.nickName = "";
-      await checkCookie();
-      console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
-      if (!$.isLogin) {
-        $.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
-        // if ($.isNode()) {
-        //     await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
-        // }
-        continue;
-      }
-      $.bean = 0;
-      $.ADID = getUUID("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", 1);
-      $.UUID = getUUID("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
-      // authorCodeList = [
-      //   '9589e4f46f3e49218315f90c1a5fbec1',
-      //   'a7c93bf26ea245a186426fedef7d0739',
-      //   '4bd1f2cb22d14e13b8203467048fd2f4',
-      // ];
-      // $.authorCode = authorCodeList[random(0, authorCodeList.length)];
-      $.authorCode = ownCode ? ownCode : authorCodeList[random(0, authorCodeList.length)]
-      $.authorNum = `${random(1000000, 9999999)}`;
-      $.randomCode = random(1000000, 9999999);
-      $.activityId = "dz96fb80e34caa9b51b95b0836967f";
-      $.activityShopId = "1000015026";
-      $.activityUrl = `https://lzdz1-isv.isvjcloud.com/dingzhi/may/brandUnion/activity?activityId==${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}&adsource=null&shareuserid4minipg=null&shopid=undefined&lng=00.000000&lat=00.000000&sid=&un_area=`;
-      await member();
-      await $.wait(1000);
-      if ($.bean > 0) {
-        message += `\n【京东账号${$.index}】${$.nickName || $.UserName} \n       └ 获得 ${$.bean} 京豆。`;
-      }
-    }
-  }
-  if (message !== "") {
-    if ($.isNode()) {
-      await notify.sendNotify($.name, message, "", `\n`);
-    } else {
-      $.msg($.name, "有点儿收获", message);
-    }
-  }
-})()
-  .catch((e) => {
-    $.log("", `❌ ${$.name}, 失败! 原因: ${e}!`, "");
-  })
-  .finally(() => {
-    $.done();
-  });
-
-async function member() {
-  $.token = null;
-  $.secretPin = null;
-  $.openCardActivityId = null;
-  lz_cookie = {};
-  await getFirstLZCK();
-  await getToken();
-  await task("dz/common/getSimpleActInfoVo", `activityId=${$.activityId}`, 1);
-  if ($.token) {
-    await getMyPing();
-    if ($.secretPin) {
-      console.log("去助力 -> " + $.authorCode);
-      await taskaccessLog("common/accessLogWithAD", `venderId=${$.activityShopId}&code=99&pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&pageUrl=${$.activityUrl}&subType=app&adSource=null`, 1);
-      await $.wait(1000);
-      await task("wxActionCommon/getUserInfo", `pin=${encodeURIComponent($.secretPin)}`, 1);
-      if ($.index === 1) {
-        await task("may/brandUnion/activityContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&cjyxPin=&cjhyPin=&shareUuid=${encodeURIComponent($.authorCode)}`, 0, 1);
-      } else {
-        await task("may/brandUnion/activityContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&cjyxPin=&cjhyPin=&shareUuid=${encodeURIComponent($.authorCode)}`);
-      }
-      $.log("关注店铺");
-      await task("may/brandUnion/saveTask", `activityId=${$.activityId}&actorUuid=${encodeURIComponent($.actorUuid)}&pin=${encodeURIComponent($.secretPin)}&taskType=23&taskValue=23&shareUuid=${encodeURIComponent($.authorCode)}`);
-      await $.wait(1000);
-      await task("taskact/common/drawContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      await $.wait(1000);
-      await task("may/brandUnion/initOpenCard", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}`);
-      $.log("加入店铺会员");
-      if ($.openCardList) {
-        for (const vo of $.openCardList) {
-          console.log(vo.openStatus)
-          $.log(`>>> 去加入 ${vo.venderId}`);
-          if (vo.openStatus === false) {
-            $.log(`>>> 准备加入会员`);
-            await getShopOpenCardInfo({ venderId: `${vo.venderId}`, channel: "401" }, vo.venderId);
-            await bindWithVender({ venderId: `${vo.venderId}`, bindByVerifyCodeFlag: 1, registerExtend: {}, writeChildFlag: 0, activityId: $.openCardActivityId, channel: 401 }, vo.venderId);
-            await $.wait(1000);
-          } else {
-            $.log(`>>> 已经是会员`);
-          }
-        }
-      } else {
-        $.log("没有获取到对应的任务。\n");
-      }
-      await $.wait(1000);
-      await task("may/brandUnion/initOpenCard", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}`);
-      console.log("去助力 -> " + $.authorCode);
-      // await task("linkgame/assist/status", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      // await task("linkgame/assist", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      // await task('linkgame/help/list', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-
-      // await task('linkgame/task/info', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-      // console.log('任务 -> ')
-      // await $.wait(2000)
-      // await task('opencard/addCart', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await $.wait(2000)
-      // await task('linkgame/sendAllCoupon', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await getFirstLZCK()
-      // await getToken();
-      // console.log('抽奖 -> ')
-      // await $.wait(2000)
-      // await task('linkgame/draw', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-      // console.log('100 -> ')
-      // await getFirstLZCK()
-      // await getToken();
-      await $.wait(2000)
-      // await task('linkgame/draw/record', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-      await task('may/brandUnion/draw', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-    }
-  }
-}
-
-function task(function_id, body, isCommon = 0, own = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              switch (function_id) {
-                case "dz/common/getSimpleActInfoVo":
-                  $.jdActivityId = data.data.jdActivityId;
-                  $.venderId = data.data.venderId;
-                  $.activityType = data.data.activityType;
-                  // console.log($.venderId)
-                  break;
-                case "wxActionCommon/getUserInfo":
-                  break;
-                case "may/brandUnion/activityContent":
-                  if (!data.data.hasEnd) {
-                    $.log(`开启【${data.data.activityName}】活动`);
-                    $.log("-------------------");
-                    if ($.index === 1) {
-                      ownCode = data.data.actorUuid;
-                      console.log(ownCode);
-                    }
-                    $.actorUuid = data.data.actorUuid;
-                  } else {
-                    $.log("活动已经结束");
-                  }
-                  break;
-                case "may/brandUnion/initOpenCard":
-                  $.openCardList = data.data.openInfo;
-                  $.openCardStatus = data.data.allOpenCard;
-                  // console.log(data)
-                  break;
-                case "may/brandUnion/saveTask":
-                  console.log(data);
-                  break;
-                case "linkgame/sign":
-                  console.log(data);
-                  break;
-                case "opencard/addCart":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-                  break;
-                case "linkgame/sendAllCoupon":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-
-                  break;
-                case "interaction/write/writePersonInfo":
-                  console.log(data);
-                  break;
-                case "may/brandUnion/draw":
-                  console.log(data);
-                  break;
-                case "linkgame/draw/record":
-                  console.log(data.data);
-                  break;
-                case "linkgame/assist/status":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "linkgame/assist":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "opencard/help/list":
-                  $.log(JSON.stringify(data));
-                  break;
-                default:
-                  // $.log(JSON.stringify(data))
-                  break;
-              }
-            } else {
-              // $.log(JSON.stringify(data))
-            }
-          } else {
-            // $.log("京东没有返回数据")
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function taskaccessLog(function_id, body, isCommon = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          // console.log(resp);
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie};`;
-            for (let sk of resp["headers"]["set-cookie"]) {
-              lz_cookie[sk.split(";")[0].substr(0, sk.split(";")[0].indexOf("="))] = sk.split(";")[0].substr(sk.split(";")[0].indexOf("=") + 1);
-            }
-            for (const vo of Object.keys(lz_cookie)) {
-              cookie += vo + "=" + lz_cookie[vo] + ";";
-            }
-          }
-        }
-      } catch (error) {
-        console.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-
-function getAuthorCodeList(url) {
-  return new Promise((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",
-      },
-    };
-    $.get(options, async (err, resp, data) => {
-      try {
-        if (err) {
-          // $.log(err)
-          $.getAuthorCodeListerr = false;
-        } else {
-          if (data) data = JSON.parse(data);
-          $.getAuthorCodeListerr = true;
-        }
-      } catch (e) {
-        $.logErr(e, resp);
-        data = null;
-      } finally {
-        resolve(data);
-      }
-    });
-  });
-}
-
-function taskUrl(function_id, body, isCommon) {
-  return {
-    url: isCommon ? `https://lzdz1-isv.isvjcloud.com/${function_id}` : `https://lzdz1-isv.isvjcloud.com/dingzhi/${function_id}`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: cookie,
-    },
-    body: body,
-  };
-}
-
-function getMyPing() {
-  let opt = {
-    url: `https://lzdz1-isv.isvjcloud.com/customer/getMyPing`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: cookie,
-    },
-    body: `userId=${$.activityShopId}&token=${$.token}&fromType=APP&riskType=1`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (resp["headers"]["Set-Cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              $.log(`你好:${data.data.nickname}`);
-              $.pin = data.data.nickname;
-              $.secretPin = data.data.secretPin;
-              cookie = `${cookie};AUTH_C_USER=${data.data.secretPin}`;
-            } else {
-              $.log(data.errorMessage);
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function getFirstLZCK() {
-  return new Promise((resolve) => {
-    $.get(
-      {
-        url: $.activityUrl,
-        headers: {
-          "user-agent": $.isNode() ? process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : require("./USER_AGENTS").USER_AGENT : $.getdata("JDUA") ? $.getdata("JDUA") : "jdapp;iPhone;9.4.4;14.3;network/4g;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1",
-        },
-      },
-      (err, resp, data) => {
-        try {
-          if (err) {
-            console.log(err);
-          } else {
-            if (resp["headers"]["set-cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            if (resp["headers"]["Set-Cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-          }
-        } catch (error) {
-          console.log(error);
-        } finally {
-          resolve();
-        }
-      }
-    );
-  });
-}
-function getToken() {
-  let opt = {
-    url: `https://api.m.jd.com/client.action?functionId=isvObfuscator`,
-    headers: {
-      Host: "api.m.jd.com",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "JD4iPhone/167650 (iPhone; iOS 13.7; Scale/3.00)",
-      "Accept-Language": "zh-Hans-CN;q=1",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-    body: `body=%7B%22url%22%3A%20%22https%3A//lzkj-isv.isvjcloud.com%22%2C%20%22id%22%3A%20%22%22%7D&uuid=hjudwgohxzVu96krv&client=apple&clientVersion=9.4.0&st=1620476162000&sv=111&sign=f9d1b7e3b943b6a136d54fe4f892af05`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.code === "0") {
-              $.token = data.token;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function random(min, max) {
-  return Math.floor(Math.random() * (max - min)) + min;
-}
-function getUUID(format = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", UpperCase = 0) {
-  return format.replace(/[xy]/g, function (c) {
-    var r = (Math.random() * 16) | 0,
-      v = c == "x" ? r : (r & 0x3) | 0x8;
-    if (UpperCase) {
-      uuid = v.toString(36).toUpperCase();
-    } else {
-      uuid = v.toString(36);
-    }
-    return uuid;
-  });
-}
-function checkCookie() {
-  const options = {
-    url: "https://me-api.jd.com/user_new/info/GetJDUserInfoUnion",
-    headers: {
-      Host: "me-api.jd.com",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1",
-      "Accept-Language": "zh-cn",
-      Referer: "https://home.m.jd.com/myJd/newhome.action?sceneval=2&ufc=&",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-  };
-  return new Promise((resolve) => {
-    $.get(options, (err, resp, data) => {
-      try {
-        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.hasOwnProperty("userInfo")) {
-              $.nickName = data.data.userInfo.baseInfo.nickname;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (e) {
-        $.logErr(e);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-// prettier-ignore
-var _0xod2='jsjiami.com.v6',_0xod2_=['‮_0xod2'],_0x2521=[_0xod2,'\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','\x61\x30\x70\x69\x59\x32\x67\x3d','\x64\x30\x6c\x71\x59\x55\x30\x3d','\x53\x46\x6c\x48\x5a\x6e\x41\x3d','\x53\x31\x4e\x45\x56\x45\x6f\x3d','\x65\x57\x70\x36\x51\x6b\x59\x3d','\x56\x6b\x4e\x4a\x54\x46\x6b\x3d','\x57\x6d\x5a\x6b\x57\x47\x38\x3d','\x62\x55\x5a\x70\x5a\x32\x34\x3d','\x65\x6e\x52\x6a\x65\x47\x4d\x3d','\x53\x46\x52\x42\x52\x45\x51\x3d','\x63\x30\x52\x74\x63\x6b\x34\x3d','\x64\x47\x4e\x32\x64\x6d\x6f\x3d','\x51\x6b\x56\x52\x64\x45\x30\x3d','\x64\x6e\x5a\x61\x51\x58\x4d\x3d','\x57\x57\x56\x77\x54\x31\x63\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','\x57\x57\x78\x42\x64\x6d\x67\x3d','\x59\x58\x52\x70\x63\x46\x6f\x3d','\x59\x58\x42\x77\x62\x47\x6c\x6a\x59\x58\x52\x70\x62\x32\x34\x76\x61\x6e\x4e\x76\x62\x67\x3d\x3d','\x55\x56\x52\x45\x52\x31\x59\x3d','\x56\x57\x5a\x6a\x61\x32\x59\x3d','\x64\x30\x64\x35\x63\x32\x30\x3d','\x5a\x56\x42\x70\x59\x55\x34\x3d','\x61\x6d\x56\x6c\x62\x45\x77\x3d','\x64\x56\x56\x69\x63\x6d\x6f\x3d','\x5a\x30\x52\x43\x64\x56\x67\x3d','\x62\x31\x52\x42\x62\x6b\x73\x3d','\x59\x6e\x5a\x34\x62\x6b\x49\x3d','\x53\x46\x4a\x46\x59\x32\x51\x3d','\x62\x47\x39\x6e\x52\x58\x4a\x79','\x64\x58\x70\x79\x59\x55\x34\x3d','\x53\x45\x39\x77\x52\x46\x45\x3d','\x62\x48\x4e\x72\x63\x45\x55\x3d','\x61\x45\x74\x35\x54\x6b\x4d\x3d','\x5a\x57\x35\x32','\x55\x30\x6c\x48\x54\x6c\x39\x56\x55\x6b\x77\x3d','\x55\x57\x31\x50\x63\x6c\x51\x3d','\x64\x55\x4a\x30\x62\x6b\x63\x3d','\x63\x31\x56\x47\x52\x45\x34\x3d','\x5a\x6d\x78\x76\x62\x33\x49\x3d','\x63\x6d\x46\x75\x5a\x47\x39\x74','\x62\x47\x56\x75\x5a\x33\x52\x6f','\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','\x61\x31\x6c\x51\x52\x6c\x49\x3d','\x63\x47\x39\x7a\x64\x41\x3d\x3d','\x63\x6c\x5a\x56\x62\x46\x6b\x3d','\x56\x30\x56\x31\x51\x6c\x49\x3d','\x63\x57\x5a\x48\x54\x48\x51\x3d','\x59\x58\x42\x77\x62\x48\x6b\x3d','\x52\x55\x64\x6f\x52\x33\x63\x3d','\x55\x6b\x52\x32\x56\x32\x73\x3d','\x59\x56\x4e\x6c\x52\x30\x4d\x3d','\x64\x31\x4e\x4f\x55\x48\x63\x3d','\x63\x33\x5a\x71\x53\x30\x67\x3d','\x52\x55\x78\x75\x63\x56\x59\x3d','\x56\x47\x64\x6c\x62\x57\x38\x3d','\x59\x58\x4e\x33\x59\x33\x59\x3d','\x51\x6b\x39\x58\x62\x58\x45\x3d','\x54\x6b\x70\x44\x59\x6d\x73\x3d','\x61\x33\x70\x47\x57\x45\x55\x3d','\x53\x47\x46\x48\x56\x57\x59\x3d','\x63\x6e\x42\x56\x52\x58\x41\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','\x57\x6e\x6c\x76\x61\x57\x73\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','\x5a\x56\x64\x6b\x55\x6d\x55\x3d','\x52\x56\x4e\x31\x65\x57\x6f\x3d','\x55\x30\x56\x5a\x65\x6c\x6f\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','\x53\x55\x4e\x55\x55\x47\x59\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','\x54\x47\x46\x4e\x59\x32\x34\x3d','\x59\x57\x4e\x30\x61\x58\x5a\x70\x64\x48\x6c\x56\x63\x6d\x77\x3d','\x5a\x6b\x6c\x5a\x63\x57\x77\x3d','\x5a\x46\x4e\x51\x64\x45\x59\x3d','\x5a\x56\x68\x4e\x5a\x58\x6f\x3d','\x5a\x32\x56\x30','\x56\x45\x5a\x6f\x57\x57\x38\x3d','\x64\x57\x4e\x32\x61\x6d\x45\x3d','\x52\x55\x4e\x7a\x56\x6e\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','\x53\x6c\x70\x42\x5a\x6c\x63\x3d','\x53\x46\x46\x44\x5a\x45\x59\x3d','\x62\x48\x56\x55\x63\x6d\x51\x3d','\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','\x62\x6d\x4a\x71\x63\x6d\x38\x3d','\x55\x58\x52\x47\x61\x56\x67\x3d','\x52\x46\x6c\x31\x63\x57\x63\x3d','\x54\x57\x5a\x44\x62\x6d\x38\x3d','\x59\x6e\x5a\x59\x57\x46\x6f\x3d','\x56\x6b\x6c\x55\x63\x46\x51\x3d','\x51\x33\x46\x4c\x51\x6c\x67\x3d','\x56\x56\x4e\x76\x5a\x45\x59\x3d','\x52\x47\x6c\x32\x54\x58\x59\x3d','\x56\x48\x6c\x6e\x5a\x6d\x30\x3d','\x59\x6d\x6c\x75\x5a\x46\x64\x70\x64\x47\x68\x57\x5a\x57\x35\x6b\x5a\x58\x49\x3d','\x55\x32\x64\x74\x57\x46\x59\x3d','\x5a\x6d\x35\x42\x61\x32\x6b\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','\x62\x47\x52\x52\x62\x32\x30\x3d','\x54\x55\x70\x53\x63\x45\x63\x3d','\x54\x55\x4e\x6f\x53\x6c\x59\x3d','\x57\x47\x6c\x4b\x63\x6c\x63\x3d','\x6a\x73\x6a\x4b\x7a\x71\x69\x44\x61\x6d\x59\x69\x46\x2e\x52\x4a\x63\x6f\x4f\x65\x6d\x2e\x76\x51\x36\x4b\x43\x62\x3d\x3d'];if(function(_0x2277b4,_0x973061,_0x28df6a){function _0x5bdc51(_0x41f15a,_0x1112ff,_0x8c36a8,_0x1f3f77,_0x1ecf84,_0x5be323){_0x1112ff=_0x1112ff>>0x8,_0x1ecf84='po';var _0x2744bc='shift',_0x2fe2d3='push',_0x5be323='‮';if(_0x1112ff<_0x41f15a){while(--_0x41f15a){_0x1f3f77=_0x2277b4[_0x2744bc]();if(_0x1112ff===_0x41f15a&&_0x5be323==='‮'&&_0x5be323['length']===0x1){_0x1112ff=_0x1f3f77,_0x8c36a8=_0x2277b4[_0x1ecf84+'p']();}else if(_0x1112ff&&_0x8c36a8['replace'](/[KzqDYFRJOeQKCb=]/g,'')===_0x1112ff){_0x2277b4[_0x2fe2d3](_0x1f3f77);}}_0x2277b4[_0x2fe2d3](_0x2277b4[_0x2744bc]());}return 0xde733;};return _0x5bdc51(++_0x973061,_0x28df6a)>>_0x973061^_0x28df6a;}(_0x2521,0x136,0x13600),_0x2521){_0xod2_=_0x2521['length']^0x136;};function _0x219b(_0x19cca3,_0xd01416){_0x19cca3=~~'0x'['concat'](_0x19cca3['slice'](0x1));var _0x5e241a=_0x2521[_0x19cca3];if(_0x219b['SQLhKl']===undefined&&'‮'['length']===0x1){(function(){var _0x2a4157;try{var _0x1a3b6e=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');');_0x2a4157=_0x1a3b6e();}catch(_0x5649f7){_0x2a4157=window;}var _0x41452e='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x2a4157['atob']||(_0x2a4157['atob']=function(_0x2e050a){var _0x44c966=String(_0x2e050a)['replace'](/=+$/,'');for(var _0xd76250=0x0,_0x14d201,_0x5e06c3,_0x19370a=0x0,_0x2309e9='';_0x5e06c3=_0x44c966['charAt'](_0x19370a++);~_0x5e06c3&&(_0x14d201=_0xd76250%0x4?_0x14d201*0x40+_0x5e06c3:_0x5e06c3,_0xd76250++%0x4)?_0x2309e9+=String['fromCharCode'](0xff&_0x14d201>>(-0x2*_0xd76250&0x6)):0x0){_0x5e06c3=_0x41452e['indexOf'](_0x5e06c3);}return _0x2309e9;});}());_0x219b['cHEEak']=function(_0x1d83d8){var _0x5d1157=atob(_0x1d83d8);var _0x557fcf=[];for(var _0xa1d923=0x0,_0x302be1=_0x5d1157['length'];_0xa1d923<_0x302be1;_0xa1d923++){_0x557fcf+='%'+('00'+_0x5d1157['charCodeAt'](_0xa1d923)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x557fcf);};_0x219b['yVqUlS']={};_0x219b['SQLhKl']=!![];}var _0x1eab5b=_0x219b['yVqUlS'][_0x19cca3];if(_0x1eab5b===undefined){_0x5e241a=_0x219b['cHEEak'](_0x5e241a);_0x219b['yVqUlS'][_0x19cca3]=_0x5e241a;}else{_0x5e241a=_0x1eab5b;}return _0x5e241a;};function getShopOpenCardInfo(_0x427ea7,_0xd8a74){var _0x57a1ec={'\x54\x46\x68\x59\x6f':function(_0x3bf920,_0xb95601){return _0x3bf920!==_0xb95601;},'\x75\x63\x76\x6a\x61':_0x219b('‮0'),'\x45\x43\x73\x56\x79':_0x219b('‫1'),'\x4a\x5a\x41\x66\x57':_0x219b('‮2'),'\x48\x51\x43\x64\x46':_0x219b('‫3'),'\x6c\x75\x54\x72\x64':_0x219b('‫4'),'\x6e\x62\x6a\x72\x6f':function(_0x1ae4cf,_0x16a0a7){return _0x1ae4cf===_0x16a0a7;},'\x51\x74\x46\x69\x58':_0x219b('‮5'),'\x4d\x66\x43\x6e\x6f':function(_0x524909,_0xd1e9e6){return _0x524909===_0xd1e9e6;},'\x62\x76\x58\x58\x5a':_0x219b('‮6'),'\x56\x49\x54\x70\x54':function(_0x4fae49){return _0x4fae49();},'\x5a\x79\x6f\x69\x6b':function(_0x21d446,_0x2a69bc){return _0x21d446(_0x2a69bc);},'\x64\x53\x50\x74\x46':function(_0x361710,_0x4e7aec){return _0x361710===_0x4e7aec;},'\x65\x58\x4d\x65\x7a':_0x219b('‫7'),'\x65\x57\x64\x52\x65':_0x219b('‮8'),'\x45\x53\x75\x79\x6a':_0x219b('‫9'),'\x53\x45\x59\x7a\x5a':_0x219b('‫a'),'\x49\x43\x54\x50\x66':_0x219b('‮b'),'\x4c\x61\x4d\x63\x6e':function(_0x4511c8,_0x436c7f){return _0x4511c8(_0x436c7f);},'\x66\x49\x59\x71\x6c':_0x219b('‫c')};let _0x43735d={'\x75\x72\x6c':_0x219b('‮d')+_0x57a1ec[_0x219b('‮e')](encodeURIComponent,JSON[_0x219b('‫f')](_0x427ea7))+_0x219b('‫10'),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x57a1ec[_0x219b('‮11')],'\x41\x63\x63\x65\x70\x74':_0x57a1ec[_0x219b('‫12')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x57a1ec[_0x219b('‮13')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x219b('‫14')+$[_0x219b('‫15')]+_0x219b('‮16')+$[_0x219b('‫17')]+_0x219b('‮18'),'Accept-Language':_0x57a1ec[_0x219b('‫19')],'\x52\x65\x66\x65\x72\x65\x72':_0x219b('‫1a')+_0xd8a74+_0x219b('‫1b')+_0x57a1ec[_0x219b('‫1c')](encodeURIComponent,$[_0x219b('‮1d')]),'Accept-Encoding':_0x57a1ec[_0x219b('‮1e')]}};return new Promise(_0x4d8528=>{var _0x4a857c={'\x44\x59\x75\x71\x67':function(_0x1cc541,_0x551ac5){return _0x57a1ec[_0x219b('‮e')](_0x1cc541,_0x551ac5);}};if(_0x57a1ec[_0x219b('‫1f')](_0x57a1ec[_0x219b('‫20')],_0x57a1ec[_0x219b('‫20')])){$[_0x219b('‮21')](_0x43735d,(_0x42bd53,_0xba57c8,_0x114bc1)=>{try{if(_0x42bd53){if(_0x57a1ec[_0x219b('‮22')](_0x57a1ec[_0x219b('‮23')],_0x57a1ec[_0x219b('‮24')])){console[_0x219b('‫25')](_0x42bd53);}else{res=JSON[_0x219b('‮26')](_0x114bc1);if(res[_0x219b('‫27')]){if(res[_0x219b('‫28')][_0x219b('‮29')]){$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}}else{if(_0x57a1ec[_0x219b('‮22')](_0x57a1ec[_0x219b('‫2d')],_0x57a1ec[_0x219b('‮2e')])){res=JSON[_0x219b('‮26')](_0x114bc1);if(res[_0x219b('‫27')]){if(res[_0x219b('‫28')][_0x219b('‮29')]){if(_0x57a1ec[_0x219b('‮22')](_0x57a1ec[_0x219b('‮2f')],_0x57a1ec[_0x219b('‮2f')])){res=JSON[_0x219b('‮26')](_0x114bc1);if(res[_0x219b('‫27')]){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}}else{$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}}else{$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}catch(_0x435943){if(_0x57a1ec[_0x219b('‮32')](_0x57a1ec[_0x219b('‮33')],_0x57a1ec[_0x219b('‮33')])){console[_0x219b('‫25')](_0x435943);}else{_0x4a857c[_0x219b('‮34')](_0x4d8528,_0x114bc1);}}finally{if(_0x57a1ec[_0x219b('‫35')](_0x57a1ec[_0x219b('‮36')],_0x57a1ec[_0x219b('‮36')])){_0x57a1ec[_0x219b('‮37')](_0x4d8528);}else{if(res[_0x219b('‫28')][_0x219b('‮29')]){$[_0x219b('‮2a')]=res[_0x219b('‫28')][_0x219b('‮29')][0x0][_0x219b('‫2b')][_0x219b('‫2c')];}}}});}else{console[_0x219b('‫25')](err);}});}async function bindWithVender(_0x6a4f96,_0x2eb643){var _0x5c8438={'\x48\x59\x47\x66\x70':function(_0x343f54,_0x48d0e2){return _0x343f54===_0x48d0e2;},'\x4b\x53\x44\x54\x4a':_0x219b('‫38'),'\x79\x6a\x7a\x42\x46':function(_0x3b41cd,_0x4dfdef){return _0x3b41cd===_0x4dfdef;},'\x56\x43\x49\x4c\x59':_0x219b('‫39'),'\x5a\x66\x64\x58\x6f':_0x219b('‫3a'),'\x6d\x46\x69\x67\x6e':function(_0xb6e3d8,_0x23686f){return _0xb6e3d8===_0x23686f;},'\x7a\x74\x63\x78\x63':_0x219b('‫3b'),'\x48\x54\x41\x44\x44':function(_0xb2175d){return _0xb2175d();},'\x53\x67\x6d\x58\x56':function(_0x5c652b,_0x377eb0,_0x40b9c8){return _0x5c652b(_0x377eb0,_0x40b9c8);},'\x66\x6e\x41\x6b\x69':_0x219b('‫3c'),'\x6c\x64\x51\x6f\x6d':_0x219b('‮8'),'\x4d\x4a\x52\x70\x47':_0x219b('‫9'),'\x4d\x43\x68\x4a\x56':_0x219b('‫a'),'\x58\x69\x4a\x72\x57':_0x219b('‮b'),'\x6b\x4a\x62\x63\x68':function(_0x43c66b,_0x13d811){return _0x43c66b(_0x13d811);},'\x77\x49\x6a\x61\x4d':_0x219b('‫c')};return h5st=await _0x5c8438[_0x219b('‫3d')](geth5st,_0x5c8438[_0x219b('‫3e')],_0x6a4f96),opt={'\x75\x72\x6c':_0x219b('‮3f')+h5st,'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x5c8438[_0x219b('‮40')],'\x41\x63\x63\x65\x70\x74':_0x5c8438[_0x219b('‮41')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x5c8438[_0x219b('‫42')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x219b('‫14')+$[_0x219b('‫15')]+_0x219b('‮16')+$[_0x219b('‫17')]+_0x219b('‮18'),'Accept-Language':_0x5c8438[_0x219b('‮43')],'\x52\x65\x66\x65\x72\x65\x72':_0x219b('‫1a')+_0x2eb643+_0x219b('‮44')+_0x5c8438[_0x219b('‫45')](encodeURIComponent,$[_0x219b('‮1d')]),'Accept-Encoding':_0x5c8438[_0x219b('‫46')]}},new Promise(_0x215897=>{$[_0x219b('‮21')](opt,(_0x52284b,_0x327a7e,_0x1bb051)=>{try{if(_0x52284b){if(_0x5c8438[_0x219b('‫47')](_0x5c8438[_0x219b('‫48')],_0x5c8438[_0x219b('‫48')])){console[_0x219b('‫25')](_0x52284b);}else{console[_0x219b('‫25')](error);}}else{if(_0x5c8438[_0x219b('‮49')](_0x5c8438[_0x219b('‮4a')],_0x5c8438[_0x219b('‫4b')])){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}else{res=JSON[_0x219b('‮26')](_0x1bb051);if(res[_0x219b('‫27')]){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}}}}catch(_0x55bfed){if(_0x5c8438[_0x219b('‮4c')](_0x5c8438[_0x219b('‮4d')],_0x5c8438[_0x219b('‮4d')])){console[_0x219b('‫25')](_0x55bfed);}else{if(_0x52284b){console[_0x219b('‫25')](_0x52284b);}else{res=JSON[_0x219b('‮26')](_0x1bb051);if(res[_0x219b('‫27')]){console[_0x219b('‫25')](res);$[_0x219b('‮30')]=res[_0x219b('‮31')];}}}}finally{_0x5c8438[_0x219b('‮4e')](_0x215897);}});});}function geth5st(_0x1103d7,_0x586621){var _0x430883={'\x51\x54\x44\x47\x56':function(_0x1e7d03){return _0x1e7d03();},'\x55\x66\x63\x6b\x66':function(_0x5ab017,_0x2b8838){return _0x5ab017*_0x2b8838;},'\x77\x47\x79\x73\x6d':function(_0x5935c8,_0x185779){return _0x5935c8!==_0x185779;},'\x65\x50\x69\x61\x4e':_0x219b('‫4f'),'\x6a\x65\x65\x6c\x4c':_0x219b('‮50'),'\x75\x55\x62\x72\x6a':function(_0x1a5aa8,_0x52ae2c){return _0x1a5aa8===_0x52ae2c;},'\x67\x44\x42\x75\x58':_0x219b('‫51'),'\x6f\x54\x41\x6e\x4b':_0x219b('‫52'),'\x62\x76\x78\x6e\x42':function(_0xa50297,_0x6b8ce2){return _0xa50297(_0x6b8ce2);},'\x48\x52\x45\x63\x64':_0x219b('‮53'),'\x75\x7a\x72\x61\x4e':_0x219b('‮54'),'\x48\x4f\x70\x44\x51':_0x219b('‫55'),'\x6c\x73\x6b\x70\x45':_0x219b('‮56'),'\x68\x4b\x79\x4e\x43':_0x219b('‮57'),'\x51\x6d\x4f\x72\x54':_0x219b('‫58'),'\x75\x42\x74\x6e\x47':_0x219b('‮59'),'\x6b\x59\x50\x46\x52':_0x219b('‮5a')};return new Promise(async _0x255c7d=>{var _0x373d32={'\x73\x55\x46\x44\x4e':function(_0x16c255){return _0x430883[_0x219b('‫5b')](_0x16c255);},'\x45\x47\x68\x47\x77':function(_0x2bd73b,_0xef9125){return _0x430883[_0x219b('‮5c')](_0x2bd73b,_0xef9125);},'\x72\x56\x55\x6c\x59':function(_0x3d06bf,_0x4e3e01){return _0x430883[_0x219b('‫5d')](_0x3d06bf,_0x4e3e01);},'\x57\x45\x75\x42\x52':_0x430883[_0x219b('‮5e')],'\x71\x66\x47\x4c\x74':_0x430883[_0x219b('‫5f')],'\x52\x44\x76\x57\x6b':function(_0xd1e750,_0x1d575d){return _0x430883[_0x219b('‫60')](_0xd1e750,_0x1d575d);},'\x61\x53\x65\x47\x43':_0x430883[_0x219b('‮61')],'\x77\x53\x4e\x50\x77':_0x430883[_0x219b('‮62')],'\x73\x76\x6a\x4b\x48':function(_0x2a1cfb,_0x46f22f){return _0x430883[_0x219b('‮63')](_0x2a1cfb,_0x46f22f);}};if(_0x430883[_0x219b('‫5d')](_0x430883[_0x219b('‮64')],_0x430883[_0x219b('‮64')])){$[_0x219b('‫65')](e,resp);}else{let _0x30ff4={'\x61\x70\x70\x49\x64':_0x430883[_0x219b('‮66')],'\x62\x6f\x64\x79':{'\x61\x70\x70\x69\x64':_0x430883[_0x219b('‮67')],'\x66\x75\x6e\x63\x74\x69\x6f\x6e\x49\x64':_0x1103d7,'\x62\x6f\x64\x79':JSON[_0x219b('‫f')](_0x586621),'\x63\x6c\x69\x65\x6e\x74\x56\x65\x72\x73\x69\x6f\x6e':_0x430883[_0x219b('‫68')],'\x63\x6c\x69\x65\x6e\x74':'\x48\x35','\x61\x63\x74\x69\x76\x69\x74\x79\x49\x64':$[_0x219b('‫2c')]},'\x63\x61\x6c\x6c\x62\x61\x63\x6b\x41\x6c\x6c':!![]};let _0x2be600='';let _0xb852e3=[_0x430883[_0x219b('‮69')]];if(process[_0x219b('‫6a')][_0x219b('‮6b')]){if(_0x430883[_0x219b('‫60')](_0x430883[_0x219b('‮6c')],_0x430883[_0x219b('‫6d')])){_0x373d32[_0x219b('‮6e')](_0x255c7d);}else{_0x2be600=process[_0x219b('‫6a')][_0x219b('‮6b')];}}else{_0x2be600=_0xb852e3[Math[_0x219b('‫6f')](_0x430883[_0x219b('‮5c')](Math[_0x219b('‮70')](),_0xb852e3[_0x219b('‫71')]))];}let _0x1ba80c={'\x75\x72\x6c':_0x219b('‮72'),'\x62\x6f\x64\x79':JSON[_0x219b('‫f')](_0x30ff4),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x2be600,'Content-Type':_0x430883[_0x219b('‫73')]},'\x74\x69\x6d\x65\x6f\x75\x74':_0x430883[_0x219b('‮5c')](0x1e,0x3e8)};$[_0x219b('‫74')](_0x1ba80c,async(_0x46941b,_0x74988f,_0x30ff4)=>{try{if(_0x46941b){if(_0x373d32[_0x219b('‮75')](_0x373d32[_0x219b('‮76')],_0x373d32[_0x219b('‫77')])){_0x30ff4=await geth5st[_0x219b('‮78')](this,arguments);}else{_0x2be600=_0xb852e3[Math[_0x219b('‫6f')](_0x373d32[_0x219b('‮79')](Math[_0x219b('‮70')](),_0xb852e3[_0x219b('‫71')]))];}}else{}}catch(_0x290dbf){$[_0x219b('‫65')](_0x290dbf,_0x74988f);}finally{if(_0x373d32[_0x219b('‫7a')](_0x373d32[_0x219b('‫7b')],_0x373d32[_0x219b('‮7c')])){_0x2be600=process[_0x219b('‫6a')][_0x219b('‮6b')];}else{_0x373d32[_0x219b('‮7d')](_0x255c7d,_0x30ff4);}}});}});};_0xod2='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)}
diff --git a/jd_lzdz1_customized68.js b/jd_lzdz1_customized68.js
deleted file mode 100644
index b05389f..0000000
--- a/jd_lzdz1_customized68.js
+++ /dev/null
@@ -1,546 +0,0 @@
-/*
-全利以赴 谁是囤货王
-*/
-const $ = new Env("全利以赴 谁是囤货王");
-const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
-const notify = $.isNode() ? require("./sendNotify") : "";
-let cookiesArr = [], cookie = "", message = "";
-let ownCode = null;
-let authorCodeList = [];
-if ($.isNode()) {
-  Object.keys(jdCookieNode).forEach((item) => {
-    cookiesArr.push(jdCookieNode[item]);
-  });
-  if (process.env.JD_DEBUG && process.env.JD_DEBUG === "false") console.log = () => {};
-} else {
-  let cookiesData = $.getdata("CookiesJD") || "[]";
-  cookiesData = JSON.parse(cookiesData);
-  cookiesArr = cookiesData.map((item) => item.cookie);
-  cookiesArr.reverse();
-  cookiesArr.push(...[$.getdata("CookieJD2"), $.getdata("CookieJD")]);
-  cookiesArr.reverse();
-  cookiesArr = cookiesArr.filter((item) => !!item);
-}
-!(async () => {
-  $.getAuthorCodeListerr = false;
-  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;
-  }
-  // authorCodeList = await getAuthorCodeList('https://gitee.com/fatelight/code/raw/master/lzdz112.json')
-  // if ($.getAuthorCodeListerr === false) {
-  //     authorCodeList = [
-  //         '917746a95cae46618c8f6b0ff55dfbc2',
-  //     ]
-  // }
-  for (let i = 0; i < cookiesArr.length; i++) {
-    if (cookiesArr[i]) {
-      cookie = cookiesArr[i];
-      originCookie = cookiesArr[i];
-      newCookie = "";
-      $.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1]);
-      $.index = i + 1;
-      $.isLogin = true;
-      $.nickName = "";
-      await checkCookie();
-      console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
-      if (!$.isLogin) {
-        $.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
-        // if ($.isNode()) {
-        //     await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
-        // }
-        continue;
-      }
-      $.bean = 0;
-      $.ADID = getUUID("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", 1);
-      $.UUID = getUUID("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
-      authorCodeList = [
-        '0cb6f393999f40d5b2f8f9d97bb72aea',
-        '8ea982e0e6b6457fb74e7378b8ad2dac',
-        '9e50574470ca49989569f93ee8d51065',
-      ];
-      // $.authorCode = authorCodeList[random(0, authorCodeList.length)];
-      $.authorCode = ownCode ? ownCode : authorCodeList[random(0, authorCodeList.length)]
-      $.authorNum = `${random(1000000, 9999999)}`;
-      $.randomCode = random(1000000, 9999999);
-      $.activityId = "dzlhkke4cc7da358ff4fa18352ce88";
-      $.activityShopId = "1000003443";
-      $.activityUrl = `https://lzdz1-isv.isvjcloud.com/dingzhi/customized/common/activity/${$.authorNum}?activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}&adsource=SD&shareuserid4minipg=${encodeURIComponent($.secretPin)}&shopid=undefined&lng=00.000000&lat=00.000000&sid=&un_area=`;
-      await member();
-      // await $.wait(1000);
-      if ($.bean > 0) {
-        message += `\n【京东账号${$.index}】${$.nickName || $.UserName} \n       └ 获得 ${$.bean} 京豆。`;
-      }
-    }
-  }
-  if (message !== "") {
-    if ($.isNode()) {
-      await notify.sendNotify($.name, message, "", `\n`);
-    } else {
-      $.msg($.name, "有点儿收获", message);
-    }
-  }
-})()
-  .catch((e) => {
-    $.log("", `❌ ${$.name}, 失败! 原因: ${e}!`, "");
-  })
-  .finally(() => {
-    $.done();
-  });
-
-async function member() {
-  $.token = null;
-  $.secretPin = null;
-  $.openCardActivityId = null;
-  $.addScore = 1
-  lz_cookie = {};
-  await getFirstLZCK();
-  await getToken();
-  await task("dz/common/getSimpleActInfoVo", `activityId=${$.activityId}`, 1);
-  if ($.token) {
-    await getMyPing();
-    if ($.secretPin) {
-      console.log("去助力 -> " + $.authorCode);
-      await taskaccessLog("common/accessLogWithAD", `venderId=${$.activityShopId}&code=99&pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&pageUrl=${$.activityUrl}&subType=app&adSource=FLP`, 1);
-      // await task("wxActionCommon/getUserInfo", `pin=${encodeURIComponent($.secretPin)}`, 1);
-      if ($.index === 1) {
-        await task("linkgame/activity/content", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&cjyxPin=&cjhyPin=&shareUuid=${encodeURIComponent($.authorCode)}`, 0, 1);
-      } else {
-        await task("linkgame/activity/content", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&cjyxPin=&cjhyPin=&shareUuid=${encodeURIComponent($.authorCode)}`);
-      }
-      $.log("关注店铺");
-      await task("opencard/follow/shop", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      await task("taskact/common/drawContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      await task("linkgame/task/opencard/info", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`);
-      $.log("加入店铺会员");
-      if ($.openCardList) {
-        for (const vo of $.openCardList) {
-          // console.log(vo)
-          $.log(`>>> 去加入${vo.name} ${vo.venderId}`);
-          // await task("crm/pageVisit/insertCrmPageVisit", `venderId=1000000576&elementId=入会跳转&pageId=dzlhkk068d4d0ab8a6609723002f50&pin=${encodeURIComponent($.secretPin)}`, 1);
-          // await $.wait(500);
-          // await getFirstLZCK();
-          // await getToken();
-          if (vo.status == 0) {
-            await getShopOpenCardInfo({ venderId: `${vo.venderId}`, channel: "401" }, vo.venderId);
-            // console.log($.openCardActivityId)
-            await bindWithVender({ venderId: `${vo.venderId}`, bindByVerifyCodeFlag: 1, registerExtend: {}, writeChildFlag: 0, activityId: 2329491, channel: 401 }, vo.venderId);
-            await $.wait(500);
-          } else {
-            $.log(`>>> 已经是会员`);
-          }
-        }
-      } else {
-        $.log("没有获取到对应的任务。\n");
-      }
-      await task("linkgame/checkOpenCard", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`);
-      console.log("去助力 -> " + $.authorCode);
-      await task("linkgame/assist/status", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      await task("linkgame/assist", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      // await task('linkgame/help/list', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-
-      // await task('linkgame/task/info', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-      // console.log('任务 -> ')
-      // await $.wait(2000)
-      // await task('opencard/addCart', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await $.wait(2000)
-      // await task('linkgame/sendAllCoupon', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await getFirstLZCK()
-      // await getToken();
-      // console.log('抽奖 -> ')
-      // await $.wait(2000)
-      // await task('linkgame/draw', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-      // console.log('100 -> ')
-      // await getFirstLZCK()
-      // await getToken();
-      // await $.wait(2000)
-      // await task('linkgame/draw/record', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-    }
-  }
-}
-
-function task(function_id, body, isCommon = 0, own = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              switch (function_id) {
-                case "dz/common/getSimpleActInfoVo":
-                  $.jdActivityId = data.data.jdActivityId;
-                  $.venderId = data.data.venderId;
-                  $.activityType = data.data.activityType;
-                  // console.log($.venderId)
-                  break;
-                case "wxActionCommon/getUserInfo":
-                  break;
-                case "linkgame/activity/content":
-                  if (!data.data.hasEnd) {
-                    $.log(`开启【${data.data.activity["name"]}】活动`);
-                    $.log("-------------------");
-                    if ($.index === 1) {
-                      ownCode = data.data.actor["actorUuid"];
-                      console.log(ownCode);
-                    }
-                    $.actorUuid = data.data.actor["actorUuid"];
-                  } else {
-                    $.log("活动已经结束");
-                  }
-                  break;
-                case "linkgame/task/opencard/info":
-                  $.openCardList = data.data.followShopList;
-                  $.openCardStatus = data.data;
-                  // console.log(data)
-                  break;
-                case "opencard/follow/shop":
-                  console.log(data);
-                  if (data.data) {
-                    $.addScore = data.data.addScore 
-                  }
-                  break;
-                case "linkgame/sign":
-                  console.log(data);
-                  break;
-                case "opencard/addCart":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-                  break;
-                case "linkgame/sendAllCoupon":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-
-                  break;
-                case "interaction/write/writePersonInfo":
-                  console.log(data);
-                  break;
-                case "linkgame/draw":
-                  console.log(data);
-                  break;
-                case "linkgame/draw/record":
-                  console.log(data.data);
-                  break;
-                case "linkgame/assist/status":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "linkgame/assist":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "opencard/help/list":
-                  $.log(JSON.stringify(data));
-                  break;
-                default:
-                  // $.log(JSON.stringify(data))
-                  break;
-              }
-            } else {
-              // $.log(JSON.stringify(data))
-            }
-          } else {
-            // $.log("京东没有返回数据")
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function taskaccessLog(function_id, body, isCommon = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          // console.log(resp);
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie};`;
-            for (let sk of resp["headers"]["set-cookie"]) {
-              lz_cookie[sk.split(";")[0].substr(0, sk.split(";")[0].indexOf("="))] = sk.split(";")[0].substr(sk.split(";")[0].indexOf("=") + 1);
-            }
-            for (const vo of Object.keys(lz_cookie)) {
-              cookie += vo + "=" + lz_cookie[vo] + ";";
-            }
-          }
-        }
-      } catch (error) {
-        console.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-
-function getAuthorCodeList(url) {
-  return new Promise((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",
-      },
-    };
-    $.get(options, async (err, resp, data) => {
-      try {
-        if (err) {
-          // $.log(err)
-          $.getAuthorCodeListerr = false;
-        } else {
-          if (data) data = JSON.parse(data);
-          $.getAuthorCodeListerr = true;
-        }
-      } catch (e) {
-        $.logErr(e, resp);
-        data = null;
-      } finally {
-        resolve(data);
-      }
-    });
-  });
-}
-
-function taskUrl(function_id, body, isCommon) {
-  return {
-    url: isCommon ? `https://lzdz1-isv.isvjcloud.com/${function_id}` : `https://lzdz1-isv.isvjcloud.com/dingzhi/${function_id}`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: $.cookie,
-    },
-    body: body,
-  };
-}
-
-function getMyPing() {
-  let opt = {
-    url: `https://lzdz1-isv.isvjcloud.com/customer/getMyPing`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: cookie,
-    },
-    body: `userId=${$.activityShopId}&token=${$.token}&fromType=APP&riskType=1`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (resp["headers"]["Set-Cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              $.log(`你好:${data.data.nickname}`);
-              $.pin = data.data.nickname;
-              $.secretPin = data.data.secretPin;
-              cookie = `${cookie};AUTH_C_USER=${data.data.secretPin}`;
-            } else {
-              $.log(data.errorMessage);
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function getFirstLZCK() {
-  return new Promise((resolve) => {
-    $.get(
-      {
-        url: $.activityUrl,
-        headers: {
-          "user-agent": $.isNode() ? process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : require("./USER_AGENTS").USER_AGENT : $.getdata("JDUA") ? $.getdata("JDUA") : "jdapp;iPhone;9.4.4;14.3;network/4g;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1",
-        },
-      },
-      (err, resp, data) => {
-        try {
-          if (err) {
-            console.log(err);
-          } else {
-            if (resp["headers"]["set-cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            if (resp["headers"]["Set-Cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            $.cookie = cookie
-          }
-        } catch (error) {
-          console.log(error);
-        } finally {
-          resolve();
-        }
-      }
-    );
-  });
-}
-function getToken() {
-  let opt = {
-    url: `https://api.m.jd.com/client.action?functionId=isvObfuscator`,
-    headers: {
-      Host: "api.m.jd.com",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "JD4iPhone/167650 (iPhone; iOS 13.7; Scale/3.00)",
-      "Accept-Language": "zh-Hans-CN;q=1",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-    body: `body=%7B%22url%22%3A%20%22https%3A//lzkj-isv.isvjcloud.com%22%2C%20%22id%22%3A%20%22%22%7D&uuid=hjudwgohxzVu96krv&client=apple&clientVersion=9.4.0&st=1620476162000&sv=111&sign=f9d1b7e3b943b6a136d54fe4f892af05`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.code === "0") {
-              $.token = data.token;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function random(min, max) {
-  return Math.floor(Math.random() * (max - min)) + min;
-}
-function getUUID(format = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", UpperCase = 0) {
-  return format.replace(/[xy]/g, function (c) {
-    var r = (Math.random() * 16) | 0,
-      v = c == "x" ? r : (r & 0x3) | 0x8;
-    if (UpperCase) {
-      uuid = v.toString(36).toUpperCase();
-    } else {
-      uuid = v.toString(36);
-    }
-    return uuid;
-  });
-}
-function checkCookie() {
-  const options = {
-    url: "https://me-api.jd.com/user_new/info/GetJDUserInfoUnion",
-    headers: {
-      Host: "me-api.jd.com",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1",
-      "Accept-Language": "zh-cn",
-      Referer: "https://home.m.jd.com/myJd/newhome.action?sceneval=2&ufc=&",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-  };
-  return new Promise((resolve) => {
-    $.get(options, (err, resp, data) => {
-      try {
-        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.hasOwnProperty("userInfo")) {
-              $.nickName = data.data.userInfo.baseInfo.nickname;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (e) {
-        $.logErr(e);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-// prettier-ignore
-var _0xod7='jsjiami.com.v6',_0xod7_=['‮_0xod7'],_0x1acd=[_0xod7,'\x53\x33\x4a\x54\x56\x32\x4d\x3d','\x54\x47\x4e\x4c\x62\x6e\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','\x56\x45\x56\x4a\x59\x57\x38\x3d','\x55\x6d\x78\x6d\x59\x32\x4d\x3d','\x63\x45\x39\x31\x52\x6b\x4d\x3d','\x64\x6e\x5a\x75\x57\x45\x4d\x3d','\x62\x33\x64\x32\x5a\x47\x55\x3d','\x59\x33\x70\x4b\x62\x47\x67\x3d','\x51\x55\x64\x59\x59\x30\x6b\x3d','\x54\x30\x4a\x58\x55\x45\x59\x3d','\x56\x57\x6c\x55\x51\x33\x63\x3d','\x59\x6d\x6c\x75\x5a\x46\x64\x70\x64\x47\x68\x57\x5a\x57\x35\x6b\x5a\x58\x49\x3d','\x52\x57\x52\x36\x62\x57\x67\x3d','\x55\x48\x56\x58\x62\x6b\x59\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','\x52\x33\x5a\x75\x55\x6c\x55\x3d','\x52\x6c\x5a\x71\x53\x30\x55\x3d','\x56\x47\x35\x69\x63\x30\x73\x3d','\x61\x6e\x6c\x47\x54\x31\x41\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','\x59\x55\x78\x36\x61\x31\x63\x3d','\x56\x6d\x74\x75\x62\x33\x51\x3d','\x54\x56\x6c\x6f\x54\x45\x4d\x3d','\x62\x58\x64\x34\x52\x47\x30\x3d','\x65\x6c\x5a\x70\x59\x57\x34\x3d','\x52\x55\x46\x4a\x51\x6b\x45\x3d','\x53\x57\x70\x7a\x59\x6b\x6f\x3d','\x56\x55\x74\x79\x61\x46\x55\x3d','\x56\x32\x74\x69\x53\x45\x77\x3d','\x54\x46\x4a\x49\x61\x6b\x77\x3d','\x54\x30\x4e\x44\x54\x6e\x63\x3d','\x56\x31\x70\x7a\x57\x56\x6f\x3d','\x56\x33\x4e\x72\x63\x48\x67\x3d','\x61\x56\x42\x6b\x5a\x58\x67\x3d','\x51\x6e\x64\x6c\x55\x31\x63\x3d','\x65\x57\x35\x5a\x63\x58\x49\x3d','\x63\x47\x74\x50\x64\x58\x4d\x3d','\x57\x6d\x56\x5a\x62\x6c\x67\x3d','\x61\x56\x68\x4e\x54\x33\x6b\x3d','\x62\x56\x5a\x33\x65\x56\x67\x3d','\x55\x47\x4a\x50\x51\x55\x49\x3d','\x54\x33\x68\x74\x56\x57\x59\x3d','\x62\x55\x31\x52\x61\x33\x59\x3d','\x53\x57\x4a\x45\x62\x56\x45\x3d','\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','\x5a\x57\x35\x32','\x55\x30\x6c\x48\x54\x6c\x39\x56\x55\x6b\x77\x3d','\x59\x6d\x52\x6e\x63\x30\x30\x3d','\x57\x6b\x74\x34\x53\x6b\x34\x3d','\x59\x30\x56\x51\x63\x6d\x4d\x3d','\x65\x45\x64\x72\x54\x47\x38\x3d','\x5a\x45\x74\x57\x64\x6d\x67\x3d','\x51\x58\x68\x73\x63\x6d\x6f\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','\x64\x6c\x6c\x43\x5a\x45\x67\x3d','\x51\x6b\x31\x47\x61\x33\x6b\x3d','\x61\x58\x56\x36\x61\x31\x45\x3d','\x5a\x30\x68\x33\x52\x58\x6f\x3d','\x55\x32\x56\x4d\x52\x6e\x45\x3d','\x52\x57\x35\x59\x65\x6c\x6b\x3d','\x55\x48\x70\x34\x63\x55\x67\x3d','\x54\x6c\x52\x42\x55\x56\x41\x3d','\x61\x30\x56\x78\x65\x6e\x45\x3d','\x61\x6c\x5a\x59\x63\x48\x45\x3d','\x51\x57\x31\x4f\x63\x6b\x6b\x3d','\x63\x57\x6c\x43\x64\x32\x63\x3d','\x5a\x6d\x78\x76\x62\x33\x49\x3d','\x62\x46\x6c\x57\x65\x47\x73\x3d','\x63\x6d\x46\x75\x5a\x47\x39\x74','\x62\x47\x56\x75\x5a\x33\x52\x6f','\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','\x52\x47\x5a\x61\x62\x32\x67\x3d','\x57\x45\x4e\x36\x62\x6e\x59\x3d','\x63\x47\x39\x7a\x64\x41\x3d\x3d','\x53\x6b\x64\x4a\x53\x6b\x6f\x3d','\x59\x30\x78\x31\x57\x56\x63\x3d','\x53\x6d\x56\x74\x64\x6b\x67\x3d','\x56\x46\x4e\x6c\x59\x55\x59\x3d','\x5a\x6c\x64\x6d\x54\x31\x51\x3d','\x59\x58\x42\x77\x62\x48\x6b\x3d','\x65\x6b\x39\x49\x64\x45\x67\x3d','\x56\x46\x70\x75\x51\x6d\x6f\x3d','\x62\x47\x39\x6e\x52\x58\x4a\x79','\x61\x30\x64\x42\x55\x55\x51\x3d','\x56\x46\x6c\x48\x57\x48\x6f\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','\x65\x47\x52\x75\x51\x6c\x49\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','\x55\x6b\x70\x46\x55\x33\x6f\x3d','\x62\x48\x5a\x6c\x64\x6e\x67\x3d','\x59\x31\x68\x71\x63\x6e\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','\x61\x57\x4a\x49\x5a\x48\x45\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','\x59\x57\x4e\x30\x61\x58\x5a\x70\x64\x48\x6c\x56\x63\x6d\x77\x3d','\x5a\x55\x64\x48\x65\x6e\x67\x3d','\x61\x58\x46\x34\x57\x55\x38\x3d','\x59\x56\x52\x6b\x65\x6d\x55\x3d','\x62\x56\x52\x51\x65\x55\x63\x3d','\x5a\x32\x56\x30','\x6a\x6b\x73\x6a\x45\x69\x48\x61\x6d\x69\x64\x53\x2e\x63\x54\x6f\x6d\x43\x2e\x76\x36\x68\x6c\x45\x45\x56\x50\x75\x56\x3d\x3d'];if(function(_0x47dca4,_0x2e45a0,_0x2d0d38){function _0x358c40(_0x4e0fee,_0x44d395,_0x5f1629,_0x6d2cae,_0x379df8,_0x59c1d4){_0x44d395=_0x44d395>>0x8,_0x379df8='po';var _0x24e0cd='shift',_0x197297='push',_0x59c1d4='‮';if(_0x44d395<_0x4e0fee){while(--_0x4e0fee){_0x6d2cae=_0x47dca4[_0x24e0cd]();if(_0x44d395===_0x4e0fee&&_0x59c1d4==='‮'&&_0x59c1d4['length']===0x1){_0x44d395=_0x6d2cae,_0x5f1629=_0x47dca4[_0x379df8+'p']();}else if(_0x44d395&&_0x5f1629['replace'](/[kEHdSTChlEEVPuV=]/g,'')===_0x44d395){_0x47dca4[_0x197297](_0x6d2cae);}}_0x47dca4[_0x197297](_0x47dca4[_0x24e0cd]());}return 0xdaf2e;};return _0x358c40(++_0x2e45a0,_0x2d0d38)>>_0x2e45a0^_0x2d0d38;}(_0x1acd,0x1d5,0x1d500),_0x1acd){_0xod7_=_0x1acd['length']^0x1d5;};function _0x27de(_0x4ab799,_0x2148e0){_0x4ab799=~~'0x'['concat'](_0x4ab799['slice'](0x1));var _0x38aa70=_0x1acd[_0x4ab799];if(_0x27de['HEabFd']===undefined&&'‮'['length']===0x1){(function(){var _0x48587b=function(){var _0x226fa7;try{_0x226fa7=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');')();}catch(_0x302471){_0x226fa7=window;}return _0x226fa7;};var _0x2dcb25=_0x48587b();var _0x5d0b0e='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x2dcb25['atob']||(_0x2dcb25['atob']=function(_0x41138d){var _0x37290e=String(_0x41138d)['replace'](/=+$/,'');for(var _0x1da2f9=0x0,_0x27e844,_0x496c4d,_0x55ec30=0x0,_0x46993b='';_0x496c4d=_0x37290e['charAt'](_0x55ec30++);~_0x496c4d&&(_0x27e844=_0x1da2f9%0x4?_0x27e844*0x40+_0x496c4d:_0x496c4d,_0x1da2f9++%0x4)?_0x46993b+=String['fromCharCode'](0xff&_0x27e844>>(-0x2*_0x1da2f9&0x6)):0x0){_0x496c4d=_0x5d0b0e['indexOf'](_0x496c4d);}return _0x46993b;});}());_0x27de['ciicrd']=function(_0x35e622){var _0x1ca022=atob(_0x35e622);var _0x460af0=[];for(var _0x27de2b=0x0,_0x1b5b31=_0x1ca022['length'];_0x27de2b<_0x1b5b31;_0x27de2b++){_0x460af0+='%'+('00'+_0x1ca022['charCodeAt'](_0x27de2b)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x460af0);};_0x27de['qeLOEi']={};_0x27de['HEabFd']=!![];}var _0x4e1a4f=_0x27de['qeLOEi'][_0x4ab799];if(_0x4e1a4f===undefined){_0x38aa70=_0x27de['ciicrd'](_0x38aa70);_0x27de['qeLOEi'][_0x4ab799]=_0x38aa70;}else{_0x38aa70=_0x4e1a4f;}return _0x38aa70;};function getShopOpenCardInfo(_0x2dfe13,_0x2a9c59){var _0x169e2b={'\x69\x71\x78\x59\x4f':function(_0x237960,_0x2865f7){return _0x237960===_0x2865f7;},'\x61\x54\x64\x7a\x65':_0x27de('‮0'),'\x6d\x54\x50\x79\x47':function(_0x5db734){return _0x5db734();},'\x78\x64\x6e\x42\x52':function(_0x27ef1f,_0x2696d1){return _0x27ef1f(_0x2696d1);},'\x52\x4a\x45\x53\x7a':_0x27de('‫1'),'\x6c\x76\x65\x76\x78':_0x27de('‫2'),'\x63\x58\x6a\x72\x70':_0x27de('‫3'),'\x69\x62\x48\x64\x71':_0x27de('‮4'),'\x65\x47\x47\x7a\x78':_0x27de('‫5')};let _0x4540b3={'\x75\x72\x6c':_0x27de('‮6')+_0x169e2b[_0x27de('‮7')](encodeURIComponent,JSON[_0x27de('‫8')](_0x2dfe13))+_0x27de('‮9'),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x169e2b[_0x27de('‮a')],'\x41\x63\x63\x65\x70\x74':_0x169e2b[_0x27de('‮b')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x169e2b[_0x27de('‫c')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x27de('‫d')+$[_0x27de('‫e')]+_0x27de('‫f')+$[_0x27de('‫10')]+_0x27de('‫11'),'Accept-Language':_0x169e2b[_0x27de('‫12')],'\x52\x65\x66\x65\x72\x65\x72':_0x27de('‮13')+_0x2a9c59+_0x27de('‮14')+_0x169e2b[_0x27de('‮7')](encodeURIComponent,$[_0x27de('‫15')]),'Accept-Encoding':_0x169e2b[_0x27de('‮16')]}};return new Promise(_0x24d014=>{var _0x45d140={'\x4b\x72\x53\x57\x63':function(_0x564cc4,_0x316683){return _0x169e2b[_0x27de('‫17')](_0x564cc4,_0x316683);},'\x4c\x63\x4b\x6e\x79':_0x169e2b[_0x27de('‫18')],'\x54\x45\x49\x61\x6f':function(_0x32cebc){return _0x169e2b[_0x27de('‫19')](_0x32cebc);}};$[_0x27de('‫1a')](_0x4540b3,(_0x497df1,_0x18ad2f,_0x1d037c)=>{if(_0x45d140[_0x27de('‮1b')](_0x45d140[_0x27de('‮1c')],_0x45d140[_0x27de('‮1c')])){try{if(_0x497df1){console[_0x27de('‫1d')](_0x497df1);}else{res=JSON[_0x27de('‫1e')](_0x1d037c);if(res[_0x27de('‮1f')]){if(res[_0x27de('‮20')][_0x27de('‮21')]){$[_0x27de('‮22')]=res[_0x27de('‮20')][_0x27de('‮21')][0x0][_0x27de('‫23')][_0x27de('‮24')];}}}}catch(_0x487efd){console[_0x27de('‫1d')](_0x487efd);}finally{_0x45d140[_0x27de('‮25')](_0x24d014);}}else{console[_0x27de('‫1d')](_0x497df1);}});});}async function bindWithVender(_0x4bf9aa,_0x5a230c){var _0x5180ad={'\x4d\x59\x68\x4c\x43':function(_0x396660){return _0x396660();},'\x6d\x77\x78\x44\x6d':function(_0x4b2169,_0x405a0d){return _0x4b2169!==_0x405a0d;},'\x7a\x56\x69\x61\x6e':_0x27de('‫26'),'\x45\x41\x49\x42\x41':_0x27de('‫27'),'\x49\x6a\x73\x62\x4a':function(_0xcf4ea9,_0x3221b8){return _0xcf4ea9===_0x3221b8;},'\x55\x4b\x72\x68\x55':_0x27de('‫28'),'\x57\x6b\x62\x48\x4c':_0x27de('‫29'),'\x4c\x52\x48\x6a\x4c':_0x27de('‮2a'),'\x4f\x43\x43\x4e\x77':_0x27de('‫2b'),'\x57\x5a\x73\x59\x5a':_0x27de('‫2c'),'\x57\x73\x6b\x70\x78':_0x27de('‮2d'),'\x45\x64\x7a\x6d\x68':function(_0x148959,_0x176008,_0x319ba8){return _0x148959(_0x176008,_0x319ba8);},'\x50\x75\x57\x6e\x46':_0x27de('‮2e'),'\x47\x76\x6e\x52\x55':_0x27de('‫1'),'\x46\x56\x6a\x4b\x45':_0x27de('‫2'),'\x54\x6e\x62\x73\x4b':_0x27de('‫3'),'\x6a\x79\x46\x4f\x50':_0x27de('‮4'),'\x61\x4c\x7a\x6b\x57':function(_0x3768db,_0x1db8ba){return _0x3768db(_0x1db8ba);},'\x56\x6b\x6e\x6f\x74':_0x27de('‫5')};return h5st=await _0x5180ad[_0x27de('‮2f')](geth5st,_0x5180ad[_0x27de('‮30')],_0x4bf9aa),opt={'\x75\x72\x6c':_0x27de('‮31')+h5st,'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x5180ad[_0x27de('‮32')],'\x41\x63\x63\x65\x70\x74':_0x5180ad[_0x27de('‫33')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x5180ad[_0x27de('‮34')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x27de('‫d')+$[_0x27de('‫e')]+_0x27de('‫f')+$[_0x27de('‫10')]+_0x27de('‫11'),'Accept-Language':_0x5180ad[_0x27de('‫35')],'\x52\x65\x66\x65\x72\x65\x72':_0x27de('‮13')+_0x5a230c+_0x27de('‮36')+_0x5180ad[_0x27de('‮37')](encodeURIComponent,$[_0x27de('‫15')]),'Accept-Encoding':_0x5180ad[_0x27de('‫38')]}},new Promise(_0x2c2848=>{var _0x1f470d={'\x69\x50\x64\x65\x78':function(_0x4c0bea){return _0x5180ad[_0x27de('‫39')](_0x4c0bea);},'\x42\x77\x65\x53\x57':function(_0x240905,_0x2118e5){return _0x5180ad[_0x27de('‫3a')](_0x240905,_0x2118e5);},'\x79\x6e\x59\x71\x72':_0x5180ad[_0x27de('‫3b')],'\x70\x6b\x4f\x75\x73':_0x5180ad[_0x27de('‮3c')],'\x5a\x65\x59\x6e\x58':function(_0x2ff734,_0x50b6d9){return _0x5180ad[_0x27de('‮3d')](_0x2ff734,_0x50b6d9);},'\x69\x58\x4d\x4f\x79':_0x5180ad[_0x27de('‫3e')],'\x6d\x56\x77\x79\x58':function(_0x43cb7f,_0x5f0fa8){return _0x5180ad[_0x27de('‮3d')](_0x43cb7f,_0x5f0fa8);},'\x50\x62\x4f\x41\x42':_0x5180ad[_0x27de('‫3f')],'\x4f\x78\x6d\x55\x66':_0x5180ad[_0x27de('‫40')],'\x49\x62\x44\x6d\x51':_0x5180ad[_0x27de('‫41')],'\x62\x64\x67\x73\x4d':_0x5180ad[_0x27de('‫42')],'\x5a\x4b\x78\x4a\x4e':_0x5180ad[_0x27de('‮43')]};$[_0x27de('‫1a')](opt,(_0x311afb,_0x3b7aab,_0x4c2873)=>{var _0x53384e={'\x6d\x4d\x51\x6b\x76':function(_0x26e196){return _0x1f470d[_0x27de('‫44')](_0x26e196);}};try{if(_0x1f470d[_0x27de('‮45')](_0x1f470d[_0x27de('‫46')],_0x1f470d[_0x27de('‮47')])){if(_0x311afb){if(_0x1f470d[_0x27de('‫48')](_0x1f470d[_0x27de('‫49')],_0x1f470d[_0x27de('‫49')])){console[_0x27de('‫1d')](_0x311afb);}else{console[_0x27de('‫1d')](error);}}else{if(_0x1f470d[_0x27de('‮4a')](_0x1f470d[_0x27de('‫4b')],_0x1f470d[_0x27de('‮4c')])){_0x53384e[_0x27de('‮4d')](_0x2c2848);}else{res=JSON[_0x27de('‫1e')](_0x4c2873);if(res[_0x27de('‮1f')]){if(_0x1f470d[_0x27de('‮4a')](_0x1f470d[_0x27de('‫4e')],_0x1f470d[_0x27de('‫4e')])){console[_0x27de('‫1d')](res);$[_0x27de('‫4f')]=res[_0x27de('‮50')];}else{console[_0x27de('‫1d')](_0x311afb);}}}}}else{Host=process[_0x27de('‮51')][_0x27de('‫52')];}}catch(_0x317968){if(_0x1f470d[_0x27de('‮4a')](_0x1f470d[_0x27de('‮53')],_0x1f470d[_0x27de('‮53')])){console[_0x27de('‫1d')](_0x317968);}else{$[_0x27de('‮22')]=res[_0x27de('‮20')][_0x27de('‮21')][0x0][_0x27de('‫23')][_0x27de('‮24')];}}finally{if(_0x1f470d[_0x27de('‮45')](_0x1f470d[_0x27de('‫54')],_0x1f470d[_0x27de('‫54')])){_0x1f470d[_0x27de('‫44')](_0x2c2848);}else{_0x1f470d[_0x27de('‫44')](_0x2c2848);}}});});}function geth5st(_0x1c2dc4,_0x38bbf9){var _0xad3eae={'\x76\x59\x42\x64\x48':function(_0xb6682a,_0x1dbeb1){return _0xb6682a===_0x1dbeb1;},'\x42\x4d\x46\x6b\x79':_0x27de('‮55'),'\x69\x75\x7a\x6b\x51':function(_0x521e0c,_0x1ffbd9){return _0x521e0c!==_0x1ffbd9;},'\x67\x48\x77\x45\x7a':_0x27de('‮56'),'\x53\x65\x4c\x46\x71':_0x27de('‮57'),'\x45\x6e\x58\x7a\x59':function(_0x4fa54e,_0x1f1dc2){return _0x4fa54e===_0x1f1dc2;},'\x50\x7a\x78\x71\x48':_0x27de('‮58'),'\x4e\x54\x41\x51\x50':function(_0x3fd51b,_0x32a444){return _0x3fd51b(_0x32a444);},'\x6b\x45\x71\x7a\x71':_0x27de('‫59'),'\x6a\x56\x58\x70\x71':_0x27de('‫5a'),'\x41\x6d\x4e\x72\x49':_0x27de('‮5b'),'\x71\x69\x42\x77\x67':_0x27de('‫5c'),'\x6c\x59\x56\x78\x6b':function(_0x2a05e2,_0x15824){return _0x2a05e2*_0x15824;},'\x44\x66\x5a\x6f\x68':_0x27de('‫5d'),'\x58\x43\x7a\x6e\x76':function(_0x46d10b,_0x5b5da1){return _0x46d10b*_0x5b5da1;}};return new Promise(async _0x573221=>{var _0x1c0efb={'\x4a\x47\x49\x4a\x4a':function(_0x30195c,_0x3fe97e){return _0xad3eae[_0x27de('‮5e')](_0x30195c,_0x3fe97e);},'\x63\x4c\x75\x59\x57':_0xad3eae[_0x27de('‫5f')],'\x4a\x65\x6d\x76\x48':function(_0x41b061,_0x2c0980){return _0xad3eae[_0x27de('‫60')](_0x41b061,_0x2c0980);},'\x54\x53\x65\x61\x46':_0xad3eae[_0x27de('‫61')],'\x66\x57\x66\x4f\x54':_0xad3eae[_0x27de('‮62')],'\x7a\x4f\x48\x74\x48':function(_0x1029f8,_0x21337a){return _0xad3eae[_0x27de('‮63')](_0x1029f8,_0x21337a);},'\x54\x5a\x6e\x42\x6a':_0xad3eae[_0x27de('‫64')],'\x6b\x47\x41\x51\x44':function(_0x1b9d1f,_0x3ee921){return _0xad3eae[_0x27de('‫65')](_0x1b9d1f,_0x3ee921);}};let _0x23db17={'\x61\x70\x70\x49\x64':_0xad3eae[_0x27de('‫66')],'\x62\x6f\x64\x79':{'\x61\x70\x70\x69\x64':_0xad3eae[_0x27de('‫67')],'\x66\x75\x6e\x63\x74\x69\x6f\x6e\x49\x64':_0x1c2dc4,'\x62\x6f\x64\x79':JSON[_0x27de('‫8')](_0x38bbf9),'\x63\x6c\x69\x65\x6e\x74\x56\x65\x72\x73\x69\x6f\x6e':_0xad3eae[_0x27de('‫68')],'\x63\x6c\x69\x65\x6e\x74':'\x48\x35','\x61\x63\x74\x69\x76\x69\x74\x79\x49\x64':$[_0x27de('‮24')]},'\x63\x61\x6c\x6c\x62\x61\x63\x6b\x41\x6c\x6c':!![]};let _0x2402da='';let _0x25911c=[_0xad3eae[_0x27de('‮69')]];if(process[_0x27de('‮51')][_0x27de('‫52')]){_0x2402da=process[_0x27de('‮51')][_0x27de('‫52')];}else{_0x2402da=_0x25911c[Math[_0x27de('‫6a')](_0xad3eae[_0x27de('‫6b')](Math[_0x27de('‫6c')](),_0x25911c[_0x27de('‮6d')]))];}let _0x5f5ad9={'\x75\x72\x6c':_0x27de('‮6e'),'\x62\x6f\x64\x79':JSON[_0x27de('‫8')](_0x23db17),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x2402da,'Content-Type':_0xad3eae[_0x27de('‮6f')]},'\x74\x69\x6d\x65\x6f\x75\x74':_0xad3eae[_0x27de('‫70')](0x1e,0x3e8)};$[_0x27de('‮71')](_0x5f5ad9,async(_0x4a1749,_0x300e08,_0x23db17)=>{if(_0x1c0efb[_0x27de('‫72')](_0x1c0efb[_0x27de('‫73')],_0x1c0efb[_0x27de('‫73')])){try{if(_0x4a1749){if(_0x1c0efb[_0x27de('‮74')](_0x1c0efb[_0x27de('‮75')],_0x1c0efb[_0x27de('‮76')])){_0x23db17=await geth5st[_0x27de('‮77')](this,arguments);}else{if(res[_0x27de('‮20')][_0x27de('‮21')]){$[_0x27de('‮22')]=res[_0x27de('‮20')][_0x27de('‮21')][0x0][_0x27de('‫23')][_0x27de('‮24')];}}}else{}}catch(_0x580180){if(_0x1c0efb[_0x27de('‫78')](_0x1c0efb[_0x27de('‮79')],_0x1c0efb[_0x27de('‮79')])){$[_0x27de('‫7a')](_0x580180,_0x300e08);}else{if(_0x4a1749){console[_0x27de('‫1d')](_0x4a1749);}else{res=JSON[_0x27de('‫1e')](_0x23db17);if(res[_0x27de('‮1f')]){console[_0x27de('‫1d')](res);$[_0x27de('‫4f')]=res[_0x27de('‮50')];}}}}finally{_0x1c0efb[_0x27de('‫7b')](_0x573221,_0x23db17);}}else{res=JSON[_0x27de('‫1e')](_0x23db17);if(res[_0x27de('‮1f')]){console[_0x27de('‫1d')](res);$[_0x27de('‫4f')]=res[_0x27de('‮50')];}}});});};_0xod7='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)}
diff --git a/jd_lzdz1_customized682.js b/jd_lzdz1_customized682.js
deleted file mode 100644
index 71b2b5c..0000000
--- a/jd_lzdz1_customized682.js
+++ /dev/null
@@ -1,546 +0,0 @@
-/*
-大牌联合 好物焕新季
-*/
-const $ = new Env("大牌联合 好物焕新季");
-const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
-const notify = $.isNode() ? require("./sendNotify") : "";
-let cookiesArr = [], cookie = "", message = "";
-let ownCode = null;
-let authorCodeList = [];
-if ($.isNode()) {
-  Object.keys(jdCookieNode).forEach((item) => {
-    cookiesArr.push(jdCookieNode[item]);
-  });
-  if (process.env.JD_DEBUG && process.env.JD_DEBUG === "false") console.log = () => {};
-} else {
-  let cookiesData = $.getdata("CookiesJD") || "[]";
-  cookiesData = JSON.parse(cookiesData);
-  cookiesArr = cookiesData.map((item) => item.cookie);
-  cookiesArr.reverse();
-  cookiesArr.push(...[$.getdata("CookieJD2"), $.getdata("CookieJD")]);
-  cookiesArr.reverse();
-  cookiesArr = cookiesArr.filter((item) => !!item);
-}
-!(async () => {
-  $.getAuthorCodeListerr = false;
-  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;
-  }
-  // authorCodeList = await getAuthorCodeList('https://gitee.com/fatelight/code/raw/master/lzdz112.json')
-  // if ($.getAuthorCodeListerr === false) {
-  //     authorCodeList = [
-  //         '917746a95cae46618c8f6b0ff55dfbc2',
-  //     ]
-  // }
-  for (let i = 0; i < cookiesArr.length; i++) {
-    if (cookiesArr[i]) {
-      cookie = cookiesArr[i];
-      originCookie = cookiesArr[i];
-      newCookie = "";
-      $.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1]);
-      $.index = i + 1;
-      $.isLogin = true;
-      $.nickName = "";
-      await checkCookie();
-      console.log(`\n******开始【京东账号${$.index}】${$.nickName || $.UserName}*********\n`);
-      if (!$.isLogin) {
-        $.msg($.name, `【提示】cookie已失效`, `京东账号${$.index} ${$.nickName || $.UserName}\n请重新登录获取\nhttps://bean.m.jd.com/bean/signIndex.action`, { "open-url": "https://bean.m.jd.com/bean/signIndex.action" });
-        // if ($.isNode()) {
-        //     await notify.sendNotify(`${$.name}cookie已失效 - ${$.UserName}`, `京东账号${$.index} ${$.UserName}\n请重新登录获取cookie`);
-        // }
-        continue;
-      }
-      $.bean = 0;
-      $.ADID = getUUID("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", 1);
-      $.UUID = getUUID("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
-      authorCodeList = [
-        '18a3a9480814472e9b6fb021f5b715d9',
-        'a956f21d405a4023ac8333ed86d0b962',
-        'fdd6dfb8e8e94b5e9c2fa3adf13c4cc9',
-      ];
-      // $.authorCode = authorCodeList[random(0, authorCodeList.length)];
-      $.authorCode = ownCode ? ownCode : authorCodeList[random(0, authorCodeList.length)]
-      $.authorNum = `${random(1000000, 9999999)}`;
-      $.randomCode = random(1000000, 9999999);
-      $.activityId = "dzlhkk5bd64e98a31ebbe366e45bb8";
-      $.activityShopId = "1000000866";
-      $.activityUrl = `https://lzdz1-isv.isvjcloud.com/dingzhi/customized/common/activity/${$.authorNum}?activityId=${$.activityId}&shareUuid=${encodeURIComponent($.authorCode)}&adsource=SD&shareuserid4minipg=${encodeURIComponent($.secretPin)}&shopid=undefined&lng=00.000000&lat=00.000000&sid=&un_area=`;
-      await member();
-      // await $.wait(1000);
-      if ($.bean > 0) {
-        message += `\n【京东账号${$.index}】${$.nickName || $.UserName} \n       └ 获得 ${$.bean} 京豆。`;
-      }
-    }
-  }
-  if (message !== "") {
-    if ($.isNode()) {
-      await notify.sendNotify($.name, message, "", `\n`);
-    } else {
-      $.msg($.name, "有点儿收获", message);
-    }
-  }
-})()
-  .catch((e) => {
-    $.log("", `❌ ${$.name}, 失败! 原因: ${e}!`, "");
-  })
-  .finally(() => {
-    $.done();
-  });
-
-async function member() {
-  $.token = null;
-  $.secretPin = null;
-  $.openCardActivityId = null;
-  $.addScore = 1
-  lz_cookie = {};
-  await getFirstLZCK();
-  await getToken();
-  await task("dz/common/getSimpleActInfoVo", `activityId=${$.activityId}`, 1);
-  if ($.token) {
-    await getMyPing();
-    if ($.secretPin) {
-      console.log("去助力 -> " + $.authorCode);
-      await taskaccessLog("common/accessLogWithAD", `venderId=${$.activityShopId}&code=99&pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}&pageUrl=${$.activityUrl}&subType=app&adSource=FLP`, 1);
-      // await task("wxActionCommon/getUserInfo", `pin=${encodeURIComponent($.secretPin)}`, 1);
-      if ($.index === 1) {
-        await task("linkgame/activity/content", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&cjyxPin=&cjhyPin=&shareUuid=${encodeURIComponent($.authorCode)}`, 0, 1);
-      } else {
-        await task("linkgame/activity/content", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&pinImg=&nick=${encodeURIComponent($.pin)}&cjyxPin=&cjhyPin=&shareUuid=${encodeURIComponent($.authorCode)}`);
-      }
-      $.log("关注店铺");
-      await task("opencard/follow/shop", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      await task("taskact/common/drawContent", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      await task("linkgame/task/opencard/info", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`);
-      $.log("加入店铺会员");
-      if ($.openCardList) {
-        for (const vo of $.openCardList) {
-          // console.log(vo)
-          $.log(`>>> 去加入${vo.name} ${vo.venderId}`);
-          // await task("crm/pageVisit/insertCrmPageVisit", `venderId=1000000576&elementId=入会跳转&pageId=dzlhkk068d4d0ab8a6609723002f50&pin=${encodeURIComponent($.secretPin)}`, 1);
-          // await $.wait(500);
-          // await getFirstLZCK();
-          // await getToken();
-          if (vo.status == 0) {
-            await getShopOpenCardInfo({ venderId: `${vo.venderId}`, channel: "401" }, vo.venderId);
-            // console.log($.openCardActivityId)
-            await bindWithVender({ venderId: `${vo.venderId}`, bindByVerifyCodeFlag: 1, registerExtend: {}, writeChildFlag: 0, activityId: 2329491, channel: 401 }, vo.venderId);
-            await $.wait(500);
-          } else {
-            $.log(`>>> 已经是会员`);
-          }
-        }
-      } else {
-        $.log("没有获取到对应的任务。\n");
-      }
-      await task("linkgame/checkOpenCard", `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`);
-      console.log("去助力 -> " + $.authorCode);
-      await task("linkgame/assist/status", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      await task("linkgame/assist", `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}&shareUuid=${$.authorCode}`);
-      // await task('linkgame/help/list', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-
-      // await task('linkgame/task/info', `pin=${encodeURIComponent($.secretPin)}&activityId=${$.activityId}`)
-      // console.log('任务 -> ')
-      // await $.wait(2000)
-      // await task('opencard/addCart', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await $.wait(2000)
-      // await task('linkgame/sendAllCoupon', `activityId=${$.activityId}&pin=${encodeURIComponent($.secretPin)}`);
-      // await getFirstLZCK()
-      // await getToken();
-      // console.log('抽奖 -> ')
-      // await $.wait(2000)
-      // await task('linkgame/draw', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-      // console.log('100 -> ')
-      // await getFirstLZCK()
-      // await getToken();
-      // await $.wait(2000)
-      // await task('linkgame/draw/record', `activityId=${$.activityId}&actorUuid=${$.actorUuid}&pin=${encodeURIComponent($.secretPin)}`);
-    }
-  }
-}
-
-function task(function_id, body, isCommon = 0, own = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              switch (function_id) {
-                case "dz/common/getSimpleActInfoVo":
-                  $.jdActivityId = data.data.jdActivityId;
-                  $.venderId = data.data.venderId;
-                  $.activityType = data.data.activityType;
-                  // console.log($.venderId)
-                  break;
-                case "wxActionCommon/getUserInfo":
-                  break;
-                case "linkgame/activity/content":
-                  if (!data.data.hasEnd) {
-                    $.log(`开启【${data.data.activity["name"]}】活动`);
-                    $.log("-------------------");
-                    if ($.index === 1) {
-                      ownCode = data.data.actor["actorUuid"];
-                      console.log(ownCode);
-                    }
-                    $.actorUuid = data.data.actor["actorUuid"];
-                  } else {
-                    $.log("活动已经结束");
-                  }
-                  break;
-                case "linkgame/task/opencard/info":
-                  $.openCardList = data.data.followShopList;
-                  $.openCardStatus = data.data;
-                  // console.log(data)
-                  break;
-                case "opencard/follow/shop":
-                  console.log(data);
-                  if (data.data) {
-                    $.addScore = data.data.addScore 
-                  }
-                  break;
-                case "linkgame/sign":
-                  console.log(data);
-                  break;
-                case "opencard/addCart":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-                  break;
-                case "linkgame/sendAllCoupon":
-                  if (data.data) {
-                    console.log(data.data);
-                  }
-
-                  break;
-                case "interaction/write/writePersonInfo":
-                  console.log(data);
-                  break;
-                case "linkgame/draw":
-                  console.log(data);
-                  break;
-                case "linkgame/draw/record":
-                  console.log(data.data);
-                  break;
-                case "linkgame/assist/status":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "linkgame/assist":
-                  $.log(JSON.stringify(data));
-                  break;
-                case "opencard/help/list":
-                  $.log(JSON.stringify(data));
-                  break;
-                default:
-                  // $.log(JSON.stringify(data))
-                  break;
-              }
-            } else {
-              // $.log(JSON.stringify(data))
-            }
-          } else {
-            // $.log("京东没有返回数据")
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function taskaccessLog(function_id, body, isCommon = 0) {
-  return new Promise((resolve) => {
-    $.post(taskUrl(function_id, body, isCommon), async (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          // console.log(resp);
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie};`;
-            for (let sk of resp["headers"]["set-cookie"]) {
-              lz_cookie[sk.split(";")[0].substr(0, sk.split(";")[0].indexOf("="))] = sk.split(";")[0].substr(sk.split(";")[0].indexOf("=") + 1);
-            }
-            for (const vo of Object.keys(lz_cookie)) {
-              cookie += vo + "=" + lz_cookie[vo] + ";";
-            }
-          }
-        }
-      } catch (error) {
-        console.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-
-function getAuthorCodeList(url) {
-  return new Promise((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",
-      },
-    };
-    $.get(options, async (err, resp, data) => {
-      try {
-        if (err) {
-          // $.log(err)
-          $.getAuthorCodeListerr = false;
-        } else {
-          if (data) data = JSON.parse(data);
-          $.getAuthorCodeListerr = true;
-        }
-      } catch (e) {
-        $.logErr(e, resp);
-        data = null;
-      } finally {
-        resolve(data);
-      }
-    });
-  });
-}
-
-function taskUrl(function_id, body, isCommon) {
-  return {
-    url: isCommon ? `https://lzdz1-isv.isvjcloud.com/${function_id}` : `https://lzdz1-isv.isvjcloud.com/dingzhi/${function_id}`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: $.cookie,
-    },
-    body: body,
-  };
-}
-
-function getMyPing() {
-  let opt = {
-    url: `https://lzdz1-isv.isvjcloud.com/customer/getMyPing`,
-    headers: {
-      Host: "lzdz1-isv.isvjcloud.com",
-      Accept: "application/json",
-      "X-Requested-With": "XMLHttpRequest",
-      "Accept-Language": "zh-cn",
-      "Accept-Encoding": "gzip, deflate, br",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Origin: "https://lzdz1-isv.isvjcloud.com",
-      "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`,
-      Connection: "keep-alive",
-      Referer: $.activityUrl,
-      Cookie: cookie,
-    },
-    body: `userId=${$.activityShopId}&token=${$.token}&fromType=APP&riskType=1`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (resp["headers"]["set-cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (resp["headers"]["Set-Cookie"]) {
-            cookie = `${originCookie}`;
-            if ($.isNode()) {
-              for (let sk of resp["headers"]["set-cookie"]) {
-                cookie = `${cookie}${sk.split(";")[0]};`;
-              }
-            } else {
-              for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                cookie = `${cookie}${ck.split(";")[0]};`;
-              }
-            }
-          }
-          if (data) {
-            data = JSON.parse(data);
-            if (data.result) {
-              $.log(`你好:${data.data.nickname}`);
-              $.pin = data.data.nickname;
-              $.secretPin = data.data.secretPin;
-              cookie = `${cookie};AUTH_C_USER=${data.data.secretPin}`;
-            } else {
-              $.log(data.errorMessage);
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function getFirstLZCK() {
-  return new Promise((resolve) => {
-    $.get(
-      {
-        url: $.activityUrl,
-        headers: {
-          "user-agent": $.isNode() ? process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : require("./USER_AGENTS").USER_AGENT : $.getdata("JDUA") ? $.getdata("JDUA") : "jdapp;iPhone;9.4.4;14.3;network/4g;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1",
-        },
-      },
-      (err, resp, data) => {
-        try {
-          if (err) {
-            console.log(err);
-          } else {
-            if (resp["headers"]["set-cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            if (resp["headers"]["Set-Cookie"]) {
-              cookie = `${originCookie}`;
-              if ($.isNode()) {
-                for (let sk of resp["headers"]["set-cookie"]) {
-                  cookie = `${cookie}${sk.split(";")[0]};`;
-                }
-              } else {
-                for (let ck of resp["headers"]["Set-Cookie"].split(",")) {
-                  cookie = `${cookie}${ck.split(";")[0]};`;
-                }
-              }
-            }
-            $.cookie = cookie
-          }
-        } catch (error) {
-          console.log(error);
-        } finally {
-          resolve();
-        }
-      }
-    );
-  });
-}
-function getToken() {
-  let opt = {
-    url: `https://api.m.jd.com/client.action?functionId=isvObfuscator`,
-    headers: {
-      Host: "api.m.jd.com",
-      "Content-Type": "application/x-www-form-urlencoded",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "JD4iPhone/167650 (iPhone; iOS 13.7; Scale/3.00)",
-      "Accept-Language": "zh-Hans-CN;q=1",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-    body: `body=%7B%22url%22%3A%20%22https%3A//lzkj-isv.isvjcloud.com%22%2C%20%22id%22%3A%20%22%22%7D&uuid=hjudwgohxzVu96krv&client=apple&clientVersion=9.4.0&st=1620476162000&sv=111&sign=f9d1b7e3b943b6a136d54fe4f892af05`,
-  };
-  return new Promise((resolve) => {
-    $.post(opt, (err, resp, data) => {
-      try {
-        if (err) {
-          $.log(err);
-        } else {
-          if (data) {
-            data = JSON.parse(data);
-            if (data.code === "0") {
-              $.token = data.token;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (error) {
-        $.log(error);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-function random(min, max) {
-  return Math.floor(Math.random() * (max - min)) + min;
-}
-function getUUID(format = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", UpperCase = 0) {
-  return format.replace(/[xy]/g, function (c) {
-    var r = (Math.random() * 16) | 0,
-      v = c == "x" ? r : (r & 0x3) | 0x8;
-    if (UpperCase) {
-      uuid = v.toString(36).toUpperCase();
-    } else {
-      uuid = v.toString(36);
-    }
-    return uuid;
-  });
-}
-function checkCookie() {
-  const options = {
-    url: "https://me-api.jd.com/user_new/info/GetJDUserInfoUnion",
-    headers: {
-      Host: "me-api.jd.com",
-      Accept: "*/*",
-      Connection: "keep-alive",
-      Cookie: cookie,
-      "User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1",
-      "Accept-Language": "zh-cn",
-      Referer: "https://home.m.jd.com/myJd/newhome.action?sceneval=2&ufc=&",
-      "Accept-Encoding": "gzip, deflate, br",
-    },
-  };
-  return new Promise((resolve) => {
-    $.get(options, (err, resp, data) => {
-      try {
-        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.hasOwnProperty("userInfo")) {
-              $.nickName = data.data.userInfo.baseInfo.nickname;
-            }
-          } else {
-            $.log("京东返回了空数据");
-          }
-        }
-      } catch (e) {
-        $.logErr(e);
-      } finally {
-        resolve();
-      }
-    });
-  });
-}
-// prettier-ignore
-var _0xod7='jsjiami.com.v6',_0xod7_=['‮_0xod7'],_0x1acd=[_0xod7,'\x53\x33\x4a\x54\x56\x32\x4d\x3d','\x54\x47\x4e\x4c\x62\x6e\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','\x56\x45\x56\x4a\x59\x57\x38\x3d','\x55\x6d\x78\x6d\x59\x32\x4d\x3d','\x63\x45\x39\x31\x52\x6b\x4d\x3d','\x64\x6e\x5a\x75\x57\x45\x4d\x3d','\x62\x33\x64\x32\x5a\x47\x55\x3d','\x59\x33\x70\x4b\x62\x47\x67\x3d','\x51\x55\x64\x59\x59\x30\x6b\x3d','\x54\x30\x4a\x58\x55\x45\x59\x3d','\x56\x57\x6c\x55\x51\x33\x63\x3d','\x59\x6d\x6c\x75\x5a\x46\x64\x70\x64\x47\x68\x57\x5a\x57\x35\x6b\x5a\x58\x49\x3d','\x52\x57\x52\x36\x62\x57\x67\x3d','\x55\x48\x56\x58\x62\x6b\x59\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','\x52\x33\x5a\x75\x55\x6c\x55\x3d','\x52\x6c\x5a\x71\x53\x30\x55\x3d','\x56\x47\x35\x69\x63\x30\x73\x3d','\x61\x6e\x6c\x47\x54\x31\x41\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','\x59\x55\x78\x36\x61\x31\x63\x3d','\x56\x6d\x74\x75\x62\x33\x51\x3d','\x54\x56\x6c\x6f\x54\x45\x4d\x3d','\x62\x58\x64\x34\x52\x47\x30\x3d','\x65\x6c\x5a\x70\x59\x57\x34\x3d','\x52\x55\x46\x4a\x51\x6b\x45\x3d','\x53\x57\x70\x7a\x59\x6b\x6f\x3d','\x56\x55\x74\x79\x61\x46\x55\x3d','\x56\x32\x74\x69\x53\x45\x77\x3d','\x54\x46\x4a\x49\x61\x6b\x77\x3d','\x54\x30\x4e\x44\x54\x6e\x63\x3d','\x56\x31\x70\x7a\x57\x56\x6f\x3d','\x56\x33\x4e\x72\x63\x48\x67\x3d','\x61\x56\x42\x6b\x5a\x58\x67\x3d','\x51\x6e\x64\x6c\x55\x31\x63\x3d','\x65\x57\x35\x5a\x63\x58\x49\x3d','\x63\x47\x74\x50\x64\x58\x4d\x3d','\x57\x6d\x56\x5a\x62\x6c\x67\x3d','\x61\x56\x68\x4e\x54\x33\x6b\x3d','\x62\x56\x5a\x33\x65\x56\x67\x3d','\x55\x47\x4a\x50\x51\x55\x49\x3d','\x54\x33\x68\x74\x56\x57\x59\x3d','\x62\x55\x31\x52\x61\x33\x59\x3d','\x53\x57\x4a\x45\x62\x56\x45\x3d','\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','\x5a\x57\x35\x32','\x55\x30\x6c\x48\x54\x6c\x39\x56\x55\x6b\x77\x3d','\x59\x6d\x52\x6e\x63\x30\x30\x3d','\x57\x6b\x74\x34\x53\x6b\x34\x3d','\x59\x30\x56\x51\x63\x6d\x4d\x3d','\x65\x45\x64\x72\x54\x47\x38\x3d','\x5a\x45\x74\x57\x64\x6d\x67\x3d','\x51\x58\x68\x73\x63\x6d\x6f\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','\x64\x6c\x6c\x43\x5a\x45\x67\x3d','\x51\x6b\x31\x47\x61\x33\x6b\x3d','\x61\x58\x56\x36\x61\x31\x45\x3d','\x5a\x30\x68\x33\x52\x58\x6f\x3d','\x55\x32\x56\x4d\x52\x6e\x45\x3d','\x52\x57\x35\x59\x65\x6c\x6b\x3d','\x55\x48\x70\x34\x63\x55\x67\x3d','\x54\x6c\x52\x42\x55\x56\x41\x3d','\x61\x30\x56\x78\x65\x6e\x45\x3d','\x61\x6c\x5a\x59\x63\x48\x45\x3d','\x51\x57\x31\x4f\x63\x6b\x6b\x3d','\x63\x57\x6c\x43\x64\x32\x63\x3d','\x5a\x6d\x78\x76\x62\x33\x49\x3d','\x62\x46\x6c\x57\x65\x47\x73\x3d','\x63\x6d\x46\x75\x5a\x47\x39\x74','\x62\x47\x56\x75\x5a\x33\x52\x6f','\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','\x52\x47\x5a\x61\x62\x32\x67\x3d','\x57\x45\x4e\x36\x62\x6e\x59\x3d','\x63\x47\x39\x7a\x64\x41\x3d\x3d','\x53\x6b\x64\x4a\x53\x6b\x6f\x3d','\x59\x30\x78\x31\x57\x56\x63\x3d','\x53\x6d\x56\x74\x64\x6b\x67\x3d','\x56\x46\x4e\x6c\x59\x55\x59\x3d','\x5a\x6c\x64\x6d\x54\x31\x51\x3d','\x59\x58\x42\x77\x62\x48\x6b\x3d','\x65\x6b\x39\x49\x64\x45\x67\x3d','\x56\x46\x70\x75\x51\x6d\x6f\x3d','\x62\x47\x39\x6e\x52\x58\x4a\x79','\x61\x30\x64\x42\x55\x55\x51\x3d','\x56\x46\x6c\x48\x57\x48\x6f\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','\x65\x47\x52\x75\x51\x6c\x49\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','\x55\x6b\x70\x46\x55\x33\x6f\x3d','\x62\x48\x5a\x6c\x64\x6e\x67\x3d','\x59\x31\x68\x71\x63\x6e\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','\x61\x57\x4a\x49\x5a\x48\x45\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','\x59\x57\x4e\x30\x61\x58\x5a\x70\x64\x48\x6c\x56\x63\x6d\x77\x3d','\x5a\x55\x64\x48\x65\x6e\x67\x3d','\x61\x58\x46\x34\x57\x55\x38\x3d','\x59\x56\x52\x6b\x65\x6d\x55\x3d','\x62\x56\x52\x51\x65\x55\x63\x3d','\x5a\x32\x56\x30','\x6a\x6b\x73\x6a\x45\x69\x48\x61\x6d\x69\x64\x53\x2e\x63\x54\x6f\x6d\x43\x2e\x76\x36\x68\x6c\x45\x45\x56\x50\x75\x56\x3d\x3d'];if(function(_0x47dca4,_0x2e45a0,_0x2d0d38){function _0x358c40(_0x4e0fee,_0x44d395,_0x5f1629,_0x6d2cae,_0x379df8,_0x59c1d4){_0x44d395=_0x44d395>>0x8,_0x379df8='po';var _0x24e0cd='shift',_0x197297='push',_0x59c1d4='‮';if(_0x44d395<_0x4e0fee){while(--_0x4e0fee){_0x6d2cae=_0x47dca4[_0x24e0cd]();if(_0x44d395===_0x4e0fee&&_0x59c1d4==='‮'&&_0x59c1d4['length']===0x1){_0x44d395=_0x6d2cae,_0x5f1629=_0x47dca4[_0x379df8+'p']();}else if(_0x44d395&&_0x5f1629['replace'](/[kEHdSTChlEEVPuV=]/g,'')===_0x44d395){_0x47dca4[_0x197297](_0x6d2cae);}}_0x47dca4[_0x197297](_0x47dca4[_0x24e0cd]());}return 0xdaf2e;};return _0x358c40(++_0x2e45a0,_0x2d0d38)>>_0x2e45a0^_0x2d0d38;}(_0x1acd,0x1d5,0x1d500),_0x1acd){_0xod7_=_0x1acd['length']^0x1d5;};function _0x27de(_0x4ab799,_0x2148e0){_0x4ab799=~~'0x'['concat'](_0x4ab799['slice'](0x1));var _0x38aa70=_0x1acd[_0x4ab799];if(_0x27de['HEabFd']===undefined&&'‮'['length']===0x1){(function(){var _0x48587b=function(){var _0x226fa7;try{_0x226fa7=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');')();}catch(_0x302471){_0x226fa7=window;}return _0x226fa7;};var _0x2dcb25=_0x48587b();var _0x5d0b0e='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0x2dcb25['atob']||(_0x2dcb25['atob']=function(_0x41138d){var _0x37290e=String(_0x41138d)['replace'](/=+$/,'');for(var _0x1da2f9=0x0,_0x27e844,_0x496c4d,_0x55ec30=0x0,_0x46993b='';_0x496c4d=_0x37290e['charAt'](_0x55ec30++);~_0x496c4d&&(_0x27e844=_0x1da2f9%0x4?_0x27e844*0x40+_0x496c4d:_0x496c4d,_0x1da2f9++%0x4)?_0x46993b+=String['fromCharCode'](0xff&_0x27e844>>(-0x2*_0x1da2f9&0x6)):0x0){_0x496c4d=_0x5d0b0e['indexOf'](_0x496c4d);}return _0x46993b;});}());_0x27de['ciicrd']=function(_0x35e622){var _0x1ca022=atob(_0x35e622);var _0x460af0=[];for(var _0x27de2b=0x0,_0x1b5b31=_0x1ca022['length'];_0x27de2b<_0x1b5b31;_0x27de2b++){_0x460af0+='%'+('00'+_0x1ca022['charCodeAt'](_0x27de2b)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x460af0);};_0x27de['qeLOEi']={};_0x27de['HEabFd']=!![];}var _0x4e1a4f=_0x27de['qeLOEi'][_0x4ab799];if(_0x4e1a4f===undefined){_0x38aa70=_0x27de['ciicrd'](_0x38aa70);_0x27de['qeLOEi'][_0x4ab799]=_0x38aa70;}else{_0x38aa70=_0x4e1a4f;}return _0x38aa70;};function getShopOpenCardInfo(_0x2dfe13,_0x2a9c59){var _0x169e2b={'\x69\x71\x78\x59\x4f':function(_0x237960,_0x2865f7){return _0x237960===_0x2865f7;},'\x61\x54\x64\x7a\x65':_0x27de('‮0'),'\x6d\x54\x50\x79\x47':function(_0x5db734){return _0x5db734();},'\x78\x64\x6e\x42\x52':function(_0x27ef1f,_0x2696d1){return _0x27ef1f(_0x2696d1);},'\x52\x4a\x45\x53\x7a':_0x27de('‫1'),'\x6c\x76\x65\x76\x78':_0x27de('‫2'),'\x63\x58\x6a\x72\x70':_0x27de('‫3'),'\x69\x62\x48\x64\x71':_0x27de('‮4'),'\x65\x47\x47\x7a\x78':_0x27de('‫5')};let _0x4540b3={'\x75\x72\x6c':_0x27de('‮6')+_0x169e2b[_0x27de('‮7')](encodeURIComponent,JSON[_0x27de('‫8')](_0x2dfe13))+_0x27de('‮9'),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x169e2b[_0x27de('‮a')],'\x41\x63\x63\x65\x70\x74':_0x169e2b[_0x27de('‮b')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x169e2b[_0x27de('‫c')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x27de('‫d')+$[_0x27de('‫e')]+_0x27de('‫f')+$[_0x27de('‫10')]+_0x27de('‫11'),'Accept-Language':_0x169e2b[_0x27de('‫12')],'\x52\x65\x66\x65\x72\x65\x72':_0x27de('‮13')+_0x2a9c59+_0x27de('‮14')+_0x169e2b[_0x27de('‮7')](encodeURIComponent,$[_0x27de('‫15')]),'Accept-Encoding':_0x169e2b[_0x27de('‮16')]}};return new Promise(_0x24d014=>{var _0x45d140={'\x4b\x72\x53\x57\x63':function(_0x564cc4,_0x316683){return _0x169e2b[_0x27de('‫17')](_0x564cc4,_0x316683);},'\x4c\x63\x4b\x6e\x79':_0x169e2b[_0x27de('‫18')],'\x54\x45\x49\x61\x6f':function(_0x32cebc){return _0x169e2b[_0x27de('‫19')](_0x32cebc);}};$[_0x27de('‫1a')](_0x4540b3,(_0x497df1,_0x18ad2f,_0x1d037c)=>{if(_0x45d140[_0x27de('‮1b')](_0x45d140[_0x27de('‮1c')],_0x45d140[_0x27de('‮1c')])){try{if(_0x497df1){console[_0x27de('‫1d')](_0x497df1);}else{res=JSON[_0x27de('‫1e')](_0x1d037c);if(res[_0x27de('‮1f')]){if(res[_0x27de('‮20')][_0x27de('‮21')]){$[_0x27de('‮22')]=res[_0x27de('‮20')][_0x27de('‮21')][0x0][_0x27de('‫23')][_0x27de('‮24')];}}}}catch(_0x487efd){console[_0x27de('‫1d')](_0x487efd);}finally{_0x45d140[_0x27de('‮25')](_0x24d014);}}else{console[_0x27de('‫1d')](_0x497df1);}});});}async function bindWithVender(_0x4bf9aa,_0x5a230c){var _0x5180ad={'\x4d\x59\x68\x4c\x43':function(_0x396660){return _0x396660();},'\x6d\x77\x78\x44\x6d':function(_0x4b2169,_0x405a0d){return _0x4b2169!==_0x405a0d;},'\x7a\x56\x69\x61\x6e':_0x27de('‫26'),'\x45\x41\x49\x42\x41':_0x27de('‫27'),'\x49\x6a\x73\x62\x4a':function(_0xcf4ea9,_0x3221b8){return _0xcf4ea9===_0x3221b8;},'\x55\x4b\x72\x68\x55':_0x27de('‫28'),'\x57\x6b\x62\x48\x4c':_0x27de('‫29'),'\x4c\x52\x48\x6a\x4c':_0x27de('‮2a'),'\x4f\x43\x43\x4e\x77':_0x27de('‫2b'),'\x57\x5a\x73\x59\x5a':_0x27de('‫2c'),'\x57\x73\x6b\x70\x78':_0x27de('‮2d'),'\x45\x64\x7a\x6d\x68':function(_0x148959,_0x176008,_0x319ba8){return _0x148959(_0x176008,_0x319ba8);},'\x50\x75\x57\x6e\x46':_0x27de('‮2e'),'\x47\x76\x6e\x52\x55':_0x27de('‫1'),'\x46\x56\x6a\x4b\x45':_0x27de('‫2'),'\x54\x6e\x62\x73\x4b':_0x27de('‫3'),'\x6a\x79\x46\x4f\x50':_0x27de('‮4'),'\x61\x4c\x7a\x6b\x57':function(_0x3768db,_0x1db8ba){return _0x3768db(_0x1db8ba);},'\x56\x6b\x6e\x6f\x74':_0x27de('‫5')};return h5st=await _0x5180ad[_0x27de('‮2f')](geth5st,_0x5180ad[_0x27de('‮30')],_0x4bf9aa),opt={'\x75\x72\x6c':_0x27de('‮31')+h5st,'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x5180ad[_0x27de('‮32')],'\x41\x63\x63\x65\x70\x74':_0x5180ad[_0x27de('‫33')],'\x43\x6f\x6e\x6e\x65\x63\x74\x69\x6f\x6e':_0x5180ad[_0x27de('‮34')],'\x43\x6f\x6f\x6b\x69\x65':cookie,'User-Agent':_0x27de('‫d')+$[_0x27de('‫e')]+_0x27de('‫f')+$[_0x27de('‫10')]+_0x27de('‫11'),'Accept-Language':_0x5180ad[_0x27de('‫35')],'\x52\x65\x66\x65\x72\x65\x72':_0x27de('‮13')+_0x5a230c+_0x27de('‮36')+_0x5180ad[_0x27de('‮37')](encodeURIComponent,$[_0x27de('‫15')]),'Accept-Encoding':_0x5180ad[_0x27de('‫38')]}},new Promise(_0x2c2848=>{var _0x1f470d={'\x69\x50\x64\x65\x78':function(_0x4c0bea){return _0x5180ad[_0x27de('‫39')](_0x4c0bea);},'\x42\x77\x65\x53\x57':function(_0x240905,_0x2118e5){return _0x5180ad[_0x27de('‫3a')](_0x240905,_0x2118e5);},'\x79\x6e\x59\x71\x72':_0x5180ad[_0x27de('‫3b')],'\x70\x6b\x4f\x75\x73':_0x5180ad[_0x27de('‮3c')],'\x5a\x65\x59\x6e\x58':function(_0x2ff734,_0x50b6d9){return _0x5180ad[_0x27de('‮3d')](_0x2ff734,_0x50b6d9);},'\x69\x58\x4d\x4f\x79':_0x5180ad[_0x27de('‫3e')],'\x6d\x56\x77\x79\x58':function(_0x43cb7f,_0x5f0fa8){return _0x5180ad[_0x27de('‮3d')](_0x43cb7f,_0x5f0fa8);},'\x50\x62\x4f\x41\x42':_0x5180ad[_0x27de('‫3f')],'\x4f\x78\x6d\x55\x66':_0x5180ad[_0x27de('‫40')],'\x49\x62\x44\x6d\x51':_0x5180ad[_0x27de('‫41')],'\x62\x64\x67\x73\x4d':_0x5180ad[_0x27de('‫42')],'\x5a\x4b\x78\x4a\x4e':_0x5180ad[_0x27de('‮43')]};$[_0x27de('‫1a')](opt,(_0x311afb,_0x3b7aab,_0x4c2873)=>{var _0x53384e={'\x6d\x4d\x51\x6b\x76':function(_0x26e196){return _0x1f470d[_0x27de('‫44')](_0x26e196);}};try{if(_0x1f470d[_0x27de('‮45')](_0x1f470d[_0x27de('‫46')],_0x1f470d[_0x27de('‮47')])){if(_0x311afb){if(_0x1f470d[_0x27de('‫48')](_0x1f470d[_0x27de('‫49')],_0x1f470d[_0x27de('‫49')])){console[_0x27de('‫1d')](_0x311afb);}else{console[_0x27de('‫1d')](error);}}else{if(_0x1f470d[_0x27de('‮4a')](_0x1f470d[_0x27de('‫4b')],_0x1f470d[_0x27de('‮4c')])){_0x53384e[_0x27de('‮4d')](_0x2c2848);}else{res=JSON[_0x27de('‫1e')](_0x4c2873);if(res[_0x27de('‮1f')]){if(_0x1f470d[_0x27de('‮4a')](_0x1f470d[_0x27de('‫4e')],_0x1f470d[_0x27de('‫4e')])){console[_0x27de('‫1d')](res);$[_0x27de('‫4f')]=res[_0x27de('‮50')];}else{console[_0x27de('‫1d')](_0x311afb);}}}}}else{Host=process[_0x27de('‮51')][_0x27de('‫52')];}}catch(_0x317968){if(_0x1f470d[_0x27de('‮4a')](_0x1f470d[_0x27de('‮53')],_0x1f470d[_0x27de('‮53')])){console[_0x27de('‫1d')](_0x317968);}else{$[_0x27de('‮22')]=res[_0x27de('‮20')][_0x27de('‮21')][0x0][_0x27de('‫23')][_0x27de('‮24')];}}finally{if(_0x1f470d[_0x27de('‮45')](_0x1f470d[_0x27de('‫54')],_0x1f470d[_0x27de('‫54')])){_0x1f470d[_0x27de('‫44')](_0x2c2848);}else{_0x1f470d[_0x27de('‫44')](_0x2c2848);}}});});}function geth5st(_0x1c2dc4,_0x38bbf9){var _0xad3eae={'\x76\x59\x42\x64\x48':function(_0xb6682a,_0x1dbeb1){return _0xb6682a===_0x1dbeb1;},'\x42\x4d\x46\x6b\x79':_0x27de('‮55'),'\x69\x75\x7a\x6b\x51':function(_0x521e0c,_0x1ffbd9){return _0x521e0c!==_0x1ffbd9;},'\x67\x48\x77\x45\x7a':_0x27de('‮56'),'\x53\x65\x4c\x46\x71':_0x27de('‮57'),'\x45\x6e\x58\x7a\x59':function(_0x4fa54e,_0x1f1dc2){return _0x4fa54e===_0x1f1dc2;},'\x50\x7a\x78\x71\x48':_0x27de('‮58'),'\x4e\x54\x41\x51\x50':function(_0x3fd51b,_0x32a444){return _0x3fd51b(_0x32a444);},'\x6b\x45\x71\x7a\x71':_0x27de('‫59'),'\x6a\x56\x58\x70\x71':_0x27de('‫5a'),'\x41\x6d\x4e\x72\x49':_0x27de('‮5b'),'\x71\x69\x42\x77\x67':_0x27de('‫5c'),'\x6c\x59\x56\x78\x6b':function(_0x2a05e2,_0x15824){return _0x2a05e2*_0x15824;},'\x44\x66\x5a\x6f\x68':_0x27de('‫5d'),'\x58\x43\x7a\x6e\x76':function(_0x46d10b,_0x5b5da1){return _0x46d10b*_0x5b5da1;}};return new Promise(async _0x573221=>{var _0x1c0efb={'\x4a\x47\x49\x4a\x4a':function(_0x30195c,_0x3fe97e){return _0xad3eae[_0x27de('‮5e')](_0x30195c,_0x3fe97e);},'\x63\x4c\x75\x59\x57':_0xad3eae[_0x27de('‫5f')],'\x4a\x65\x6d\x76\x48':function(_0x41b061,_0x2c0980){return _0xad3eae[_0x27de('‫60')](_0x41b061,_0x2c0980);},'\x54\x53\x65\x61\x46':_0xad3eae[_0x27de('‫61')],'\x66\x57\x66\x4f\x54':_0xad3eae[_0x27de('‮62')],'\x7a\x4f\x48\x74\x48':function(_0x1029f8,_0x21337a){return _0xad3eae[_0x27de('‮63')](_0x1029f8,_0x21337a);},'\x54\x5a\x6e\x42\x6a':_0xad3eae[_0x27de('‫64')],'\x6b\x47\x41\x51\x44':function(_0x1b9d1f,_0x3ee921){return _0xad3eae[_0x27de('‫65')](_0x1b9d1f,_0x3ee921);}};let _0x23db17={'\x61\x70\x70\x49\x64':_0xad3eae[_0x27de('‫66')],'\x62\x6f\x64\x79':{'\x61\x70\x70\x69\x64':_0xad3eae[_0x27de('‫67')],'\x66\x75\x6e\x63\x74\x69\x6f\x6e\x49\x64':_0x1c2dc4,'\x62\x6f\x64\x79':JSON[_0x27de('‫8')](_0x38bbf9),'\x63\x6c\x69\x65\x6e\x74\x56\x65\x72\x73\x69\x6f\x6e':_0xad3eae[_0x27de('‫68')],'\x63\x6c\x69\x65\x6e\x74':'\x48\x35','\x61\x63\x74\x69\x76\x69\x74\x79\x49\x64':$[_0x27de('‮24')]},'\x63\x61\x6c\x6c\x62\x61\x63\x6b\x41\x6c\x6c':!![]};let _0x2402da='';let _0x25911c=[_0xad3eae[_0x27de('‮69')]];if(process[_0x27de('‮51')][_0x27de('‫52')]){_0x2402da=process[_0x27de('‮51')][_0x27de('‫52')];}else{_0x2402da=_0x25911c[Math[_0x27de('‫6a')](_0xad3eae[_0x27de('‫6b')](Math[_0x27de('‫6c')](),_0x25911c[_0x27de('‮6d')]))];}let _0x5f5ad9={'\x75\x72\x6c':_0x27de('‮6e'),'\x62\x6f\x64\x79':JSON[_0x27de('‫8')](_0x23db17),'\x68\x65\x61\x64\x65\x72\x73':{'\x48\x6f\x73\x74':_0x2402da,'Content-Type':_0xad3eae[_0x27de('‮6f')]},'\x74\x69\x6d\x65\x6f\x75\x74':_0xad3eae[_0x27de('‫70')](0x1e,0x3e8)};$[_0x27de('‮71')](_0x5f5ad9,async(_0x4a1749,_0x300e08,_0x23db17)=>{if(_0x1c0efb[_0x27de('‫72')](_0x1c0efb[_0x27de('‫73')],_0x1c0efb[_0x27de('‫73')])){try{if(_0x4a1749){if(_0x1c0efb[_0x27de('‮74')](_0x1c0efb[_0x27de('‮75')],_0x1c0efb[_0x27de('‮76')])){_0x23db17=await geth5st[_0x27de('‮77')](this,arguments);}else{if(res[_0x27de('‮20')][_0x27de('‮21')]){$[_0x27de('‮22')]=res[_0x27de('‮20')][_0x27de('‮21')][0x0][_0x27de('‫23')][_0x27de('‮24')];}}}else{}}catch(_0x580180){if(_0x1c0efb[_0x27de('‫78')](_0x1c0efb[_0x27de('‮79')],_0x1c0efb[_0x27de('‮79')])){$[_0x27de('‫7a')](_0x580180,_0x300e08);}else{if(_0x4a1749){console[_0x27de('‫1d')](_0x4a1749);}else{res=JSON[_0x27de('‫1e')](_0x23db17);if(res[_0x27de('‮1f')]){console[_0x27de('‫1d')](res);$[_0x27de('‫4f')]=res[_0x27de('‮50')];}}}}finally{_0x1c0efb[_0x27de('‫7b')](_0x573221,_0x23db17);}}else{res=JSON[_0x27de('‫1e')](_0x23db17);if(res[_0x27de('‮1f')]){console[_0x27de('‫1d')](res);$[_0x27de('‫4f')]=res[_0x27de('‮50')];}}});});};_0xod7='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)}
diff --git a/jd_wish.js b/jd_wish.js
index a168bfa..2679a15 100644
--- a/jd_wish.js
+++ b/jd_wish.js
@@ -5,17 +5,17 @@
 ===============Quantumultx===============
 [task_local]
 #众筹许愿池
-40 0,2 * * * https://raw.githubusercontent.com/KingRan/JDJB/main/jd_wish.js, tag=众筹许愿池, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
+40 0,2 * * * https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_wish.js, tag=众筹许愿池, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
 
 ================Loon==============
 [Script]
-cron "40 0,2 * * *" script-path=https://raw.githubusercontent.com/KingRan/JDJB/main/jd_wish.js,tag=众筹许愿池
+cron "40 0,2 * * *" script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_wish.js,tag=众筹许愿池
 
 ===============Surge=================
-众筹许愿池 = type=cron,cronexp="40 0,2 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/KingRan/JDJB/main/jd_wish.js
+众筹许愿池 = type=cron,cronexp="40 0,2 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_wish.js
 
 ============小火箭=========
-众筹许愿池 = type=cron,script-path=https://raw.githubusercontent.com/KingRan/JDJB/main/jd_wish.js, cronexpr="40 0,2 * * *", timeout=3600, enable=true
+众筹许愿池 = type=cron,script-path=https://raw.githubusercontent.com/shufflewzc/faker2/main/jd_wish.js, cronexpr="40 0,2 * * *", timeout=3600, enable=true
  */
 const $ = new Env('众筹许愿池');
 const notify = $.isNode() ? require('./sendNotify') : '';