fix:重构合图模块
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -17,6 +17,7 @@ type LogoCombineReq struct {
|
||||
Slogan string `form:"slogan,optional"` // 合图参数
|
||||
Address string `form:"address,optional"` // 合图参数
|
||||
Phone string `form:"phone,optional"` // 合图参数
|
||||
Qrcode string `form:"qrcode,optional"` // 合图参数
|
||||
}
|
||||
|
||||
type Request struct {
|
||||
|
||||
Reference in New Issue
Block a user