|
|
@ -297,7 +297,7 @@ public class SysUserController extends BaseController |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@GetMapping("/checkExist") |
|
|
@GetMapping("/checkExist") |
|
|
public AjaxResult checkExist(@PathVariable("username") String username){ |
|
|
|
|
|
|
|
|
public AjaxResult checkExist(String username){ |
|
|
AjaxResult exists = remoteIntegrationService.checkAccountExists(username); |
|
|
AjaxResult exists = remoteIntegrationService.checkAccountExists(username); |
|
|
return exists; |
|
|
return exists; |
|
|
} |
|
|
} |
|
|
|