mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-02-08 13:55:36 +08:00
feat: 支持关联多标签、计划任务立即执行、标签相关操作优化
This commit is contained in:
@@ -26,6 +26,8 @@ func InitMachineCronJobRouter(router *gin.RouterGroup) {
|
||||
|
||||
req.NewDelete(":ids", cj.Delete).Log(req.NewLogSave("删除机器计划任务")),
|
||||
|
||||
req.NewPost("/run/:key", cj.RunCronJob).Log(req.NewLogSave("手动执行计划任务")),
|
||||
|
||||
req.NewGet("/execs", cj.CronJobExecs),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user