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
38591d4e
Commit
38591d4e
authored
Feb 24, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加窗口无人值守
parent
3d57fb9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
279 additions
and
1 deletion
+279
-1
base-manager/doc/api.md
base-manager/doc/api.md
+278
-0
base-manager/src/test/java/com/mortals/httpclient/site/SiteBusinessController.http
...a/com/mortals/httpclient/site/SiteBusinessController.http
+1
-1
No files found.
base-manager/doc/api.md
View file @
38591d4e
...
@@ -11209,6 +11209,284 @@ data| object | 数据对象 |-
...
@@ -11209,6 +11209,284 @@ data| object | 数据对象 |-
}
}
```
```
## 样表报表服务
### 查询样报服务列表
**请求URL:**
sampleform/sample/bill/list
**请求方式:**
POST
**内容类型:**
application/json;charset=utf-8
**简要描述:**
查询样表报表服务
**请求参数:**
参数名称|类型|必填|描述
:---|:---|:---|:------
page|Integer|否|当前页
size|Integer|否|每页条数,值为-1,查询所有记录
siteId|Long|否|站点ID
matterId|Long|否|事项id
matterName|String|否|事项名称,字段前后添加%%模糊查询
matterFullName|String|否|事项全称,字段前后添加%%模糊查询
materialName|String|否|材料名称,字段前后添加%%模糊查询
materialFullName|String|否|材料全称,字段前后添加%%模糊查询
deviceCode|String|否|设备编码,字段前后添加%%模糊查询
deviceName|String|否|设备名称,字段前后添加%%模糊查询
operTime|Date|否|操作时间
**请求样例:**
```
{
"siteId":1,
"matterId":1,
"matterName":"3bodua",
"matterFullName":"foyory",
"materialName":"tbz1ph",
"materialFullName":"qp2mol",
"deviceCode":"0xurzm",
"deviceName":"uff23r",
"operTime":"2023-02-23",
"page":1,
"size":10
}
```
**响应参数:**
参数名称|参数类型|描述
:---|:---|:------
code|Integer|结果码(-1.失败,1.成功)
msg|String|消息
data|object|数据对象
 
per_page|Integer|每页条数
 
total|Integer|总条数
 
last_page|Integer|总页数
 
current_page|Integer|当前页
 
data|array|结果集列表|数组
  
id|Long|主键,自增长
  
siteId|Long|站点ID
  
matterId|Long|事项id
  
matterName|String|事项名称
  
matterFullName|String|事项全称
  
materialName|String|材料名称
  
materialFullName|String|材料全称
  
deviceCode|String|设备编码
  
deviceName|String|设备名称
  
operTime|Date|操作时间
  
createTime|Date|创建时间
  
createUserId|Long|创建用户
  
updateTime|Date|修改时间
dict|object|字典对象
**响应消息样例:**
```
{
"code":1,
"data":{
}
}
```
### 查看样表报表服务
**请求URL:**
sampleform/sample/bill/info
**请求方式:**
GET
**内容类型:**
application/json;charset=utf-8
**简要描述:**
查看样表服务,返回实例详细信息
**请求参数:**
参数名称|类型|必填|描述
:---|:---|:---|:------
id|Long|是|ID
**请求样例:**
```
http://localhost/sample/bill/info?id=549
```
**响应参数:**
参数名称 |参数类型|描述
:---|:---|:-------
code|Integer|结果码(-1.失败,1.成功)
msg|String|消息
data|object|数据对象
 
id|Long|主键,自增长
 
siteId|Long|站点ID
 
matterId|Long|事项id
 
matterName|String|事项名称
 
matterFullName|String|事项全称
 
materialName|String|材料名称
 
materialFullName|String|材料全称
 
deviceCode|String|设备编码
 
deviceName|String|设备名称
 
operTime|Date|操作时间
 
createTime|Date|创建时间
 
createUserId|Long|创建用户
 
