This commit is contained in:
laodaming
2023-09-12 15:35:09 +08:00
parent 3e714a5db6
commit 983492f7b1
3 changed files with 10 additions and 31 deletions

View File

@@ -390,7 +390,6 @@ type GetSizeByPidRsp {
ModelId int64 `json:"model_id"` //产品主模型id
IsPopular bool `json:"is_popular"` //是否受欢迎
MinPrice float64 `json:"min_price"` //最小价格
TemplateId int64 `json:"template_id"`
}
//获取产品模板
type GetTemplateByPidReq {