|
|
@@ -977,6 +977,8 @@ public class TKHttpAPIService {
|
|
|
param.setFromID(fromId);
|
|
|
param.setOrderID(orderId);
|
|
|
param.setInsureInfo(insureInfo);
|
|
|
+ param.setAuthFailContinueFlag("");
|
|
|
+ param.setChannelEngages(new ArrayList<>());
|
|
|
|
|
|
EntranceResult.Response response = entranceForJson(token, param, "000012", EntranceResult.Response.class);
|
|
|
|
|
|
@@ -1021,7 +1023,6 @@ public class TKHttpAPIService {
|
|
|
param.setCollectFlag("");
|
|
|
param.setRetrospectId(UUID.randomUUID().toString());
|
|
|
param.setReadTime("");
|
|
|
- param.setProposalType(2);
|
|
|
param.setLeadsid("");
|
|
|
param.setChannelEngages(new ArrayList<>());
|
|
|
|
|
|
@@ -1318,7 +1319,7 @@ public class TKHttpAPIService {
|
|
|
tkReceiveParam.setStatus("0");
|
|
|
tkReceiveParam.setFromId(fromId);
|
|
|
tkReceiveParam.setReservation1("2021-10-28");
|
|
|
- tkReceiveParam.setReservation2("");
|
|
|
+ tkReceiveParam.setReservation2(tkEntranceFor000038Result.getLicenseNo());
|
|
|
|
|
|
HttpHeaders httpHeaders = new HttpHeaders();
|
|
|
httpHeaders.add("token", token);
|