Commit 9407d22b12ae82ef57f0d12dc747f0514cdae450

Authored by liquanyu
1 parent 7158cfa6dc

update code

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisController.java View file @ 9407d22
... ... @@ -172,7 +172,6 @@
172 172  
173 173 if (!"3d19960bf3e81e7d816c4f26051c49ba".equals(token))
174 174 {
175   - ExceptionUtils.catchException("The request token is " + token);
176 175 return new HashMap<>();
177 176 }
178 177