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{