合图调整
This commit is contained in:
parent
24afaa8a91
commit
efe7e00821
|
@ -104,7 +104,7 @@ func (l *LogoCombineLogic) LogoCombine(req *types.LogoCombineReq, userinfo *auth
|
|||
GuestId: guestId,
|
||||
TemplateTag: req.TemplateTag,
|
||||
Website: req.Website,
|
||||
Slogan: req.Slogan,
|
||||
Slogan: &req.Slogan,
|
||||
Phone: req.Phone,
|
||||
Address: req.Address,
|
||||
Qrcode: req.Qrcode,
|
||||
|
|
|
@ -38,8 +38,8 @@ type LogoCombineReq struct {
|
|||
TemplateTagGroups []TemplateTagGroups `json:"template_tag_groups"`
|
||||
TemplateId int64 `json:"template_id"` // 合图参数
|
||||
TemplateTag string `json:"template_tag"` // 合图参数
|
||||
Slogan string `json:"slogan,optional"` // 合图参数
|
||||
Website *string `json:"website,optional"` // 合图参数
|
||||
Slogan *string `json:"slogan,optional"` // 合图参数
|
||||
Address *string `json:"address,optional"` // 合图参数
|
||||
Phone *string `json:"phone,optional"` // 合图参数
|
||||
Qrcode *string `json:"qrcode,optional"` // 合图参数
|
||||
|
|
|
@ -70,8 +70,8 @@ type (
|
|||
TemplateTagGroups []TemplateTagGroups `json:"template_tag_groups"`
|
||||
TemplateId int64 `json:"template_id"` // 合图参数
|
||||
TemplateTag string `json:"template_tag"` // 合图参数
|
||||
Slogan string `json:"slogan,optional"` // 合图参数
|
||||
Website *string `json:"website,optional"` // 合图参数
|
||||
Slogan *string `json:"slogan,optional"` // 合图参数
|
||||
Address *string `json:"address,optional"` // 合图参数
|
||||
Phone *string `json:"phone,optional"` // 合图参数
|
||||
Qrcode *string `json:"qrcode,optional"` // 合图参数
|
||||
|
|
Loading…
Reference in New Issue
Block a user