fix:订单优化
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user