| 
					
				 | 
			
			
				@@ -30,6 +30,8 @@ public class FindTask { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static String Address1 = "ws://127.0.0.1:9990/pythonInteractive/websocket/pythonClient"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static final String[] status = {"success", "success", "fail", "success", "success", "stop", "success"}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public static final String[] ERR_MSG = {"失败原因1", "失败原因2", "失败原因3", "失败原因4", "失败原因5", "失败原因6", "失败原因7"}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //机构已反馈 机构暂未反馈 机构反馈失败,失败原因xxx   国反异常,获取结果失败 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static final String[] SPLIT_RESULT = 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {"机构已反馈", "机构暂未反馈", "机构反馈失败,失败原因1", "机构已反馈", 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -226,6 +228,8 @@ public class FindTask { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 split.add(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             req.put("bankSplits", split); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            req.put("errorMsg", status[RandomUtil.randomInt(0, 6)]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         result.put("reqJson", req); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return JSONUtil.toJsonStr(result); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -257,6 +261,8 @@ public class FindTask { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 split.add(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             req.put("thirdFundsSplits", split); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            req.put("errorMsg", status[RandomUtil.randomInt(0, 6)]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         result.put("reqJson", req); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return JSONUtil.toJsonStr(result); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -287,6 +293,8 @@ public class FindTask { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 split.add(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             req.put("serialNumberSplits", split); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            req.put("errorMsg", status[RandomUtil.randomInt(0, 6)]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         result.put("reqJson", req); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return JSONUtil.toJsonStr(result); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -319,6 +327,8 @@ public class FindTask { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 split.add(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             req.put("allAccountSplits", split); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            req.put("errorMsg", status[RandomUtil.randomInt(0, 6)]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         result.put("reqJson", req); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return JSONUtil.toJsonStr(result); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -351,6 +361,8 @@ public class FindTask { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 split.add(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             req.put("bankAllAccountSplits", split); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            req.put("errorMsg", status[RandomUtil.randomInt(0, 6)]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         result.put("reqJson", req); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return JSONUtil.toJsonStr(result); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -385,6 +397,8 @@ public class FindTask { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 split.add(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             req.put("thirdSubjectSplits", split); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            req.put("errorMsg", status[RandomUtil.randomInt(0, 6)]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         result.put("reqJson", req); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return JSONUtil.toJsonStr(result); 
			 |