| | |
| | | } |
| | | FormHttpRequestInfoVO requestInfoVO = new FormHttpRequestInfoVO(); |
| | | Map<String, String> apiParams = new HashMap<>(); |
| | | if (((List) row.getParams().get("apiParams")).size() > 0) { |
| | | List<KeyValue> apiParamsList = (List<KeyValue>) row.getParams().get("apiParams"); |
| | | for (KeyValue kv : apiParamsList) { |
| | | apiParams.put(kv.getKey(), kv.getValue()); |
| | | if(row.getParams().get("apiParams")!=null) { |
| | | if (((List) row.getParams().get("apiParams")).size() > 0) { |
| | | List<KeyValue> apiParamsList = (List<KeyValue>) row.getParams().get("apiParams"); |
| | | for (KeyValue kv : apiParamsList) { |
| | | apiParams.put(kv.getKey(), kv.getValue()); |
| | | } |
| | | } |
| | | } |
| | | requestInfoVO.setParams(apiParams); |