官网首页信息查看
<p>欢迎使用ShowDoc!</p>
<h5>简要描述</h5>
<ul>
<li>首页信息查看</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/WebsiteContent/index_info</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<h5>返回示例</h5>
<pre><code>{
"info": [
{
"id": "1",
"info_name": "business_introduction",
"info_content": [
{
"title": "标题一",
"intro": "内容一"
},
{
"title": "标题二",
"intro": "内容二"
},
{
"title": "标题三",
"intro": "内容三"
}
],
"note": "业务介绍"
},
{
"id": "2",
"info_name": "value_set",
"info_content": {
"car": "12345",
"organ": "120",
"warehouse": "345",
"city": "89"
},
"note": "数值设置"
},
{
"id": "3",
"info_name": "digital_supply_chain",
"info_content": [
{
"title": "1",
"introduction": "1",
"content": "1"
},
{
"title": "2",
"introduction": "2",
"content": "2"
},
{
"title": "3",
"introduction": "3",
"content": "3"
},
{
"title": "4",
"introduction": "4",
"content": "4"
},
{
"title": "5",
"introduction": "5",
"content": "5"
},
{
"title": "6",
"introduction": "6",
"content": "6"
}
],
"note": "数字化供应链信息"
},
{
"id": "4",
"info_name": "yck_info",
"info_content": {
"video": "video",
"content": "优车库简介"
},
"note": "优车库简介信息"
},
{
"id": "5",
"info_name": "products_and_services",
"info_content": [
{
"title": "1",
"introduction": "1"
},
{
"title": "2",
"introduction": "2"
},
{
"title": "3",
"introduction": "3"
},
{
"title": "4",
"introduction": "4"
},
{
"title": "5",
"introduction": "5"
},
{
"title": "6",
"introduction": "6"
},
{
"title": "7",
"introduction": "7"
},
{
"title": "8",
"introduction": "8"
},
{
"title": "9",
"introduction": "9"
}
],
"note": "产品与服务"
}
],
"status": 1,
"url": ""
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>