|
@@ -132,7 +132,7 @@ public class CrawlerQuoteResponse extends CrawlerBaseResponse {
|
|
|
private String price;
|
|
private String price;
|
|
|
|
|
|
|
|
public static List<AccidentResponseVo> toAccidentResponseVoList(List<DivingInsurancesDto> drivingInsurances) {
|
|
public static List<AccidentResponseVo> toAccidentResponseVoList(List<DivingInsurancesDto> drivingInsurances) {
|
|
|
- return drivingInsurances.stream().map(DivingInsurancesDto::toAccidentResponseVo).collect(Collectors.toList());
|
|
|
|
|
|
|
+ return drivingInsurances.stream().map(DivingInsurancesDto::toAccidentResponseVo).collect(Collectors.toList());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public static AccidentResponseVo toAccidentResponseVo(DivingInsurancesDto drivingInsurance) {
|
|
public static AccidentResponseVo toAccidentResponseVo(DivingInsurancesDto drivingInsurance) {
|
|
@@ -229,6 +229,13 @@ public class CrawlerQuoteResponse extends CrawlerBaseResponse {
|
|
|
*/
|
|
*/
|
|
|
@JsonProperty("errorCodeMap")
|
|
@JsonProperty("errorCodeMap")
|
|
|
private List<String> errorCodeMap;
|
|
private List<String> errorCodeMap;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 报价提示
|
|
|
|
|
+ */
|
|
|
|
|
+ @JsonProperty("info_list")
|
|
|
|
|
+ private List<String> infoList;
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Getter
|
|
@Getter
|