diff --git a/model/model.go b/model/model.go index cd0792a..e5fcaea 100644 --- a/model/model.go +++ b/model/model.go @@ -133,21 +133,21 @@ type Answer struct { } type ResultContent struct { - Text string `json:"text"` - Name string `json:"name"` - Email string `json:"email"` - Phone string `json:"phone"` - Address string `json:"address"` - Telegram string `json:"telegram"` - Wechat string `json:"wechat"` - Viber string `json:"viber"` - Vk string `json:"vk"` - Skype string `json:"skype"` - Whatsup string `json:"whatsup"` - Messenger string `json:"messenger"` - Custom map[string]string `json:"customs"` - Start bool `json:"start"` - IMGContent ImageContent `json:"imagecontent"` + Text string `json:"text"` + Name string `json:"name"` + Email string `json:"email"` + Phone string `json:"phone"` + Address string `json:"address"` + Telegram string `json:"telegram"` + Wechat string `json:"wechat"` + Viber string `json:"viber"` + Vk string `json:"vk"` + Skype string `json:"skype"` + Whatsup string `json:"whatsup"` + Messenger string `json:"messenger"` + Custom map[string]string `json:"customs"` + Start bool `json:"start"` + //IMGContent ImageContent `json:"imagecontent"` } type ImageContent struct {