fix
This commit is contained in:
@@ -25,8 +25,8 @@ type GetProductTemplateTagsRsp {
|
||||
Cover string `json:"cover"`
|
||||
CoverMetadata interface{} `json:"cover_metadata"`
|
||||
Colors []ColorsItem `json:"colors"`
|
||||
SelectedIndex int `json:"selected_index"`
|
||||
}
|
||||
type ColorsItem {
|
||||
Color []string `json:"color"`
|
||||
Selected bool `json:"selected"`
|
||||
Color []string `json:"color"`
|
||||
}
|
||||
Reference in New Issue
Block a user