This commit is contained in:
laodaming
2023-09-06 15:04:51 +08:00
parent 13d91699f0
commit 60f74f2297
5 changed files with 5 additions and 5 deletions

View File

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