fix
This commit is contained in:
parent
60f74f2297
commit
6d20c95f0b
|
@ -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"`
|
||||
}
|
||||
|
|
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user