Updated BodyData in RabbitmqMailMessage struct
parent
bad8843b83
commit
8c0f976ac4
|
@ -3,8 +3,8 @@ package structs
|
|||
import "encoding/json"
|
||||
|
||||
type RabbitmqMailMessage struct {
|
||||
Mail string `json:"m"`
|
||||
TemplateId int `json:"t"`
|
||||
LanguageId int `json:"l"`
|
||||
BodyData *json.RawMessage `json:"d"`
|
||||
Mail string `json:"m"`
|
||||
TemplateId int `json:"t"`
|
||||
LanguageId int `json:"l"`
|
||||
BodyData json.RawMessage `json:"d"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue