fix
This commit is contained in:
parent
4e42c241b0
commit
416edf5094
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user