This commit is contained in:
laodaming@fusen.cn 2023-12-05 14:39:15 +08:00
parent a530630f38
commit 47191d5c25

View File

@ -232,7 +232,7 @@ message GetProductDetailRsp {
string logo = 1; //logo
TemplateTagColorInfo template_tag_color_info = 2; //
ProductInfo product_info = 3; //
repeated google.protobuf.ListValue base_colors = 4; //
google.protobuf.ListValue base_colors = 4; //
repeated SizeInfo size_list = 5; //
}