行驶证接口对接1
This commit is contained in:
parent
1fd37db329
commit
95667723e9
@ -1119,10 +1119,10 @@ public class CertificatesActivity extends BaseAppCompatActivity {
|
||||
map.put("imgId", fid);
|
||||
}
|
||||
// map.put("licenseId", olb.getData().isCarExist() ? olb.getData().getExistCarInfo().getLicenseId() : oblb.getData().getLicenseId());
|
||||
map.put("vclN", str1);
|
||||
map.put("vcltype", str2);
|
||||
map.put("ownerName", str3);
|
||||
map.put("vin", str4);//车辆识别代号
|
||||
// map.put("vclN", str1);
|
||||
// map.put("vcltype", str2);
|
||||
// map.put("ownerName", str3);
|
||||
// map.put("vin", str4);//车辆识别代号
|
||||
|
||||
String carLong = "";
|
||||
String carWidth = "";
|
||||
@ -1160,6 +1160,7 @@ public class CertificatesActivity extends BaseAppCompatActivity {
|
||||
DriverUpBean.DataDTO dataDTO = new DriverUpBean.DataDTO();
|
||||
driverUpBean.setFrontImageUrl(url1);
|
||||
driverUpBean.setBackImageUrl(url2);
|
||||
driverUpBean.setCarNumber(str1);
|
||||
driverUpBean.setType(str2);
|
||||
driverUpBean.setOwner(str3);
|
||||
driverUpBean.setVehicleNumber(str4);
|
||||
@ -1170,6 +1171,10 @@ public class CertificatesActivity extends BaseAppCompatActivity {
|
||||
driverUpBean.setCarHeight(carHeight);
|
||||
|
||||
|
||||
dataDTO.setVclN(str1);
|
||||
dataDTO.setVcltype(str2);
|
||||
dataDTO.setOwnerName(str3);
|
||||
dataDTO.setVin(str4);
|
||||
dataDTO.setIssuingAuthority(olb.getData().getIssuingAuthority());
|
||||
dataDTO.setRegTime(olb.getData().getRegTime());
|
||||
dataDTO.setAddress(olb.getData().getAddress());
|
||||
|
Loading…
Reference in New Issue
Block a user