File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22------------------------------------------
33@Author : sm
44@Date : 2026.05.31
5- @Description : parkson 小程序签到
5+ @Description : parkson 呼啦圈小程序签到
66cron: 35 8 * * *
77------------------------------------------
88变量名:parkson
@@ -11,7 +11,7 @@ cron: 35 8 * * *
1111*/
1212
1313const { Env } = require ( "../tools/env.js" ) ;
14- const $ = new Env ( "parkson 小程序签到 " ) ;
14+ const $ = new Env ( "呼啦圈小程序签到 " ) ;
1515const axios = require ( "axios" ) ;
1616const fs = require ( "fs" ) ;
1717const path = require ( "path" ) ;
Original file line number Diff line number Diff line change 22------------------------------------------
33@Author : sm
44@Date : 2026.05.31
5- @Description : 有赞小程序签到
5+ @Description : 戴可思小程序签到
66cron: 25 8 * * *
77------------------------------------------
88变量名:dks
@@ -11,7 +11,7 @@ cron: 25 8 * * *
1111*/
1212
1313const { Env } = require ( "../tools/env.js" ) ;
14- const $ = new Env ( "有赞小程序签到 " ) ;
14+ const $ = new Env ( "戴可思小程序签到 " ) ;
1515const axios = require ( "axios" ) ;
1616const fs = require ( "fs" ) ;
1717const path = require ( "path" ) ;
You can’t perform that action at this time.
0 commit comments