This commit is contained in:
laodaming
2023-09-20 17:11:48 +08:00
parent 29f1122120
commit 18aaef0e31
4 changed files with 28 additions and 8 deletions

View File

@@ -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"`
}