Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop
This commit is contained in:
commit
10497080c1
|
@ -222,7 +222,7 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq
|
|||
moduleDataMap["groupOptions"] = groupOptions
|
||||
moduleDataMap["materialList"] = materialList
|
||||
|
||||
var combineParam map[string]interface{}
|
||||
var combineParam = make(map[string]interface{}, 8)
|
||||
json.Unmarshal(*resLogoInfo.Metadata, &combineParam)
|
||||
combineParam["resolution"] = in.Resolution
|
||||
combineParam["template_tagid"] = in.TemplateTag
|
||||
|
|
Loading…
Reference in New Issue
Block a user