Commit 4a16c21c7dc6241db1cb570800897393463a2659
1 parent
11d83080a1
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisController.java
View file @
4a16c21
... | ... | @@ -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) { |