增加了amqp

This commit is contained in:
2024-05-29 15:54:39 +08:00
parent 8f5ace1ef2
commit 76e1bd831a
6 changed files with 190 additions and 58 deletions
+1
View File
@@ -16,4 +16,5 @@ type Config struct {
Dysms Dysms `mapstructure:"dysms" json:"dysms" yaml:"dysms"`
Wechat Wechat `mapstructure:"wechat" json:"wechat" yaml:"wechat"`
Pre Pre `mapstructure:"pre" json:"pre" yaml:"pre"` // 处方平台
Amqp Amqp `mapstructure:"amqp" json:"amqp" yaml:"amqp"`
}