This commit is contained in:
laodaming 2023-09-06 15:06:50 +08:00
parent 60f74f2297
commit 6d20c95f0b
2 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ type TagProduct struct {
}
type CoverDefaultItem struct {
TemplateTag string `json:"tag"`
TemplateTag string `json:"template_tag"`
Cover string `json:"cover"`
CoverMetadata interface{} `json:"cover_metadata"`
}

View File

@ -333,7 +333,7 @@ type TagProduct {
Recommended bool `json:"recommended"`
}
type CoverDefaultItem {
TemplateTag string `json:"tag"`
TemplateTag string `json:"template_tag"`
Cover string `json:"cover"`
CoverMetadata interface{} `json:"cover_metadata"`
}