This commit is contained in:
laodaming
2023-08-15 11:18:22 +08:00
parent f65f5673f8
commit c5ef6cfa14
9 changed files with 30 additions and 49 deletions

View File

@@ -20,7 +20,7 @@ type GetProductTemplateTagsReq {
Limit int `form:"limit"`
}
type GetProductTemplateTagsRsp {
Id int64 `json:"id"`
Tag string `json:"tag"`
Cover string `json:"cover"`
Id int64 `json:"id"`
TemplateTag string `json:"template_tag"`
Cover string `json:"cover"`
}