|
|
|
|
|
|
|
|
//这边需要配置到yml文件里面 |
|
|
//这边需要配置到yml文件里面 |
|
|
String url = tenant.getAirportUrl() + "/api/airportInterface/executeTask"; |
|
|
String url = tenant.getAirportUrl() + "/api/airportInterface/executeTask"; |
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
jsonObject.put("code", "hhz"); |
|
|
|
|
|
|
|
|
jsonObject.put("code", "lc"); |
|
|
jsonObject.put("tenantName", tenant.getName()); |
|
|
jsonObject.put("tenantName", tenant.getName()); |
|
|
jsonObject.put("taskId", taskId); |
|
|
jsonObject.put("taskId", taskId); |
|
|
jsonObject.put("requestId", String.valueOf(thMission.getId())); |
|
|
jsonObject.put("requestId", String.valueOf(thMission.getId())); |