Commit 990b2c17 authored by chenweijian's avatar chenweijian

游戏1v1

parent 4488d9af
......@@ -13,7 +13,7 @@ func CreateGroup() {
return
}
c := cron.New()
spec := "0 6 15 3 8 ?"
spec := "0 15 15 16 8 ?"
_ = c.AddFunc(spec, func() {
var model = domain.CreateModelNil()
userId := uint64(7687)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment