11
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user