This commit is contained in:
laodaming
2023-11-27 11:18:47 +08:00
parent 9f4745b740
commit 1bb2e190a2
4 changed files with 43 additions and 4 deletions

View File

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