This commit is contained in:
laodaming
2023-07-12 11:46:46 +08:00
parent cf59a03129
commit 2fa77828b4
3 changed files with 41 additions and 39 deletions

View File

@@ -147,7 +147,7 @@ type GetProductInfoRsp {
Materials []MaterialItem `json:"materials"`
Sizes []SizeItem `json:"sizes"`
Templates interface{} `json:"templates"`
Price interface{} `json:"price"`
Prices interface{} `json:"prices"`
LastDesign interface{} `json:"last_design"`
RenderDesign interface{} `json:"render_design"`
Colors interface{} `json:"colors"`