fix
This commit is contained in:
@@ -127,7 +127,7 @@ type GetProductInfoReq {
|
||||
Pid string `form:"pid"`
|
||||
Size uint32 `form:"size"`
|
||||
ClientNo string `form:"client_no"`
|
||||
HaveCloudRendering bool `form:"haveCloudRendering"`
|
||||
HaveCloudRendering bool `form:"haveCloudRendering,optional"`
|
||||
}
|
||||
type GetProductInfoRsp {
|
||||
Id int64 `json:"id"`
|
||||
@@ -140,14 +140,11 @@ type GetProductInfoRsp {
|
||||
IsRemoveBg bool `json:"is_remove_bg"`
|
||||
Materials []MaterialItem `json:"materials"`
|
||||
Sizes []SizeItem `json:"sizes"`
|
||||
Templates Templates `json:"templates"`
|
||||
Templates interface{} `json:"templates"`
|
||||
Price interface{} `json:"price"`
|
||||
LastDesign interface{} `json:"last_design"`
|
||||
RenderDesign interface{} `json:"render_design"`
|
||||
Colors []interface{} `json:"colors"`
|
||||
}
|
||||
type Templates {
|
||||
Template484List []interface{} `json:"4_84"`
|
||||
Colors interface{} `json:"colors"`
|
||||
}
|
||||
type SizeItem {
|
||||
Id int64 `json:"id"`
|
||||
|
||||
Reference in New Issue
Block a user