|
|
@@ -15,6 +15,7 @@ import com.ydtech.modules.order.entity.vo.BaseQuoteInfoVo;
|
|
|
import com.ydtech.modules.order.entity.vo.InsDrivingIntentionInsuranceVo;
|
|
|
import com.ydtech.modules.order.entity.vo.SpecialAuditVo;
|
|
|
import com.ydtech.modules.order.entity.vo.bohai.ProductDetailsQueryVo;
|
|
|
+import com.ydtech.modules.order.entity.vo.pingan.InsDrivingIntentionInsuranceSonVo;
|
|
|
import com.ydtech.modules.order.entity.vo.pingan.PingAnQuoteVo;
|
|
|
import com.ydtech.modules.order.entity.vo.pingan.RenewalConfirmVo;
|
|
|
import com.ydtech.modules.order.entity.vo.pingan.StorefrontQueryVo;
|
|
|
@@ -48,7 +49,7 @@ public class PingAnOrderApiController {
|
|
|
@QuoteVerification("报价授权")
|
|
|
@PostMapping("/quote")
|
|
|
@ApiOperation("1报价-标的查询-车型查询-车辆确认-报价")
|
|
|
- public HttpResult<QuoteRespVo> quote(@RequestBody PingAnQuoteVo<List<InsDrivingIntentionInsuranceVo>> quoteVo) throws Exception {
|
|
|
+ public HttpResult<QuoteRespVo> quote(@RequestBody PingAnQuoteVo<InsDrivingIntentionInsuranceSonVo> quoteVo) throws Exception {
|
|
|
BaseQuoteInfoVo quoteInfo = this.insOrdersComponents.getQuoteInfo(quoteVo.getOrderNo(), quoteVo.getAgreementId());
|
|
|
return this.pingAnOrderApiService.quote(quoteInfo, quoteVo);
|
|
|
}
|