From bf8d455da27246757c1ec30e799c274026f59a61 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9B=E4=B8=AA=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fenxiang.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fenxiang.js b/fenxiang.js index 07cb0b9..c1cac2d 100644 --- a/fenxiang.js +++ b/fenxiang.js @@ -3,7 +3,7 @@ * Show:自己改定时 防止默认定时 * 变量名:fenxiang * 变量值:https://api.fenxianglife.com 或https://fenxiang-lottery-api.fenxianglife.com 请求头Headers中的三个值 - * finger#token#oaid 多账号&或换行 或新建同名变量 + * did#finger#token#oaid 多账号&或换行 或新建同名变量 四个值 * 中间的分现金 每天开奖 * scriptVersionNow = "0.0.1"; */ @@ -20,9 +20,10 @@ let userList = []; class Task { constructor(str) { this.index = ++userIdx; - this.finger = str.split(strSplitor)[0]; //单账号多变量分隔符 - this.token = str.split(strSplitor)[1]; //单账号多变量分隔符 - this.oaid = str.split(strSplitor)[2]; //单账号多变量分隔符 + this.did = str.split(strSplitor)[0]; + this.finger = str.split(strSplitor)[1]; //单账号多变量分隔符 + this.token = str.split(strSplitor)[2]; //单账号多变量分隔符 + this.oaid = str.split(strSplitor)[3]; //单账号多变量分隔符 this.ckStatus = true; this.taskList=[] @@ -134,7 +135,7 @@ class Task { noncestr: Math.random().toString().slice(2, 10), timestamp: Date.now(), platform: "h5", - did: 'njia992631e6-b9b2-4383-b67c-86b5d0fe818a', + did: this.did, version: "1.0.0", finger: this.finger, token: this.token,