This commit is contained in:
laodaming@fusen.cn
2023-12-05 14:30:49 +08:00
parent 6074bb8e44
commit a530630f38
6 changed files with 55 additions and 1 deletions

View File

@@ -232,7 +232,7 @@ message GetProductDetailRsp {
string logo = 1; //logo
TemplateTagColorInfo template_tag_color_info = 2; //标签颜色信息
ProductInfo product_info = 3; //产品基本信息
google.protobuf.Struct base_colors = 4; //一些返回写死的颜色
repeated google.protobuf.ListValue base_colors = 4; //一些返回写死的颜色
repeated SizeInfo size_list = 5; //尺寸相关信息
}