刘韬 2 yıl önce
ebeveyn
işleme
1c35fbd7e4

+ 2 - 5
DataFusion/src/com/zskk/control/ViewController.java

@@ -62,7 +62,7 @@ public class ViewController extends Controller {
     	Map <String,String> mapaes = new HashMap<String,String>();
     	mapaes.put("data",aesEncryptStr);
 		String content = postWithParameters("http://127.0.0.1:8082/df/view/getExam", mapaes);
-//		this.renderText(content);
+//		this.renderText(aesEncryptStr);
 
 //	    JSONObject jsonObject = JSON.parseObject(content);
 //	    if (!jsonObject.getString("msg").equals("success")) {
@@ -78,10 +78,7 @@ public class ViewController extends Controller {
 		}
 		JSONArray jsonArray = JSON.parseArray(aesDecodeStr);		
 //		return jsonArray;
-		this.renderJson(jsonArray);
-
-		
-		
+		this.renderJson(jsonArray);	
 	}
     
 	public void testConn() {