获取首页应用
<h5>简要描述</h5>
<ul>
<li>get</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>app/sales-order-app/get-home-application</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"errCode": 1000,
"errMsg": "请求成功",
"data": [
{
"id": "30",
"code": "customer_procurement_ranking",
"name": "客户采购排名",
"image": "http://smarterp.com/upload/app_icon/icon_clientrank.png"
},
{
"id": "31",
"code": "active_icon_order",
"name": "活动订单",
"image": "http://smarterp.com/upload/app_icon/icon_activity.png"
},
{
"id": "32",
"code": "customer_icon_add",
"name": "新增客户",
"image": "http://smarterp.com/upload/app_icon/icon_newclient.png"
},
{
"id": "33",
"code": "scancode_icon_sign_in",
"name": "扫码签收",
"image": "http://smarterp.com/upload/app_icon/icon_scan.png"
},
{
"id": "36",
"code": "store_customer_purchase_ranking",
"name": "门店客户采购排名",
"image": "http://smarterp.com/upload/app_icon/icon_clientrank2.png"
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>
</li>
</ul>