Merge remote-tracking branch 'origin/master'

This commit is contained in:
lxk0301
2021-03-26 12:54:55 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
# 东东超市兑换奖品
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
# 宠汪汪

View File

@@ -137,7 +137,7 @@ if (process.env.PUSH_PLUS_USER) {
async function sendNotify(text, desp, params = {}) {
//提供6种通知
desp += `\n\n本脚本开源免费使用 Byhttps://gitee.com/lxk0301/jd_docker`;
desp += `\n\n本脚本免费使用 Byhttps://gitee.com/lxk0301/jd_docker`;
await Promise.all([
serverNotify(text, desp),//微信server酱
pushPlusNotify(text, desp)//pushplus(推送加)