fix
This commit is contained in:
parent
e9523e29e7
commit
ed910df0b8
|
@ -8,7 +8,7 @@ import (
|
||||||
type GetTemplateSwitchInfoRsp struct {
|
type GetTemplateSwitchInfoRsp struct {
|
||||||
Id int64 `json:"id"`
|
Id int64 `json:"id"`
|
||||||
Material string `json:"material"`
|
Material string `json:"material"`
|
||||||
SwitchInfo SwitchInfo `json:"material_data"`
|
SwitchInfo SwitchInfo `json:"switch_info"`
|
||||||
CombineIsVisible bool `json:"combine_is_visible"` //合图总开关是否开启
|
CombineIsVisible bool `json:"combine_is_visible"` //合图总开关是否开启
|
||||||
}
|
}
|
||||||
type SwitchInfo struct {
|
type SwitchInfo struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user