Commit 08930b926a5f043a00d2be04838fe62f77c399e4
1 parent
a22ff021eb
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatdeliverFollowController.java
View file @
08930b9
... | ... | @@ -156,6 +156,7 @@ |
156 | 156 | * @return |
157 | 157 | */ |
158 | 158 | @ResponseBody |
159 | + @TokenRequired | |
159 | 160 | @RequestMapping(value = "/questionnaire/list", method = RequestMethod.POST) |
160 | 161 | public BaseResponse questionnaireList(@RequestBody @Valid QuestionnaireListRequest param, HttpServletRequest request) { |
161 | 162 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |