mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
update
This commit is contained in:
parent
56b22c9bc3
commit
f5be640b28
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -84,14 +84,14 @@ if ($.isNode()) {
|
||||
if (process.env.WP_APP_TOKEN_ONE) {
|
||||
WP_APP_TOKEN_ONE = process.env.WP_APP_TOKEN_ONE;
|
||||
}
|
||||
if(process.env.BEANCHANGE_ExJxBeans=="true"){
|
||||
/* if(process.env.BEANCHANGE_ExJxBeans=="true"){
|
||||
if (time >= 17){
|
||||
console.log(`检测到设定了临期京豆转换喜豆...`);
|
||||
doExJxBeans = process.env.BEANCHANGE_ExJxBeans;
|
||||
} else{
|
||||
console.log(`检测到设定了临期京豆转换喜豆,但时间未到17点后,暂不执行转换...`);
|
||||
}
|
||||
}
|
||||
} */
|
||||
}
|
||||
if(WP_APP_TOKEN_ONE)
|
||||
console.log(`检测到已配置Wxpusher的Token,启用一对一推送...`);
|
||||
@ -177,12 +177,12 @@ if(DisableIndex!=-1){
|
||||
}
|
||||
|
||||
//汪汪乐园
|
||||
let EnableJoyPark=true;
|
||||
DisableIndex = strDisableList.findIndex((item) => item === "汪汪乐园");
|
||||
let EnableJoyPark=false;
|
||||
/* DisableIndex = strDisableList.findIndex((item) => item === "汪汪乐园");
|
||||
if(DisableIndex!=-1){
|
||||
console.log("检测到设定关闭汪汪乐园查询");
|
||||
EnableJoyPark=false
|
||||
}
|
||||
} */
|
||||
|
||||
//京东赚赚
|
||||
let EnableJdZZ=true;
|
||||
|
33
jd_captian_flp.js
Normal file
33
jd_captian_flp.js
Normal file
File diff suppressed because one or more lines are too long
411
jd_desire.js
Normal file
411
jd_desire.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -14,7 +14,7 @@ const querystring = require('querystring');
|
||||
const exec = require('child_process').exec;
|
||||
const $ = new Env();
|
||||
const timeout = 15000; //超时时间(单位毫秒)
|
||||
console.log("加载sendNotify,当前版本: 20220517");
|
||||
console.log("加载sendNotify,当前版本: 20220523");
|
||||
// =======================================go-cqhttp通知设置区域===========================================
|
||||
//gobot_url 填写请求地址http://127.0.0.1/send_private_msg
|
||||
//gobot_token 填写在go-cqhttp文件设置的访问密钥
|
||||
@ -457,7 +457,7 @@ async function sendNotify(text, desp, params = {}, author = '\n\n本通知 By cc
|
||||
var strPtPin = await GetPtPin(text);
|
||||
var strdecPtPin = decodeURIComponent(strPtPin);
|
||||
if (strPtPin) {
|
||||
await sendNotifybyWxPucher("汪汪乐园领取通知", `【京东账号】${strdecPtPin}\n当前等级: 30\n已自动领取最高等级奖励\n请前往京东极速版APP查看使用优惠券\n活动入口:京东极速版APP->我的->优惠券->京券`, strdecPtPin);
|
||||
await sendNotifybyWxPucher("汪汪乐园领取通知", `【京东账号】${strdecPtPin}\n当前等级: 30\n请自行去解锁新场景,奖励领取方式如下:\n极速版APP->我的->汪汪乐园,点击左上角头像,点击中间靠左的现金奖励图标,弹出历史奖励中点击领取.`, strdecPtPin);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user