This commit is contained in:
laodaming
2023-09-12 18:09:38 +08:00
parent df73e8d5ce
commit 0aef122f1b
3 changed files with 4 additions and 5 deletions

View File

@@ -390,6 +390,7 @@ type GetSizeByPidRsp {
ModelId int64 `json:"model_id"` //产品主模型id
IsPopular bool `json:"is_popular"` //是否受欢迎
MinPrice float64 `json:"min_price"` //最小价格
IsDefault bool `json:"is_default"` //是否默认(这里的默认是跟列表页一致)
}
//获取产品模板
type GetTemplateByPidReq {