Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
laodaming 2023-11-15 17:58:23 +08:00
commit b4b9557fe9

View File

@ -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{