This commit is contained in:
laodaming
2023-10-25 13:06:19 +08:00
parent 5855ba8dde
commit 6901177f05
3 changed files with 5 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ type GetProductDetailReq {
Logo string `form:"logo"` //logo地址
}
type GetProductDetailRsp {
Logo string `json:"logo"` //logo
TemplateTagColorInfo TemplateTagColorInfo `json:"template_tag_color_info"` //标签颜色信息
ProductInfo ProductInfo `json:"product_info"` //产品基本信息
BaseColors interface{} `json:"base_colors"` //一些返回写死的颜色