From 15de082496dc70f28019ea98a5e7a19b9cec6009 Mon Sep 17 00:00:00 2001 From: 3288588344 <127068117+3288588344@users.noreply.github.com> Date: Sat, 15 Jun 2024 16:31:08 +0800 Subject: [PATCH] =?UTF-8?q?Delete=20=E7=BB=9F=E4=B8=80.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 统一.ts | 318 -------------------------------------------------------- 1 file changed, 318 deletions(-) delete mode 100644 统一.ts diff --git a/统一.ts b/统一.ts deleted file mode 100644 index 52d4302..0000000 --- a/统一.ts +++ /dev/null @@ -1,318 +0,0 @@ -/* ------------------------------------------- -@Author: smallfawn 86056 -@Date: 2024.06.08 09.46 -@Description: 统一抽奖大集结 ------------------------------------------- -变量名 tongyi -变量值抓https://xapi.weimob.com/api3/ Headers中的x-wx-token的值 多账号&或换行 或新建同名变量 -[Script] -http-response - -[MITM] -hostname = - -⚠️【免责声明】 ------------------------------------------- -1、此脚本仅用于学习研究,不保证其合法性、准确性、有效性,请根据情况自行判断,本人对此不承担任何保证责任。 -2、由于此脚本仅用于学习研究,您必须在下载后 24 小时内将所有内容从您的计算机或手机或任何存储设备中完全删除,若违反规定引起任何事件本人对此均不负责。 -3、请勿将此脚本用于任何商业或非法目的,若违反规定请自行对此负责。 -4、此脚本涉及应用与本人无关,本人对因此引起的任何隐私泄漏或其他后果不承担任何责任。 -5、本人对任何脚本引发的问题概不负责,包括但不限于由脚本错误引起的任何损失和损害。 -6、如果任何单位或个人认为此脚本可能涉嫌侵犯其权利,应及时通知并提供身份证明,所有权证明,我们将在收到认证文件确认后删除此脚本。 -7、所有直接或间接使用、查看此脚本的人均应该仔细阅读此声明。本人保留随时更改或补充此声明的权利。一旦您使用或复制了此脚本,即视为您已接受此免责声明。 -*/ - -const $ = new Env("统一抽奖大集结"); -let ckName = `tongyi`; -let userCookie = checkEnv( - ($.isNode() ? process.env[ckName] : $.getdata(ckName)) || "" -); -const notify = $.isNode() ? require("./sendNotify") : ""; - -!(async () => { - console.log( - `==================================================\n 脚本执行 - 北京时间(UTC+8): ${new Date( - new Date().getTime() + - new Date().getTimezoneOffset() * 60 * 1000 + - 8 * 60 * 60 * 1000 - ).toLocaleString()} \n==================================================` - ); - //console.log(userCookie) - if (!userCookie?.length) return console.log(`没有找到CK哦`); - let index = 1; - let strSplitor = "#"; - - for (let user of userCookie) { - $.log(`\n🚀 user:【${index}】 start work\n`); - index++ - $.ckStatus = true; - $.token = user - let activityIds = [{ name: `小明同学`, id: 20001389211 }, { name: `雅马哈`, id: 20001390387 }, { name: `周末`, id: 20001403008 }] - for (let activity of activityIds) { - $.log(`当前玩的是[${activity.name}]`) - for (let i = 0; i < 5; i++) { - await lightCard(activity.id) - $.log(`本次抽奖结束延迟5s`) - await $.wait(5000) - } - $.log(`游戏结束延迟5s`) - await $.wait(5000) - } - await draw() - } - - await $.sendMsg($.logs.join("\n")); -})() - .catch((e) => console.log(e)) - .finally(() => $.done()); -async function lightCard(activityId) { - - let data = JSON.stringify({ - "appid": "wx532ecb3bdaaf92f9", - "basicInfo": { - "vid": 6013753979957, - "vidType": 2, - "bosId": 4020112618957, - "productId": 165646, - "productInstanceId": 3169913957, - "productVersionId": "16233", - "merchantId": 2000020692957, - "tcode": "weimob", - "cid": 176205957 - }, - "extendInfo": { - "wxTemplateId": 7593, - "analysis": [], - "bosTemplateId": 1000001511, - "childTemplateIds": [ - { - "customId": 90004, - "version": "crm@0.1.21" - }, - { - "customId": 90002, - "version": " ec@46.4" - }, - { - "customId": 90006, - "version": "hudong@0.0.208" - }, - { - "customId": 90008, - "version": "cms@0.0.439" - }, - { - "customId": 90060, - "version": "elearning@0.1.1" - } - ], - "quickdeliver": { - "enable": false - }, - "youshu": { - "enable": false - }, - "source": 1, - "channelsource": 5, - "refer": "hd-card-home", - "mpScene": 1005 - }, - "queryParameter": null, - "i18n": { - "language": "zh", - "timezone": "8" - }, - "pid": "4020112618957", - "storeId": "0", - "activityId": activityId, ////////////////////////////////////////// - "source": 1, - "_version": "2.9.2", - "appletVersion": 280, - "_transformBasicInfo": true, - "v": "76e04a82cc9efce6e19336bfddab891410029744", - "operationSource": 4, - "vid": 6013753979957, - "vidType": 2, - "bosId": 4020112618957, - "productId": 165646, - "productInstanceId": 3169913957, - "productVersionId": "16233", - "merchantId": 2000020692957, - "tcode": "weimob", - "cid": 176205957, - "vidTypes": [ - 2 - ], - "openid": "oBk224mM4QEh5M3dNtocB9ZU6foQ" - }); - - let config = { - method: 'POST', - url: 'https://xapi.weimob.com/api3/interactive/qianxi/amasscard/api/lightCard', - headers: { - 'User-Agent': 'Mozilla/5.0 (Linux; Android 10; MI 8 Lite Build/QKQ1.190910.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/122.0.6261.120 Mobile Safari/537.36 XWEB/1220067 MMWEBSDK/20240404 MMWEBID/8150 MicroMessenger/8.0.49.2600(0x28003156) WeChat/arm64 Weixin NetType/WIFI Language/zh_CN ABI/arm64 MiniProgramEnv/android', - 'Accept-Encoding': 'gzip,compress,br,deflate', - 'Content-Type': 'application/json', - 'charset': 'utf-8', - 'x-wx-token': $.token, - 'Referer': 'https://servicewechat.com/wx532ecb3bdaaf92f9/195/page-frame.html', - }, - data: data - }; - let { data: result } = await Request(config); - if (result.errcode == '0') { - $.log(`抽卡成功[${result.data.cardId}]`) - } else { - $.log(`抽卡失败`) - $.log(JSON.stringify(result)) - } -} -async function draw() { - let data = JSON.stringify({ - "appid": "wx532ecb3bdaaf92f9", - "basicInfo": { - "vid": 6013753979957, - "vidType": 2, - "bosId": 4020112618957, - "productId": 222, - "productInstanceId": 3169919957, - "productVersionId": "12004", - "merchantId": 2000020692957, - "tcode": "weimob", - "cid": 176205957 - }, - "extendInfo": { - "wxTemplateId": 7593, - "analysis": [], - "bosTemplateId": 1000001511, - "childTemplateIds": [ - { - "customId": 90004, - "version": "crm@0.1.21" - }, - { - "customId": 90002, - "version": " ec@46.4" - }, - { - "customId": 90006, - "version": "hudong@0.0.208" - }, - { - "customId": 90008, - "version": "cms@0.0.439" - }, - { - "customId": 90060, - "version": "elearning@0.1.1" - } - ], - "quickdeliver": { - "enable": false - }, - "youshu": { - "enable": false - }, - "source": 1, - "channelsource": 5, - "refer": "hd-lego-index", - "mpScene": 1005 - }, - "queryParameter": null, - "i18n": { - "language": "zh", - "timezone": "8" - }, - "pid": "4020112618957", - "storeId": "0", - "_transformBasicInfo": true, - "_requrl": "/orchestration/mobile/activity/draw/play", - "templateId": 767, - "templateKey": "bigwheel", - "activityId": "30000041622", - "bussinessType": 1, - "channel": 1, - "channelType": 1, - "source": 1, - "_version": "2.5.4", - "activityIdentity": "20", - "openId": "oBk224mM4QEh5M3dNtocB9ZU6foQ", - "wid": 11165796601, - "appId": "wx532ecb3bdaaf92f9", - "playSourceCode": "lcode", - "vid": 6013753979957, - "vidType": 2, - "bosId": 4020112618957, - "productId": 222, - "productInstanceId": 3169919957, - "productVersionId": "12004", - "merchantId": 2000020692957, - "tcode": "weimob", - "cid": 176205957, - "vidTypes": [ - 2 - ], - "openid": "oBk224mM4QEh5M3dNtocB9ZU6foQ" - }); - - let config = { - method: 'POST', - url: 'https://xapi.weimob.com/api3/orchestration/mobile/activity/draw/play', - headers: { - 'User-Agent': 'Mozilla/5.0 (Linux; Android 10; MI 8 Lite Build/QKQ1.190910.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/122.0.6261.120 Mobile Safari/537.36 XWEB/1220067 MMWEBSDK/20240404 MMWEBID/8150 MicroMessenger/8.0.49.2600(0x28003156) WeChat/arm64 Weixin NetType/WIFI Language/zh_CN ABI/arm64 MiniProgramEnv/android', - 'Accept-Encoding': 'gzip,compress,br,deflate', - 'Content-Type': 'application/json', - 'charset': 'utf-8', - 'x-wx-token': $.token, - 'Referer': 'https://servicewechat.com/wx532ecb3bdaaf92f9/195/page-frame.html', - 'Cookie': 'rprm_cuid=7849974103hl3bid9hbo' - }, - data: data - }; - let { data: result } = await Request(config); - if (result.errcode == '0') { - $.log(`抽奖成功[${result.data.cardId}]`) - } else if (result.errcode == "100200003") { - $.log(`抽奖失败 次数不够`) - } else { - $.log(`抽奖失败`) - $.log(JSON.stringify(result)) - } -} - - -function checkEnv(userCookie) { - const envSplitor = ["&", "\n"]; - console.log(userCookie); - let userList = userCookie - .split(envSplitor.find((o) => userCookie.includes(o)) || "&") - .filter((n) => n); - console.log(`共找到${userList.length}个账号`); - return userList; -} -// prettier-ignore -function Env(t, s) { return new (class { constructor(t, s) { this.name = t; this.logs = []; this.logSeparator = "\n"; this.startTime = new Date().getTime(); Object.assign(this, s); this.log("", `\ud83d\udd14${this.name},\u5f00\u59cb!`) } isNode() { return "undefined" != typeof module && !!module.exports } isQuanX() { return "undefined" != typeof $task } queryStr(options) { return Object.entries(options).map(([key, value]) => `${key}=${typeof value === "object" ? JSON.stringify(value) : value}`).join("&") } getURLParams(url) { const params = {}; const queryString = url.split("?")[1]; if (queryString) { const paramPairs = queryString.split("&"); paramPairs.forEach((pair) => { const [key, value] = pair.split("="); params[key] = value }) } return params } isJSONString(str) { try { return JSON.parse(str) && typeof JSON.parse(str) === "object" } catch (e) { return false } } isJson(obj) { var isjson = typeof obj == "object" && Object.prototype.toString.call(obj).toLowerCase() == "[object object]" && !obj.length; return isjson } async sendMsg(message) { if (!message) return; if (this.isNode()) { await notify.sendNotify(this.name, message) } else { this.msg(this.name, "", message) } } randomNumber(length) { const characters = "0123456789"; return Array.from({ length }, () => characters[Math.floor(Math.random() * characters.length)]).join("") } randomString(length) { const characters = "abcdefghijklmnopqrstuvwxyz0123456789"; return Array.from({ length }, () => characters[Math.floor(Math.random() * characters.length)]).join("") } uuid() { return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function (c) { var r = (Math.random() * 16) | 0, v = c == "x" ? r : (r & 0x3) | 0x8; return v.toString(16) }) } time(t) { let s = { "M+": new Date().getMonth() + 1, "d+": new Date().getDate(), "H+": new Date().getHours(), "m+": new Date().getMinutes(), "s+": new Date().getSeconds(), "q+": Math.floor((new Date().getMonth() + 3) / 3), S: new Date().getMilliseconds(), }; /(y+)/.test(t) && (t = t.replace(RegExp.$1, (new Date().getFullYear() + "").substr(4 - RegExp.$1.length))); for (let e in s) { new RegExp("(" + e + ")").test(t) && (t = t.replace(RegExp.$1, 1 == RegExp.$1.length ? s[e] : ("00" + s[e]).substr(("" + s[e]).length))) } return t } msg(title = t, subtitle = "", body = "", options) { const formatOptions = (options) => { if (!options) { return options } else if (typeof options === "string") { if (this.isQuanX()) { return { "open-url": options } } else { return undefined } } else if (typeof options === "object" && (options["open-url"] || options["media-url"])) { if (this.isQuanX()) { return options } else { return undefined } } else { return undefined } }; if (!this.isMute) { if (this.isQuanX()) { $notify(title, subtitle, body, formatOptions(options)) } } let logs = ["", "==============📣系统通知📣=============="]; logs.push(title); subtitle ? logs.push(subtitle) : ""; body ? logs.push(body) : ""; console.log(logs.join("\n")); this.logs = this.logs.concat(logs) } log(...t) { t.length > 0 && (this.logs = [...this.logs, ...t]), console.log(t.join(this.logSeparator)) } logErr(t, s) { const e = !this.isQuanX(); e ? this.log("", `\u2757\ufe0f${this.name},\u9519\u8bef!`, t.stack) : this.log("", `\u2757\ufe0f${this.name},\u9519\u8bef!`, t) } wait(t) { return new Promise((s) => setTimeout(s, t)) } done(t = {}) { const s = new Date().getTime(), e = (s - this.startTime) / 1e3; this.log("", `\ud83d\udd14${this.name},\u7ed3\u675f!\ud83d\udd5b ${e}\u79d2`); this.log(); if (this.isNode()) { process.exit(1) } if (this.isQuanX()) { $done(t) } } })(t, s) } - -async function Request(options) { - if ($.isNode()) { - const axios = require("axios"); - Request = async (options) => { - try { - return await axios.request(options); - } catch (error) { - return error && error.error ? error.error : "请求失败"; - } - }; - } - if ($.isQuanX()) { - Request = async (options) => { - try { - return await $task.fetch(options); - } catch (error) { - return error && error.error ? error.error : "请求失败"; - } - }; - } - return await Request(options); -} \ No newline at end of file