简要描述
请求URL
http://xx.com/api/home/mater
请求方式
请求参数
返回示例
{
"code": 0,
"msg":"",
"data": {
materTab: [
{
title: "3D打印",
tabCont: [
{
src: "a",a
name: "用于记录图片名字",
brand:"材料牌号",
data: [
{ characteristic: "特性", fit: "适合做", unsuited: "不适合做" },
],
},
{
src: "b",a
name: "用于记录图片名字",
brand:"材料牌号",
data: [
{ characteristic: "特性", fit: "适合做", unsuited: "不适合做" },
],
},
],
},
{ title: "CNC加工" },
{ title: "复模" },
{ title: "碳纤维" },
],
}
}
返回参数说明
参数名 |
类型 |
说明 |
materTab |
array |
材料信息(包括内容标题) |
tabCont |
array |
材料内容(包括特性/路径/名称等) |
characteristic |
string |
特性 |
fit |
string |
适合做 |
unsuited |
string |
不适合做 |
备注
- <font color="ff0000">CNC加工-复模-碳纤维等工艺暂未上架格式与3D打印返回格式一致</font>