fix:订单优化

This commit is contained in:
momo
2023-11-02 15:58:13 +08:00
parent 3366ed74f4
commit 6cea240822
4 changed files with 20 additions and 20 deletions

View File

@@ -339,10 +339,10 @@ type (
Proportion string `json:"proportion"`
}
LogoStandardRes struct {
ResourceId string
ResourceUrl string
IsmaxProportion bool
ImgColor []string
ResourceId string `json:"resource_id"`
ResourceUrl string `json:"resource_url"`
IsmaxProportion bool `json:"ismax_proportion"`
ImgColor []string `json:"img_color"`
}
LogoStandardMetaData struct {
Param LogoStandardReq `json:"param"`