Quellcode durchsuchen

维修工单打印请求头

Zimo vor 5 Stunden
Ursprung
Commit
895835b95b

+ 3 - 1
yudao-module-pms/yudao-module-pms-biz/src/main/java/cn/iocoder/yudao/module/pms/oa/OaFlow.java

@@ -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();