feat: add custom webhook message

This commit is contained in:
engigu
2024-01-07 00:25:35 +08:00
parent e4a1b16e78
commit cf77fac836
18 changed files with 180 additions and 22 deletions
+4
View File
@@ -21,6 +21,10 @@ type InsEmailConfig struct {
type InsDtalkConfig struct {
}
// InsCustomConfig 实例里面的自定义config
type InsCustomConfig struct {
}
// ManyAddTaskIns 批量添加实例
func ManyAddTaskIns(taskIns []SendTasksIns) error {
tx := db.Begin()