feat:合图新增debug模块

This commit is contained in:
momo
2023-10-18 14:01:46 +08:00
parent f0e50d3cd2
commit e94917a9d2
2 changed files with 8 additions and 2 deletions

View File

@@ -174,6 +174,7 @@ func (l *UploadLogoLogic) UploadLogo(req *types.UploadLogoReq, userinfo *auth.Us
resLogoStandard, err := l.svcCtx.Repositories.ImageHandle.LogoInfoSet(l.ctx, &repositories.LogoInfoSetReq{
LogoUrl: logoUrl,
Version: l.svcCtx.Config.BLMService.Version,
Debug: userinfo.Debug,
})
if err != nil {