Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
eee54194
Commit
eee54194
authored
Feb 14, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改根据业务查询部门逻辑
parent
bd579e6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
base-manager/doc/api.md
base-manager/doc/api.md
+46
-0
No files found.
base-manager/doc/api.md
View file @
eee54194
...
...
@@ -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":"成功"
}
```
## 站点部门窗口
### 查询站点部门窗口列表
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment