app应用
<h5>简要描述</h5>
<ul>
<li>list</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>app/sales-order-app/get-user-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": [
{
"name": "销售",
"menuList": [
{
"id": "21",
"code": "sales_icon_promotion",
"name": "促销活动",
"tab": "销售",
"image": "http://smarterp.com/upload/app_icon/icon_promotion.png"
},
{
"id": "22",
"code": "sales_icon_order",
"name": "销售订单",
"tab": "销售",
"image": "http://smarterp.com/upload/app_icon/icon_order.png"
},
{
"id": "23",
"code": "inventory_icon_query",
"name": "库存查询",
"tab": "销售",
"image": "http://smarterp.com/upload/app_icon/icon_stock.png"
},
{
"id": "24",
"code": "distribution_icon",
"name": "配送",
"tab": "销售",
"image": "http://smarterp.com/upload/app_icon/icon_delivery.png"
}
]
},
{
"name": "客户",
"menuList": [
{
"id": "25",
"code": "customer_icon_management",
"name": "客户管理",
"tab": "客户",
"image": "http://smarterp.com/upload/app_icon/icon_client.png"
},
{
"id": "26",
"code": "receivables_icon",
"name": "应收账款",
"tab": "客户",
"image": "http://smarterp.com/upload/app_icon/icon_accounts.png"
},
{
"id": "32",
"code": "customer_icon_add",
"name": "新增客户",
"tab": "客户",
"image": "http://smarterp.com/upload/app_icon/icon_newclient.png"
}
]
},
{
"name": "采购",
"menuList": [
{
"id": "27",
"code": "purchase_icon",
"name": "采购订单",
"tab": "采购",
"image": "http://smarterp.com/upload/app_icon/icon_purchase.png"
},
{
"id": "31",
"code": "active_icon_order",
"name": "活动订单",
"tab": "采购",
"image": "http://smarterp.com/upload/app_icon/icon_activity.png"
},
{
"id": "33",
"code": "scancode_icon_sign_in",
"name": "扫码签收",
"tab": "采购",
"image": "http://smarterp.com/upload/app_icon/icon_scan.png"
},
{
"id": "34",
"code": "advance_icon_charge",
"name": "预付款",
"tab": "采购",
"image": "http://smarterp.com/upload/app_icon/icon_subsist.png"
}
]
},
{
"name": "销售报表",
"menuList": [
{
"id": "28",
"code": "performance_icon_report",
"name": "业绩报表",
"tab": "销售报表",
"image": "http://smarterp.com/upload/app_icon/icon_report.png"
},
{
"id": "29",
"code": "regional_procurement_ranking",
"name": "区域采购排名",
"tab": "销售报表",
"image": "http://smarterp.com/upload/app_icon/icon_arearank.png"
},
{
"id": "30",
"code": "customer_procurement_ranking",
"name": "客户采购排名",
"tab": "销售报表",
"image": "http://smarterp.com/upload/app_icon/icon_clientrank.png"
},
{
"id": "36",
"code": "store_customer_purchase_ranking",
"name": "门店客户采购排名",
"tab": "销售报表",
"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>