This commit is contained in:
laodaming
2023-10-08 15:53:53 +08:00
parent 88f407edb9
commit fdcd485f9f
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ type RenderData struct {
TemplateTag string `json:"template_tag"` //模板标签(必须)
TemplateTagColor TemplateTagColor `json:"template_tag_color"` //模板标签组合颜色(必须)
TemplateTagGroups interface{} `json:"template_tag_groups"` //模板标签分组信息数组(必须)
Resolution string `json:"resolution"` //合图分辨率
Logo string `json:"logo"` //log资源地址(必须)
ProductId int64 `json:"product_id"` //产品id(必须)
Website string `json:"website"` //网站(可选)