fix:请求算法,添加错误提示
This commit is contained in:
parent
ed6326f07d
commit
f807069c83
|
@ -249,7 +249,7 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq
|
|||
UserId: in.UserId,
|
||||
GuestId: in.GuestId,
|
||||
})
|
||||
logc.Infof(ctx, "合图--上传文件--开始时间:%v", time.Now().UTC())
|
||||
logc.Infof(ctx, "合图--上传文件--结束时间:%v", time.Now().UTC())
|
||||
endTimeUploadFile := time.Now().UnixMilli() //合图--处理--开始时间
|
||||
diffTimeUploadFile := endTimeUploadFile - startTimeUploadFile //合图--处理--中间差
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user