Update KWW.js

This commit is contained in:
CHERWING 2024-05-20 20:25:31 +08:00 committed by GitHub
parent 54897df4bc
commit cfa33ec133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
KWW.js
View File

@ -3,8 +3,8 @@
* 项目名称口味王小程序
* 项目抓包抓tls-xw.mengniu.cn下的memberId@memberUnionid填入变量
* 项目变量KWW
* 项目定时40分钟运行一次
* cron: 0 9 * * *
* 项目定时天918,20
* cron: 0 9,18,20 * * *
* github仓库https://github.com/CHERWING/CHERWIN_SCRIPTS
*
*/
@ -13,7 +13,7 @@
let local_version = "2024.05.17";
//=======================================//
const APP_NAME = '口味王小程序'
const $ = new Env(APP_NAME);
const $ = new Env('口味王小程序');
const ENV_NAME = 'KWW'
const notify = $.isNode() ? require('./sendNotify') : '';