Commit 80498b81 authored by 赵啸非's avatar 赵啸非

测试流控功能

parent cb60dbcc
......@@ -217,7 +217,6 @@ public class MessageServiceImpl implements MessageService {
}
@Override
public MessageResp signMessage(MessageReq req) {
MessageResp messageResp = new MessageResp();
......
......@@ -34,7 +34,11 @@ public class DemoStartedService implements IApplicationStartedService {
cacheService.del(USER_SITE_TREE);
//从门户获取所有站点用户
try {
userService.refreshUser();
} catch (Exception e) {
log.error("获取所有站点用户失败", e);
}
}
@Override
......
......@@ -146,7 +146,7 @@ POST {{baseUrl}}/site/syncGovMatterBySiteId
Content-Type: application/json
{
"id":6
"id":63
}
......
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