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
91b4544d
Commit
91b4544d
authored
Nov 15, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加站点政务同步接口
parent
ca019dc8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
base-manager/pom.xml
base-manager/pom.xml
+2
-2
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
...test/java/com/mortals/httpclient/site/SiteController.http
+10
-0
No files found.
base-manager/pom.xml
View file @
91b4544d
...
@@ -167,11 +167,11 @@
...
@@ -167,11 +167,11 @@
</dependency>
</dependency>
<dependency>
<!--
<dependency>
<groupId>javax.xml</groupId>
<groupId>javax.xml</groupId>
<artifactId>jaxp-api</artifactId>
<artifactId>jaxp-api</artifactId>
<version>1.4.5</version>
<version>1.4.5</version>
</dependency>
</dependency>
-->
<dependency>
<dependency>
<groupId>
net.sourceforge.htmlcleaner
</groupId>
<groupId>
net.sourceforge.htmlcleaner
</groupId>
...
...
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
View file @
91b4544d
...
@@ -80,4 +80,14 @@ Content-Type: application/json
...
@@ -80,4 +80,14 @@ Content-Type: application/json
}
}
###同步事项数据
POST {{baseUrl}}/site/syncGovMatterBySiteId
Authorization: {{authToken}}
Content-Type: application/json
{
"id":3
}
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