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
6de84bf0
Commit
6de84bf0
authored
Jan 11, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加宜宾环境
parent
9a19acd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
39 deletions
+41
-39
base-manager/doc/api.md
base-manager/doc/api.md
+41
-39
No files found.
base-manager/doc/api.md
View file @
6de84bf0
...
...
@@ -4992,6 +4992,47 @@ msg|String|消息|-
```
### 通过部门获取业务列表
**请求URL:**
window/getBusinessByDept
**请求方式:**
POST
**内容类型:**
application/json;charset=utf-8
**简要描述:**
通过部门获取业务列表
**请求参数:**
参数名称|类型|备注|必填|其它
---|---|---|---|---
id|Long|部门id|是|-
**请求样例:**
```
```
**响应参数:**
参数名称 |参数类型|备注|其它
---|---|---|---
code|Integer|结果码(-1.失败,1.成功)|-
msg|String|消息|-
data|array|结果集列表|数组
**响应消息样例:**
```
{
"code":1,
"msg":"成功"
}
```
## 站点部门窗口
### 查询站点部门窗口列表
...
...
@@ -5242,46 +5283,7 @@ msg|String|消息|-
```
### 通过部门获取业务列表
**请求URL:**
window/getBusinessByDept
**请求方式:**
POST
**内容类型:**
application/json;charset=utf-8
**简要描述:**
通过部门获取业务列表
**请求参数:**
参数名称|类型|备注|必填|其它
---|---|---|---|---
id|Long|部门id|是|-
**请求样例:**
```
```
**响应参数:**
参数名称 |参数类型|备注|其它
---|---|---|---
code|Integer|结果码(-1.失败,1.成功)|-
msg|String|消息|-
data|array|结果集列表|数组
**响应消息样例:**
```
{
"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