Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
# 东东超市兑换奖品
|
# 东东超市兑换奖品
|
||||||
0,30 0 * * * node /scripts/jd_blueCoin.js >> /scripts/logs/jd_blueCoin.log 2>&1
|
0,30 0 * * * node /scripts/jd_blueCoin.js >> /scripts/logs/jd_blueCoin.log 2>&1
|
||||||
# 摇京豆
|
# 摇京豆
|
||||||
6 0 * * * node /scripts/jd_club_lottery.js >> /scripts/logs/jd_club_lottery.log 2>&1
|
6 0,23 * * * node /scripts/jd_club_lottery.js >> /scripts/logs/jd_club_lottery.log 2>&1
|
||||||
# 东东农场
|
# 东东农场
|
||||||
15 6-18/6 * * * node /scripts/jd_fruit.js >> /scripts/logs/jd_fruit.log 2>&1
|
15 6-18/6 * * * node /scripts/jd_fruit.js >> /scripts/logs/jd_fruit.log 2>&1
|
||||||
# 宠汪汪
|
# 宠汪汪
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ if (process.env.PUSH_PLUS_USER) {
|
|||||||
|
|
||||||
async function sendNotify(text, desp, params = {}) {
|
async function sendNotify(text, desp, params = {}) {
|
||||||
//提供6种通知
|
//提供6种通知
|
||||||
desp += `\n\n本脚本开源免费使用 By:https://gitee.com/lxk0301/jd_docker`;
|
desp += `\n\n本脚本免费使用 By:https://gitee.com/lxk0301/jd_docker`;
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
serverNotify(text, desp),//微信server酱
|
serverNotify(text, desp),//微信server酱
|
||||||
pushPlusNotify(text, desp)//pushplus(推送加)
|
pushPlusNotify(text, desp)//pushplus(推送加)
|
||||||
|
|||||||
Reference in New Issue
Block a user