fix:算法请求调整

This commit is contained in:
momo
2023-10-11 15:10:38 +08:00
parent a6f0d49c6e
commit c67a7664ec
2 changed files with 18 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ import (
"fusenapi/utils/file"
"fusenapi/utils/hash"
"fusenapi/utils/s3url_to_s3id"
"strconv"
"time"
"github.com/aws/aws-sdk-go/aws/session"
@@ -367,6 +368,10 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq
}
var fileBase = resultData["result"].(string)
var spendTime = resultData["spend_time"].(string)
spendTimeInt, _ := strconv.Atoi(spendTime)
diffTimeLogoCombine = int64(spendTimeInt)
logc.Infof(ctx, "合图--算法请求--合图--业务耗时(自身):%d", diffTimeLogoCombine)
// 上传文件
var upload = file.Upload{