mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-21 14:47:56 +00:00
feat(): notify dingding
This commit is contained in:
7
server/plugin/notify/config/dingding.go
Normal file
7
server/plugin/notify/config/dingding.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
type DingDing struct {
|
||||
Url string `mapstructure:"url" json:"url" yaml:"url"` // Url
|
||||
Token string `mapstructure:"token" json:"token" yaml:"token"` // Token
|
||||
Secret string `mapstructure:"secret" json:"secret" yaml:"secret"` // 密钥
|
||||
}
|
||||
Reference in New Issue
Block a user