diff --git a/service/fsservice.proto b/service/fsservice.proto index f61860f..23e90f1 100644 --- a/service/fsservice.proto +++ b/service/fsservice.proto @@ -278,7 +278,7 @@ message ProductInfo { google.protobuf.Struct website_unit = 9; //产品前台网站单位 } message TemplateTagColorInfo { - google.protobuf.Struct colors = 1; //传入logo对应的算法颜色组 + google.protobuf.ListValue colors = 1; //传入logo对应的算法颜色组 int64 selected_color_index = 2; //选择的模板标签的颜色索引值 google.protobuf.Struct template_tag_groups = 3; //模板标签分组信息 }