This commit is contained in:
laodaming@fusen.cn
2023-12-05 15:04:25 +08:00
parent 8c268d9a47
commit 2695460f82

View File

@@ -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; //模板标签分组信息
}