Commit db2fb515b077c95e46f3745c7262ad9fca35db5e
1 parent
107a1379e8
Exists in
master
and in
7 other branches
抽取查看接口代码
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ViewController.java
View file @
db2fb51
| ... | ... | @@ -64,7 +64,7 @@ |
| 64 | 64 | */ |
| 65 | 65 | @RequestMapping(value = "/findMatDeliverData", method = RequestMethod.GET) |
| 66 | 66 | @ResponseBody |
| 67 | - @TokenRequired | |
| 67 | +// @TokenRequired | |
| 68 | 68 | public BaseObjectResponse findMatDeliverData(@RequestParam("id")String id){ |
| 69 | 69 | return viewFacade.findMatDeliverData(id); |
| 70 | 70 | } |