bleachtred
2023-07-04 c4032aae88a079d8bb1198723d88c6e72935516b
ruoyi-admin/src/main/java/org/dromara/web/controller/AuthController.java
@@ -99,7 +99,7 @@
        }
        AuthRequest authRequest = SocialUtils.getAuthRequest(source, socialProperties);
        String authorizeUrl = authRequest.authorize(AuthStateUtils.createState());
        return R.ok(authorizeUrl);
        return R.ok("操作成功", authorizeUrl);
    }
    /**