Explorar o código

众安添加驾意险

Qchen hai 2 semanas
pai
achega
267e396e8d

+ 4 - 0
tenant/insurance/quotation-zhongan/src/main/java/com/jzg/quotation/zhongan/crawler/entity/request/ZhongAnCrawlerQuoteRequest.java

@@ -140,8 +140,12 @@ public class ZhongAnCrawlerQuoteRequest{
         } else {
             NonAutoInfoDto jtywxV24 = new NonAutoInfoDto("kp_nhjcb_v1", "0", null);
             NonAutoInfoDto wjsGabV6 = new NonAutoInfoDto("wjs_gab_v10", "0", null);
+            NonAutoInfoDto wjs_cwyjtywx_v1 = new NonAutoInfoDto("wjs_cwyjtywx_v1", "0", null);
+            NonAutoInfoDto kp_czwyjcx_v1 = new NonAutoInfoDto("kp_czwyjcx_v1", "0", null);
             nonAutoInfoDtos.add(jtywxV24);
             nonAutoInfoDtos.add(wjsGabV6);
+            nonAutoInfoDtos.add(wjs_cwyjtywx_v1);
+            nonAutoInfoDtos.add(kp_czwyjcx_v1);
         }
         this.nonAutoInfo = JSONObject.toJSONString(nonAutoInfoDtos);
     }