|
|
@@ -2,6 +2,7 @@ package com.ydtech.modules.order.service;
|
|
|
|
|
|
import com.fasterxml.jackson.core.JsonProcessingException;
|
|
|
import com.ydtech.core.page.HttpResult;
|
|
|
+import com.ydtech.modules.esm.model.EsmInsAttachInsure;
|
|
|
import com.ydtech.modules.ins.model.yc.CallBackRequest;
|
|
|
import com.ydtech.modules.ins.model.yc.pay.response.AccidentResponse;
|
|
|
import com.ydtech.modules.order.entity.InsAreaCompany;
|
|
|
@@ -10,6 +11,7 @@ import com.ydtech.modules.order.entity.vo.AccidentalDrivingVo;
|
|
|
import com.ydtech.modules.order.entity.vo.BaseQuoteVo;
|
|
|
import com.ydtech.modules.order.entity.vo.PolicyPrintVo;
|
|
|
|
|
|
+import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
public interface YongchengOrderApiService {
|
|
|
@@ -57,7 +59,7 @@ public interface YongchengOrderApiService {
|
|
|
/**
|
|
|
* 驾意险查询接口
|
|
|
*/
|
|
|
- HttpResult accidentQuery(AccidentalDrivingQueryVo accidentalDrivingVo);
|
|
|
+ HttpResult<List<EsmInsAttachInsure>> accidentQuery(AccidentalDrivingQueryVo accidentalDrivingVo);
|
|
|
|
|
|
/**
|
|
|
* 驾意险查询详情接口
|