mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2025-12-07 01:08:24 +08:00
替换 justauth.wiki 域名,该域名暂时不可用,请使用 justauth.cn
This commit is contained in:
parent
5171fb8148
commit
0d599d75f0
@ -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));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user