合图调整

This commit is contained in:
momo
2023-11-22 15:01:19 +08:00
parent ead94222b6
commit ab153ea15b
4 changed files with 42 additions and 29 deletions

View File

@@ -38,11 +38,11 @@ type LogoCombineReq struct {
TemplateTagGroups []TemplateTagGroups `json:"template_tag_groups"`
TemplateId int64 `json:"template_id"` // 合图参数
TemplateTag string `json:"template_tag"` // 合图参数
Website string `json:"website,optional"` // 合图参数
Slogan string `json:"slogan,optional"` // 合图参数
Address string `json:"address,optional"` // 合图参数
Phone string `json:"phone,optional"` // 合图参数
Qrcode string `json:"qrcode,optional"` // 合图参数
Website *string `json:"website,optional"` // 合图参数
Slogan *string `json:"slogan,optional"` // 合图参数
Address *string `json:"address,optional"` // 合图参数
Phone *string `json:"phone,optional"` // 合图参数
Qrcode *string `json:"qrcode,optional"` // 合图参数
}
type TemplateTagColor struct {