From fb16483c4070a82aa659df84f45b6b3b7598d11c Mon Sep 17 00:00:00 2001 From: momo <1012651275@qq.com> Date: Tue, 31 Oct 2023 12:26:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=90=88=E5=9B=BE=E4=BC=98=E5=8C=960001?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/repositories/image_handle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/repositories/image_handle.go b/service/repositories/image_handle.go index 1abf7cfd..b7fb7bdc 100644 --- a/service/repositories/image_handle.go +++ b/service/repositories/image_handle.go @@ -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