|
|
@@ -281,7 +281,9 @@ public class OaFlow {
|
|
|
Map<String, String> other = new HashMap<>();
|
|
|
other.put("isnextflow", "1");
|
|
|
params.add("otherParams", JSON.toJSONString(other));
|
|
|
- System.out.println("------------"+JSON.toJSONString(outRepairFlows));
|
|
|
+ System.out.println("------------"+JSON.toJSONString(params));
|
|
|
+ System.out.println(headersOut);
|
|
|
+
|
|
|
// 3. 组合请求头和请求体
|
|
|
HttpEntity<MultiValueMap<String, Object>> requestEntityOut = new HttpEntity<>(params, headersOut);
|
|
|
// RestTemplate restTemplate = SslSkippingRestTemplate.createRestTemplate();
|