简要描述
请求URL
http://xx.com/api/nav/botNav
请求方式
请求参数
返回示例
{
"code": 0,
"msg": "",
"data": {
botNav: [
{
title: "关于我们",
subtitle: [
{ title: "公司介绍", path: "/companyIntroduction" },
{ title: "客户分布地图", path: "/customerDistributionMap" },
],
},
{
title: "业务网络",
subtitle: [
{ title: "3D打印服务", path: "/3Dprint" },
{ title: "物流须知", path: "/logisticsInstructions" },
{ title: "打印须知", path: "/printingInstructions" },
{ title: "付款须知", path: "/PaymentInstructions" },
],
},
{
title: "3D打印指导",
subtitle: [
{ title: "材料指南", path: "/materialGuide" },
{ title: "成功案例", path: "/successfulCases" },
],
},
{
title: "公司地址",
subtitle: [
{ title: "深圳龙华", path: "/SZlonghua" },
{ title: "东莞长安", path: "/DGchangan" },
{ title: "东莞虎门", path: "/DGhumen" },
],
},
{
title: "联系我门",
subtitle: [
{ title: "news@realrps.com", path: "http://www.realrps.com/" },
{ title: "400-6005188" },
],
},
],
}
}
返回参数说明
参数名 |
类型 |
说明 |
subtitle |
array |
副标题/底部导航名 |
备注