lin преди 4 години
родител
ревизия
c49c434ea8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      smart-city-platform/src/main/java/com/bz/smart_city/controller/IntegrationAuthController.java

+ 1 - 1
smart-city-platform/src/main/java/com/bz/smart_city/controller/IntegrationAuthController.java

@@ -51,7 +51,7 @@ public class IntegrationAuthController {
     }
 
 
-    @DeleteMapping("/user/del")
+    @PostMapping("/user/del")
     @ApiOperation(value = "删除用户")
     public AjaxMessage delUser(
             @ApiParam(value = "手机号码", required = true) @RequestParam(required = true) String mobilePhone