替换 justauth.wiki 域名,该域名暂时不可用,请使用 justauth.cn

This commit is contained in:
yadong.zhang 2023-04-11 22:46:53 +08:00
parent 5171fb8148
commit 0d599d75f0

View File

@ -71,9 +71,7 @@ public class AuthFeiShuRequestTest {
.state(state)
.build();
AuthResponse response = request.login(callback);
Assert.assertNotNull(response);
AuthUser user = (AuthUser) response.getData();
Assert.assertNotNull(user);
System.out.println(JSON.toJSONString(user));
}