updateTime|Date|修改时间
dict|object|字典对象
**响应消息样例:**
```
{
"code": 1,
"data": {
"id":2816,
"siteId":644,
"matterId":9498,
"matterName":"56bz30",
"matterFullName":"9fyv44",
"materialName":"kiq3e4",
"materialFullName":"xbseak",
"deviceCode":"5plyd7",
"deviceName":"yt2qku",
"operTime":"2023-02-23",
"createTime":"2023-02-23",
"createUserId":644,
"updateTime":"2023-02-23"
}
}
```
## 填单报表列表
### 查询填单报表列表
**请求URL:**
fm/matter/datum/print/list
**请求方式:**
POST
**内容类型:**
application/json;charset=utf-8
**简要描述:**
查询填单报表
**请求参数:**
参数名称|类型|必填|描述
:---|:---|:---|:------
page|Integer|否|当前页
size|Integer|否|每页条数,值为-1,查询所有记录
materialId|Long|否|材料Id
materialName|String|否|材料名,字段前后添加%%模糊查询
page|Integer|否|材料页数
type|Integer|否|打印类型(1.本地打印,2.在线打印)
**请求样例:**
```
{
"materialId":1,
"materialName":"w9g680",
"page":1,
"type":1,
"page":1,
"size":10
}
```
**响应参数:**
参数名称|参数类型|描述
:---|:---|:------
code|Integer|结果码(-1.失败,1.成功)
msg|String|消息
data|object|数据对象
 
per_page|Integer|每页条数
 
total|Integer|总条数
 
last_page|Integer|总页数
 
current_page|Integer|当前页
 
data|array|结果集列表|数组
  
id|Long|主键,自增长
  
orderId|String|打印订单
  
materialId|Long|材料Id
  
materialName|String|材料名
  
page|Integer|材料页数
  
type|Integer|打印类型(1.本地打印,2.在线打印)
  
docPath|String|合成doc后地址
  
formContent|String|提交的表单
  
createTime|Date|创建时间
  
createUserId|Long|创建用户
  
updateTime|Date|修改时间
dict|object|字典对象
 
type|object|字典属性对象,详见附录
**响应消息样例:**
```
{
"code":1,
"data":{
}
}
```
### 查看填单报表
**请求URL:**
fm/matter/datum/print/info
**请求方式:**
GET
**内容类型:**
application/json;charset=utf-8
**简要描述:**
查看填单报表,返回实例详细信息
**请求参数:**
参数名称|类型|必填|描述
:---|:---|:---|:------
id|Long|是|ID
**请求样例:**
```
http://localhost/fm/matter/datum/print/info?id=549
```
**响应参数:**
参数名称 |参数类型|描述
:---|:---|:-------
code|Integer|结果码(-1.失败,1.成功)
msg|String|消息
data|object|数据对象
 
id|Long|主键,自增长
 
orderId|String|打印订单
 
materialId|Long|材料Id
 
materialName|String|材料名
 
page|Integer|材料页数
 
type|Integer|打印类型(1.本地打印,2.在线打印)
 
docPath|String|合成doc后地址
 
formContent|String|提交的表单
 
createTime|Date|创建时间
 
createUserId|Long|创建用户
 
updateTime|Date|修改时间
dict|object|字典对象
 
type|object|字典属性对象,详见附录
**响应消息样例:**
```
{
"code": 1,
"data": {
"id":9177,
"orderId":"dhhddy",
"materialId":2805,
"materialName":"hz30qw",
"page":7237,
"type":340,
"docPath":"aw74kl",
"formContent":"h719lm",
"createTime":"2022-12-09",
"createUserId":7489,
"updateTime":"2022-12-09"
}
}
```
## 字典附录
## 字典附录
### isBusiness
### isBusiness
...
...
base-manager/src/test/java/com/mortals/httpclient/site/SiteBusinessController.http
View file @
38591d4e
...
@@ -4,7 +4,7 @@ POST {{baseUrl}}/site/business/list
...
@@ -4,7 +4,7 @@ POST {{baseUrl}}/site/business/list
Content-Type: application/json
Content-Type: application/json
{
{
"idNotList": [11,18,17,14,27,2
6
],
"idNotList": [11,18,17,14,27,2
8
],
"siteId": 1,
"siteId": 1,
"page":1,
"page":1,
"size":10
"size":10
...
...
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