This commit is contained in:
cdle
2021-09-18 19:41:26 +08:00
parent 5c9232e729
commit 416f1124e0
+1 -1
View File
@@ -84,7 +84,7 @@ func init() {
if err := Req(CRONS, PUT, "/run", []byte(fmt.Sprintf(`["%s"]`, cron.ID))); err != nil {
return err
}
return "操作成功"
return fmt.Sprintf("已运行 %v", cron.Name)
},
},
{