11
This commit is contained in:
parent
be80525878
commit
e1364838da
|
@ -21,9 +21,9 @@ type GetProductTemplateTagsRsp struct {
|
|||
}
|
||||
|
||||
type GetTemplateTagColorReq struct {
|
||||
Logo string `json:"logo"`
|
||||
TemplateTag string `json:"template_tag"`
|
||||
SelectedColorIndex int `json:"selected_color_index"`
|
||||
Logo string `form:"logo"`
|
||||
TemplateTag string `form:"template_tag"`
|
||||
SelectedColorIndex int `form:"selected_color_index"`
|
||||
}
|
||||
|
||||
type GetTemplateTagColorRsp struct {
|
||||
|
|
|
@ -34,9 +34,9 @@ type GetProductTemplateTagsRsp {
|
|||
}
|
||||
//根据模板标签跟logo还有选择颜色的索引获取颜色
|
||||
type GetTemplateTagColorReq {
|
||||
Logo string `json:"logo"`
|
||||
TemplateTag string `json:"template_tag"`
|
||||
SelectedColorIndex int `json:"selected_color_index"`
|
||||
Logo string `form:"logo"`
|
||||
TemplateTag string `form:"template_tag"`
|
||||
SelectedColorIndex int `form:"selected_color_index"`
|
||||
}
|
||||
type GetTemplateTagColorRsp {
|
||||
Colors [][]string `json:"colors"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user