Skip to content

Commit 9062fc3

Browse files
committed
fix some code
1 parent 0315c20 commit 9062fc3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

wxapp/parkson.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
------------------------------------------
33
@Author: sm
44
@Date: 2026.05.31
5-
@Description: parkson 小程序签到
5+
@Description: parkson 呼啦圈小程序签到
66
cron: 35 8 * * *
77
------------------------------------------
88
变量名:parkson
@@ -11,7 +11,7 @@ cron: 35 8 * * *
1111
*/
1212

1313
const { Env } = require("../tools/env.js");
14-
const $ = new Env("parkson 小程序签到");
14+
const $ = new Env("呼啦圈小程序签到");
1515
const axios = require("axios");
1616
const fs = require("fs");
1717
const path = require("path");

wxapp/yz9d.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
------------------------------------------
33
@Author: sm
44
@Date: 2026.05.31
5-
@Description: 有赞小程序签到
5+
@Description: 戴可思小程序签到
66
cron: 25 8 * * *
77
------------------------------------------
88
变量名:dks
@@ -11,7 +11,7 @@ cron: 25 8 * * *
1111
*/
1212

1313
const { Env } = require("../tools/env.js");
14-
const $ = new Env("有赞小程序签到");
14+
const $ = new Env("戴可思小程序签到");
1515
const axios = require("axios");
1616
const fs = require("fs");
1717
const path = require("path");

0 commit comments

Comments
 (0)