fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user