From eb4fd9cff935d2b604cc39360b225c0e925e77ca Mon Sep 17 00:00:00 2001 From: momo <1012651275@qq.com> Date: Sat, 7 Oct 2023 14:06:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/repositories/image_handle.go b/service/repositories/image_handle.go index 19a2c8c6..0d8301e1 100644 --- a/service/repositories/image_handle.go +++ b/service/repositories/image_handle.go @@ -313,6 +313,8 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq postMap["tag_data"] = in.ProductTemplateTagGroups postMap["param_data"] = combineParam + logc.Infof(ctx, "合图--算法请求--合图--参数%v", postMap) + logc.Infof(ctx, "合图--算法请求--合图--开始时间:%v", time.Now().UTC()) var startTimeLogoCombine = time.Now().UnixMilli() //合图--处理--开始时间