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