feat: add cron msg

This commit is contained in:
engigu
2024-04-11 17:20:36 +08:00
parent 17a99a67e6
commit a78ff937c0
18 changed files with 1144 additions and 5 deletions
+4
View File
@@ -51,3 +51,7 @@ func (st *SendTaskService) getMaps() map[string]interface{} {
maps := make(map[string]interface{})
return maps
}
func (st *SendTaskService) GetByID() (interface{}, error) {
return models.GetTaskByID(st.ID)
}