feat: add qyweixin message

This commit is contained in:
engigu
2024-01-14 20:39:55 +08:00
parent c6cd067451
commit 6de589207f
8 changed files with 183 additions and 1 deletions
+4
View File
@@ -22,6 +22,10 @@ type InsEmailConfig struct {
type InsDtalkConfig struct {
}
// InsQyWeiXinConfig 实例里面的企业微信config
type InsQyWeiXinConfig struct {
}
// InsCustomConfig 实例里面的自定义config
type InsCustomConfig struct {
}