|
|
|
@ -106,9 +106,6 @@ public class SdnyClientTask extends AbstractController { |
|
|
|
|
String ztype = es_output.getZTYPE(); |
|
|
|
|
String zmessage = es_output.getZMESSAGE(); |
|
|
|
|
Object zdata = es_output.getZDATA(); |
|
|
|
|
if("300".equals(split[i])){ |
|
|
|
|
throw new RuntimeException("测试异常"); |
|
|
|
|
} |
|
|
|
|
if ("S".equals(ztype)) { |
|
|
|
|
List<Map<String, String>> gsClientList = JsonUtils.getInstance().parseObject(zdata.toString(), List.class); |
|
|
|
|
gsClientList.stream().forEach(f -> { |
|
|
|
|