立刻制造


底部导航

<h5>简要描述</h5> <ul> <li>底部导航接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/api/nav/botNav</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>请求参数</h5> <ul> <li>无参数</li> </ul> <h5>返回示例</h5> <pre><code> { "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" }, ], }, ], } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: center;">参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">subtitle</td> <td>array</td> <td>副标题/底部导航名</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML