fix:合图调整

This commit is contained in:
momo
2023-10-08 15:48:22 +08:00
parent 8c69e4d2d3
commit 6dc591283e
6 changed files with 7 additions and 17 deletions

View File

@@ -109,6 +109,7 @@ func (l *LogoCombineLogic) LogoCombine(req *types.LogoCombineReq, userinfo *auth
Address: req.Address,
Qrcode: req.Qrcode,
LogoUrl: req.LogoUrl,
Resolution: req.Resolution,
TemplateTagColor: repositories.TemplateTagColor{
Color: req.TemplateTagColor.Colors,
Index: req.TemplateTagColor.SelectedColorIndex,

View File

@@ -28,7 +28,8 @@ type ResourceInfoReq struct {
}
type LogoCombineReq struct {
LogoUrl string `json:"logo_url"` // 合图参数
Resolution string `json:"resolution"` // 合图参数
LogoUrl string `json:"logo_url"` // 合图参数
TemplateTagColor TemplateTagColor `json:"template_tag_color"`
TemplateTagGroups []TemplateTagGroups `json:"template_tag_groups"`
TemplateId int64 `json:"template_id"` // 合图参数