|
@@ -365,7 +365,6 @@ public class InsAlltrustApiServiceImpl implements InsAlltrustApiService {
|
|
|
* 报价响应处理
|
|
* 报价响应处理
|
|
|
*/
|
|
*/
|
|
|
public RuoteResponse quoteExternalApi(RuoteResponse rr,BaseQuoteVo<AccidentalDrivingVo> quoteVo,InsAreaCompany iac,Ruote m ) {
|
|
public RuoteResponse quoteExternalApi(RuoteResponse rr,BaseQuoteVo<AccidentalDrivingVo> quoteVo,InsAreaCompany iac,Ruote m ) {
|
|
|
-
|
|
|
|
|
int i = 0;
|
|
int i = 0;
|
|
|
if (rr.getHead().getErrorCode().equals("000000") && i < 3) {
|
|
if (rr.getHead().getErrorCode().equals("000000") && i < 3) {
|
|
|
i++;
|
|
i++;
|
|
@@ -390,7 +389,7 @@ public class InsAlltrustApiServiceImpl implements InsAlltrustApiService {
|
|
|
m.getRequestLabel().getCondition().getVhl().setCQryCdeJQ(rr.getVhl().getCQryCdeJQ());
|
|
m.getRequestLabel().getCondition().getVhl().setCQryCdeJQ(rr.getVhl().getCQryCdeJQ());
|
|
|
|
|
|
|
|
//商业
|
|
//商业
|
|
|
- m.getRequestLabel().getCondition().getVhl().setCCheckCodeSY(quoteVo.getRenewalCodeSy());
|
|
|
|
|
|
|
+ m.getRequestLabel().getCondition().getVhl().setCCheckCodeSY(ocrMap.get("syImageCode").toString());
|
|
|
m.getRequestLabel().getCondition().getVhl().setCQryCdeSY(rr.getVhl().getCQryCdeSY());
|
|
m.getRequestLabel().getCondition().getVhl().setCQryCdeSY(rr.getVhl().getCQryCdeSY());
|
|
|
|
|
|
|
|
// return requestApi(m, new RuoteResponse(), iac, YcBuildData.API_QUOTE, InsQuoteFlow.Q_S_0);
|
|
// return requestApi(m, new RuoteResponse(), iac, YcBuildData.API_QUOTE, InsQuoteFlow.Q_S_0);
|