提交 b492f83a 编写于 作者: VenseChen's avatar VenseChen

105_完善获取在线对战数据接口

上级 e1c742bd
......@@ -109,7 +109,7 @@ public class DataController {
Authentication authentication = SecurityContextHolder.getContext().getAuthentication();
Collection set = authentication.getAuthorities();
if (ObjectUtil.isNull(set) || set.size() == 0) {
return Result.fail("无权限!");
return Result.fail("无权限! ");
}
Map<String, Object> result = new HashMap<>();
Set<String> areaKeys = redisUtils.keys("sys:area:" + "*");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册