This commit is contained in:
laodaming 2023-11-27 12:01:06 +08:00
parent 6f1ced3bf8
commit 4eb435e1d1

View File

@ -191,7 +191,7 @@ type TemplateTagColorInfo {
//根据产品获取模型配件列表 //根据产品获取模型配件列表
type GetProductModelsReq { type GetProductModelsReq {
ProductIds string `form:"product_ids"` ProductIds string `form:"product_ids"`
TemplateTag string `form:"template_tag"` TemplateTag string `form:"template_tag,optional"`
} }
type ProductItem { type ProductItem {
ModelList []ModelItem `json:"model_list"` ModelList []ModelItem `json:"model_list"`