Commit 91b4544d authored by 赵啸非's avatar 赵啸非

添加站点政务同步接口

parent ca019dc8
...@@ -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>
......
...@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment