From e28b32c76d8486ec4633340dbf65d619b37b3764 Mon Sep 17 00:00:00 2001 From: momo <1012651275@qq.com> Date: Wed, 15 Nov 2023 17:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/repositories/image_handle.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/repositories/image_handle.go b/service/repositories/image_handle.go index dc0d0189..0475fdec 100644 --- a/service/repositories/image_handle.go +++ b/service/repositories/image_handle.go @@ -252,8 +252,8 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq logc.Infof(ctx, "合图--算法请求--合图--开始时间:%v", time.Now().UTC()) var startTimeLogoCombine = time.Now().UnixMilli() //合图--处理--开始时间 - postMapB, _ := json.Marshal(postMap) - logc.Info(ctx, "合图参数--%v", string(postMapB)) + // postMapB, _ := json.Marshal(postMap) + // logc.Info(ctx, "合图参数--%v", string(postMapB)) var resultBLM constants.BLMServiceUrlResult err = curl.NewClient(ctx, &curl.Config{