fix
This commit is contained in:
parent
344eeebecb
commit
67165dcb47
|
@ -21,26 +21,31 @@ type SwitchInfo struct {
|
|||
}
|
||||
type QRcode struct {
|
||||
IfShow bool `json:"if_show"`
|
||||
UserDisabled bool `json:"user_disabled"`
|
||||
Text string `json:"text"`
|
||||
DefaultValue string `json:"default_value"`
|
||||
}
|
||||
type Website struct {
|
||||
IfShow bool `json:"if_show"`
|
||||
UserDisabled bool `json:"user_disabled"`
|
||||
Text string `json:"text"`
|
||||
DefaultValue string `json:"default_value"`
|
||||
}
|
||||
type Address struct {
|
||||
IfShow bool `json:"if_show"`
|
||||
UserDisabled bool `json:"user_disabled"`
|
||||
Text string `json:"text"`
|
||||
DefaultValue string `json:"default_value"`
|
||||
}
|
||||
type Slogan struct {
|
||||
IfShow bool `json:"if_show"`
|
||||
UserDisabled bool `json:"user_disabled"`
|
||||
Text string `json:"text"`
|
||||
DefaultValue string `json:"default_value"`
|
||||
}
|
||||
type Phone struct {
|
||||
IfShow bool `json:"if_show"`
|
||||
UserDisabled bool `json:"user_disabled"`
|
||||
Text string `json:"text"`
|
||||
DefaultValue string `json:"default_value"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user