feat: add hosted message

This commit is contained in:
engigu
2025-01-01 17:30:54 +08:00
parent 344ace9020
commit 42eb0b2946
18 changed files with 506 additions and 19 deletions
+4
View File
@@ -34,6 +34,10 @@ type InsQyWeiXinConfig struct {
type InsCustomConfig struct {
}
// InsMessageNestConfig 实例里面的托管消息config
type InsMessageNestConfig struct {
}
// ManyAddTaskIns 批量添加实例
func ManyAddTaskIns(taskIns []SendTasksIns) error {
tx := db.Begin()