This commit is contained in:
laodaming
2023-09-19 10:36:33 +08:00
parent 34befce2f3
commit 19958a80de
3 changed files with 9 additions and 11 deletions

View File

@@ -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"`
}