|
|
@@ -60,8 +60,8 @@ public class HuaNongCrawlerLoginRequestRequest implements HuaNongHeadRequest {
|
|
|
this.verificationCode = captcha;
|
|
|
this.deviceId = DigestUtils.md5Hex(HighPerformanceRandomStringGenerator.generate(24, new Random()));
|
|
|
this.mobile = "";
|
|
|
- this.saaLoginFlag = "1";
|
|
|
+ this.saaLoginFlag = "";
|
|
|
this.verificationNo = "";
|
|
|
- this.pwd = Base64.encodeToString(password);
|
|
|
+ this.pwd = Base64.encodeToString(password) + "=";
|
|
|
}
|
|
|
}
|