fix:重构合图模块
This commit is contained in:
parent
76e0884c11
commit
fa83f6c17f
|
@ -156,7 +156,8 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq
|
||||||
ress := string(b)
|
ress := string(b)
|
||||||
|
|
||||||
if ress == "Internal Server Error" {
|
if ress == "Internal Server Error" {
|
||||||
logx.Error(errors.New("BLMService fail Internal Server Error"))
|
err = errors.New("BLMService fail Internal Server Error")
|
||||||
|
logx.Error(err)
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user