|
@@ -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
|