通知模版+任务删除优化

通知模版新增任务执行server_id,优化任务执行按钮位置,增加删除功能
This commit is contained in:
georgehao
2019-04-18 22:29:44 +08:00
parent 830d49ee1c
commit de5c751eb9
8 changed files with 42 additions and 9 deletions

View File

@@ -8,13 +8,13 @@
package notify
import (
"bytes"
"encoding/json"
"fmt"
"github.com/astaxie/beego"
"github.com/george518/PPGo_Job/libs"
"log"
"time"
"fmt"
"encoding/json"
"bytes"
)
type Dingtalk struct {
@@ -41,6 +41,7 @@ func init() {
}
if err := m.SendDingtalk(); err != nil {
beego.Error("SendDingtalk:", err.Error())
}
}
}