Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop

This commit is contained in:
eson
2023-07-06 18:23:50 +08:00
12 changed files with 436 additions and 128 deletions

View File

@@ -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"`