Merge branch 'develop' into feature/mhw-v1.01

This commit is contained in:
laodaming
2023-09-18 14:44:28 +08:00
4 changed files with 11 additions and 5 deletions

View File

@@ -24,4 +24,5 @@ type GetProductTemplateTagsRsp {
TemplateTag string `json:"template_tag"`
Cover string `json:"cover"`
CoverMetadata interface{} `json:"cover_metadata"`
Colors interface{} `json:"colors"`
}