add new column for result content
This commit is contained in:
parent
830f548708
commit
4e42c241b0
@ -147,6 +147,12 @@ type ResultContent struct {
|
|||||||
Messenger string `json:"messenger"`
|
Messenger string `json:"messenger"`
|
||||||
Custom map[string]string `json:"customs"`
|
Custom map[string]string `json:"customs"`
|
||||||
Start bool `json:"start"`
|
Start bool `json:"start"`
|
||||||
|
IMGContent ImageContent `json:"imagecontent"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ImageContent struct {
|
||||||
|
Description string
|
||||||
|
Image string
|
||||||
}
|
}
|
||||||
|
|
||||||
type ResultAnswer struct {
|
type ResultAnswer struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user