This commit is contained in:
laodaming
2023-10-24 10:19:42 +08:00
parent 9f12f7035c
commit ffd371d54c
3 changed files with 17 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ type GetProductTemplateTagsRsp {
Colors [][]string `json:"colors"`
SelectedColorIndex int `json:"selected_color_index"`
ProductId int64 `json:"product_id"`
ProductCover string `json:"product_cover"`
ProductCoverMetadata interface{} `json:"product_cover_metadata"`
}
//根据模板标签跟logo还有选择颜色的索引获取颜色
type GetTemplateTagColorReq {