wks 9 місяців тому
батько
коміт
1f10fffea6

+ 2 - 2
tenant/insurance/quotation-huanong/src/main/java/com/jzg/quotation/huanong/crawler/entity/request/HuaNongCrawlerLoginRequestRequest.java

@@ -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) + "=";
     }
 }