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
cae3efeb
Commit
cae3efeb
authored
Jan 06, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加申请页面抓取
parent
e8978962
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
373 additions
and
16 deletions
+373
-16
base-manager/src/main/resources/sqlmap/module/app/AppDatasetMapperExt.xml
.../main/resources/sqlmap/module/app/AppDatasetMapperExt.xml
+346
-5
base-manager/src/test/java/com/mortals/httpclient/app/AppDatasetController.http
...java/com/mortals/httpclient/app/AppDatasetController.http
+27
-11
No files found.
base-manager/src/main/resources/sqlmap/module/app/AppDatasetMapperExt.xml
View file @
cae3efeb
This diff is collapsed.
Click to expand it.
base-manager/src/test/java/com/mortals/httpclient/app/AppDatasetController.http
View file @
cae3efeb
...
@@ -3,9 +3,9 @@ POST {{baseUrl}}/login/login
...
@@ -3,9 +3,9 @@ POST {{baseUrl}}/login/login
Content-Type: application/json
Content-Type: application/json
{
{
"loginName":
"admin",
"loginName":
"admin",
"password":
"admin",
"password":
"admin",
"securityCode":
"8888"
"securityCode":
"8888"
}
}
> {%
> {%
...
@@ -19,11 +19,28 @@ Authorization: {{authToken}}
...
@@ -19,11 +19,28 @@ Authorization: {{authToken}}
Content-Type: application/json
Content-Type: application/json
{
{
"appId":20,
"appId": 20,
"fieldName": "标题",
"fieldName": "标题",
"fieldValue": "管理办法",
"fieldValue": "管理办法",
"page":1,
"page": 1,
"size":10
"size": 10
}
###自助终端应用数据集列表1
POST {{baseUrl}}/app/dataset/list
Authorization: {{authToken}}
Content-Type: application/json
{
"appId": 20,
"andConditionList": [
{
"fieldName": "制定机关",
"fieldValue": "%四川省人民政府%"
}
],
"page": 1,
"size": 10
}
}
...
@@ -33,8 +50,8 @@ Authorization: {{authToken}}
...
@@ -33,8 +50,8 @@ Authorization: {{authToken}}
Content-Type: application/json
Content-Type: application/json
{
{
"appId":1,
"appId":
1,
"appInfoFieldList":[
"appInfoFieldList":
[
{
{
"fieldCode": "title5",
"fieldCode": "title5",
"fieldName": "标题5",
"fieldName": "标题5",
...
@@ -60,7 +77,6 @@ Content-Type: application/json
...
@@ -60,7 +77,6 @@ Content-Type: application/json
"remark": "22222222222222"
"remark": "22222222222222"
}
}
]
]
}
}
> {%
> {%
...
...
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