mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
四个值
This commit is contained in:
11
fenxiang.js
11
fenxiang.js
@@ -3,7 +3,7 @@
|
|||||||
* Show:自己改定时 防止默认定时
|
* Show:自己改定时 防止默认定时
|
||||||
* 变量名:fenxiang
|
* 变量名:fenxiang
|
||||||
* 变量值:https://api.fenxianglife.com 或https://fenxiang-lottery-api.fenxianglife.com 请求头Headers中的三个值
|
* 变量值:https://api.fenxianglife.com 或https://fenxiang-lottery-api.fenxianglife.com 请求头Headers中的三个值
|
||||||
* finger#token#oaid 多账号&或换行 或新建同名变量
|
* did#finger#token#oaid 多账号&或换行 或新建同名变量 四个值
|
||||||
* 中间的分现金 每天开奖
|
* 中间的分现金 每天开奖
|
||||||
* scriptVersionNow = "0.0.1";
|
* scriptVersionNow = "0.0.1";
|
||||||
*/
|
*/
|
||||||
@@ -20,9 +20,10 @@ let userList = [];
|
|||||||
class Task {
|
class Task {
|
||||||
constructor(str) {
|
constructor(str) {
|
||||||
this.index = ++userIdx;
|
this.index = ++userIdx;
|
||||||
this.finger = str.split(strSplitor)[0]; //单账号多变量分隔符
|
this.did = str.split(strSplitor)[0];
|
||||||
this.token = str.split(strSplitor)[1]; //单账号多变量分隔符
|
this.finger = str.split(strSplitor)[1]; //单账号多变量分隔符
|
||||||
this.oaid = str.split(strSplitor)[2]; //单账号多变量分隔符
|
this.token = str.split(strSplitor)[2]; //单账号多变量分隔符
|
||||||
|
this.oaid = str.split(strSplitor)[3]; //单账号多变量分隔符
|
||||||
this.ckStatus = true;
|
this.ckStatus = true;
|
||||||
this.taskList=[]
|
this.taskList=[]
|
||||||
|
|
||||||
@@ -134,7 +135,7 @@ class Task {
|
|||||||
noncestr: Math.random().toString().slice(2, 10),
|
noncestr: Math.random().toString().slice(2, 10),
|
||||||
timestamp: Date.now(),
|
timestamp: Date.now(),
|
||||||
platform: "h5",
|
platform: "h5",
|
||||||
did: 'njia992631e6-b9b2-4383-b67c-86b5d0fe818a',
|
did: this.did,
|
||||||
version: "1.0.0",
|
version: "1.0.0",
|
||||||
finger: this.finger,
|
finger: this.finger,
|
||||||
token: this.token,
|
token: this.token,
|
||||||
|
|||||||
Reference in New Issue
Block a user