Commit b2cbea40de3ca1e257a5a6a3006f37793c2dc1a8

Authored by liquanyu
1 parent fa223b8e1e

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/SmsTemplateController.java View file @ b2cbea4
... ... @@ -84,7 +84,7 @@
84 84 * @param id
85 85 * @return
86 86 */
87   - @RequestMapping(method = RequestMethod.GET, value = "/deleteTempById/{id}")
  87 + @RequestMapping(method = RequestMethod.DELETE, value = "/deleteTempById/{id}")
88 88 @ResponseBody
89 89 public BaseResponse deleteTempById(@PathVariable("id") String id) {
90 90 return smsTemplateFacade.deleteTempById(id);