Commit 67ab3cf15f6dd6321c9da8f99c3d6bf4c655f87f
1 parent
dc91fb1ac0
Exists in
master
and in
6 other branches
追访相关
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TrackDownController.java
View file @
67ab3cf
... | ... | @@ -23,6 +23,7 @@ |
23 | 23 | private ITrackDownService trackDownService; |
24 | 24 | |
25 | 25 | @ResponseBody |
26 | + @TokenRequired | |
26 | 27 | @RequestMapping(value = "/mother/{parentId}", method = RequestMethod.GET) |
27 | 28 | public BaseResponse mother(@PathVariable String parentId, HttpServletRequest request) { |
28 | 29 | return trackDownService.mother(parentId, getUserId(request)); |