POST/business/{uniacid}/plugin/CrmDashboard/index
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"convenient_entrances": [
{
"plugin": "OpportunityManagement",
"title": "商机管理",
"description": "",
"type": "businessApplicationSales",
"icon": "yun_sign",
"route": "opportunityManagement"
}
]
}
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| title | string | 名称 |
| opportunityManagement | string | 路由 |