Commit 13767c11a3b136fb216af23a7329162c3aa4b308
1 parent
bff9524175
Exists in
master
and in
6 other branches
自测bug提交
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/pihController.java
View file @
13767c1
... | ... | @@ -52,6 +52,7 @@ |
52 | 52 | |
53 | 53 | @RequestMapping(value = "/report/{id}", method = RequestMethod.GET) |
54 | 54 | @ResponseBody |
55 | + @TokenRequired | |
55 | 56 | public BaseResponse getPinReport(@PathVariable(value = "id") String id, HttpServletRequest request) { |
56 | 57 | return pihService.getPinReport(id, getUserId(request)); |
57 | 58 | } |