登录x4
This commit is contained in:
@@ -193,6 +193,7 @@ public class Trigger {
|
||||
// 1、获取行者平台的cookie
|
||||
HttpResponse executed = httpClient.execute(ClassicRequestBuilder.get("https://www.imxingzhe.com/user/login").build());
|
||||
System.out.println(executed.getCode());
|
||||
System.out.println("body:" + new String((((CloseableHttpResponse) executed).getEntity().getContent().readAllBytes())));
|
||||
// 2、计算加密后的密码参数
|
||||
RSA rsa = new RSA(AsymmetricAlgorithm.RSA_ECB_PKCS1.getValue(), null, xingZhe.getPubKey());
|
||||
String rd = cookieStore.getCookies()
|
||||
|
||||
Reference in New Issue
Block a user