test
Signed-off-by: dongl <2725096176@qq.com>
This commit is contained in:
parent
4d8d83f5f9
commit
5697433466
@ -5,3 +5,4 @@ import (
|
|||||||
"github.com/eatmoreapple/openwechat"
|
"github.com/eatmoreapple/openwechat"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
var crontab
|
|
||||||
func SignInBegin(msg *openwechat.Message) {
|
func SignInBegin(msg *openwechat.Message) {
|
||||||
// 新建一个定时任务对象
|
// 新建一个定时任务对象
|
||||||
// 根据cron表达式进行时间调度,cron可以精确到秒,大部分表达式格式也是从秒开始。
|
// 根据cron表达式进行时间调度,cron可以精确到秒,大部分表达式格式也是从秒开始。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user