|
|
|
|
|
|
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
jsonObject.put("taskId", inspection.getInspectionLine()); |
|
|
jsonObject.put("taskId", inspection.getInspectionLine()); |
|
|
jsonObject.put("requestId", inspection.getId()); |
|
|
jsonObject.put("requestId", inspection.getId()); |
|
|
|
|
|
jsonObject.put("code", "gs"); // 与机场平台约定好的 |
|
|
|
|
|
jsonObject.put("tenantName", tenant.getName()); |
|
|
|
|
|
|
|
|
String airPortStr = HttpUtils.doSend(url, jsonObject, null, "POST"); |
|
|
String airPortStr = HttpUtils.doSend(url, jsonObject, null, "POST"); |
|
|
if (StringUtils.isEmpty(airPortStr)) { |
|
|
if (StringUtils.isEmpty(airPortStr)) { |