fix
This commit is contained in:
@@ -39,6 +39,7 @@ type GetTemplateTagColorReq {
|
||||
SelectedColorIndex int `form:"selected_color_index"`
|
||||
}
|
||||
type GetTemplateTagColorRsp {
|
||||
Colors [][]string `json:"colors"`
|
||||
SelectedColorIndex int `json:"selected_color_index"`
|
||||
Colors [][]string `json:"colors"`
|
||||
SelectedColorIndex int `json:"selected_color_index"`
|
||||
TemplateTagGroups interface{} `json:"template_tag_groups"`
|
||||
}
|
||||
Reference in New Issue
Block a user