add new varibale start to answer and answer content
This commit is contained in:
parent
a34c0e2e51
commit
0adfe44ab8
@ -129,6 +129,7 @@ type Answer struct {
|
||||
Browser string
|
||||
IP string
|
||||
OS string
|
||||
Start bool
|
||||
}
|
||||
|
||||
type ResultContent struct {
|
||||
@ -145,6 +146,7 @@ type ResultContent struct {
|
||||
Whatsup string `json:"whatsup"`
|
||||
Messenger string `json:"messenger"`
|
||||
Custom map[string]string `json:"customs"`
|
||||
Start bool `json:"start"`
|
||||
}
|
||||
|
||||
type ResultAnswer struct {
|
||||
|
Loading…
Reference in New Issue
Block a user