fix:资源管理--图片缩略处理返回错误

This commit is contained in:
momo 2023-11-02 16:09:23 +08:00
parent d9e854ca45
commit 6c00dca9ec

View File

@ -49,6 +49,7 @@ func (l *LogoRemovebgLogic) LogoRemovebg(req *types.LogoRemovebgReq, userinfo *a
})
if err != nil {
basic.CodeServiceErr.Message = fmt.Sprintf("算法请求--LOGO信息--错误:%+v", err)
return resp.SetStatus(basic.CodeServiceErr, fmt.Sprintf("算法请求--LOGO信息--错误:%+v", err))
}