fix:合图调整
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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"` // 合图参数
|
||||
|
||||
Reference in New Issue
Block a user