feat:完善项目

This commit is contained in:
henry
2021-11-19 09:24:15 +08:00
parent ba423a2d19
commit 5ff6164295
12 changed files with 149 additions and 65 deletions

View File

@ -1,9 +1,7 @@
package task
func Init() {
NewTaskListen().Listen()
//NewTaskListen().Listen()
//NewTask()("order", 60, NewOrder()).Push()
NewTaskQueue().Queue()
//NewTask()("order", 10, NewOrder()).Push()
}