fix:合图调整
This commit is contained in:
@@ -55,12 +55,15 @@ type (
|
||||
|
||||
type (
|
||||
LogoCombineReq {
|
||||
TemplateId int64 `form:"template_id"` // 合图参数
|
||||
TemplateTag string `form:"template_tag"` // 合图参数
|
||||
Website string `form:"website,optional"` // 合图参数
|
||||
Slogan string `form:"slogan,optional"` // 合图参数
|
||||
Address string `form:"address,optional"` // 合图参数
|
||||
Phone string `form:"phone,optional"` // 合图参数
|
||||
Qrcode string `form:"qrcode,optional"` // 合图参数
|
||||
LogoUrl string `json:"logo_url"` // 合图参数
|
||||
TemplateId int64 `json:"template_id"` // 合图参数
|
||||
TemplateTag string `json:"template_tag"` // 合图参数
|
||||
Color [][]string `json:"color"` // 颜色组合
|
||||
SelectedIndex int `json:"selected_index"` // 主色的下标索引
|
||||
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"` // 合图参数
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user