fix:重构合图模块

This commit is contained in:
Hiven
2023-08-16 17:33:34 +08:00
parent 9bcb95e540
commit cb3e8d4db6
5 changed files with 9 additions and 3 deletions

View File

@@ -65,7 +65,8 @@ func (l *LogoCombineLogic) LogoCombine(req *types.LogoCombineReq, userinfo *auth
Slogan: req.Slogan,
Phone: req.Phone,
Address: req.Address,
Qrcode: req.Qrcode,
Qrcode: req.Qrcode,
})
if err != nil {