Updated BodyData in RabbitmqMailMessage struct
parent
bad8843b83
commit
8c0f976ac4
|
@ -3,8 +3,8 @@ package structs
|
||||||
import "encoding/json"
|
import "encoding/json"
|
||||||
|
|
||||||
type RabbitmqMailMessage struct {
|
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