Commit 966dc94f54306996b7b9791943ee5ca4a0ec1a02
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisController.java
View file @
966dc94
| ... | ... | @@ -205,7 +205,7 @@ |
| 205 | 205 | * @param token |
| 206 | 206 | * @return |
| 207 | 207 | */ |
| 208 | - @RequestMapping(method = RequestMethod.PUT, value = "/updateAppLisStatus") | |
| 208 | + @RequestMapping(method = RequestMethod.GET, value = "/updateAppLisStatus") | |
| 209 | 209 | @ResponseBody |
| 210 | 210 | public BaseResponse updateAppLisStatus(@RequestParam("ids") String ids, |
| 211 | 211 | @RequestHeader("Authorization") String token) { |