Commit eee54194 authored by 赵啸非's avatar 赵啸非

修改根据业务查询部门逻辑

parent bd579e6d
......@@ -5302,6 +5302,52 @@ data|array|结果集列表|数组
```
### 通过业务ids获取部门分组列表
**请求URL:** dept/getDeptListByBusiness
**请求方式:** POST
**内容类型:** application/json;charset=utf-8
**简要描述:** 通过业务ids获取部门分组列表
**请求参数:**
参数名称|类型|备注|必填|其它
---|---|---|---|---
siteBusinessIdList|Arrays|业务ids|是|-
**请求样例:**
```
{
"siteBusinessIdList":[8,28]
}
```
**响应参数:**
参数名称 |参数类型|备注|其它
---|---|---|---
code|Integer|结果码(-1.失败,1.成功)|-
msg|String|消息|-
data|Object|结果集|
**响应消息样例:**
```
{
"code":1,
"msg":"成功"
}
```
## 站点部门窗口
### 查询站点部门窗口列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment