Commit 097080ed authored by 赵啸非's avatar 赵啸非

添加主题缓存

parent 7fd2781b
...@@ -67,6 +67,11 @@ ...@@ -67,6 +67,11 @@
<profiles.active>product</profiles.active> <profiles.active>product</profiles.active>
<profiles.server.port>17211</profiles.server.port> <profiles.server.port>17211</profiles.server.port>
<profiles.publish.path>/home/publish</profiles.publish.path> <profiles.publish.path>/home/publish</profiles.publish.path>
<profiles.rabbitmq.host>192.168.0.250</profiles.rabbitmq.host>
<profiles.rabbitmq.port>5672</profiles.rabbitmq.port>
<profiles.rabbitmq.username>taxi_mq</profiles.rabbitmq.username>
<profiles.rabbitmq.password>admin@2020</profiles.rabbitmq.password>
<profiles.rabbitmq.virtualhost>/</profiles.rabbitmq.virtualhost>
<profiles.nacos.server-addr>127.0.0.1:8848</profiles.nacos.server-addr> <profiles.nacos.server-addr>127.0.0.1:8848</profiles.nacos.server-addr>
<profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group> <profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group>
<profiles.nacos.namespace>smart-gov</profiles.nacos.namespace> <profiles.nacos.namespace>smart-gov</profiles.nacos.namespace>
......
...@@ -28,6 +28,16 @@ Content-Type: application/json ...@@ -28,6 +28,16 @@ Content-Type: application/json
"source": "" "source": ""
} }
###基础事项列表
POST {{baseUrl}}/matter/list
Content-Type: application/json
{
"page": 1,
"size": 10,
"deptCode":"4445589607496884224"
}
###微官网事项列表 ###微官网事项列表
POST {{baseUrl}}/micro/matter/list POST {{baseUrl}}/micro/matter/list
Content-Type: application/json Content-Type: application/json
......
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