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() //合图--处理--开始时间