1
0
mirror of synced 2026-02-24 05:48:04 +08:00

拆分UrlBuilder工具类,已拆分WeiboRequest

This commit is contained in:
yadong.zhang
2019-07-16 10:04:00 +08:00
parent 3b80e11824
commit 47971438c7
12 changed files with 249 additions and 45 deletions

View File

@@ -26,7 +26,7 @@ public class AuthStateTest {
* null
*/
@Test
public void test() {
public void usage() {
String source = "github";
System.out.println("\nstep1 生成state: 预期创建一个新的state...");
String state = AuthState.create(source);