fix:重构合图模块

This commit is contained in:
Hiven
2023-08-15 11:20:09 +08:00
parent f65f5673f8
commit 90229ca23e
4 changed files with 9 additions and 4 deletions

View File

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