刘韬 2 лет назад
Родитель
Сommit
abc45daf12
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      DataFusion/src/com/zskk/control/ViewController.java

+ 4 - 4
DataFusion/src/com/zskk/control/ViewController.java

@@ -54,10 +54,10 @@ public class ViewController extends Controller {
 			DataService dService = ServiceFactory.getService(DataService.class);
 			String aesEncryptStr = this.getPara("data");
 	        String aesDecodeStr = AESUtils.aesDecodeStr(aesEncryptStr, PropKit.get("nw_key") ,IV);
-	        String aesEncryptStr2 = AESUtils.aesEncryptStr(aesDecodeStr, "1735b0f1799eb3d40ad6fda6692e23e1",IV);
-	        String aesEncryptStr3 = dService.getExamList(aesEncryptStr2);
-	        String aesDecodeSt4 = AESUtils.aesDecodeStr(aesEncryptStr3, "1735b0f1799eb3d40ad6fda6692e23e1" ,IV);
-	        String aesDecodeSt5 = AESUtils.aesEncryptStr(aesDecodeSt4, PropKit.get("nw_key"),IV);
+//	        String aesEncryptStr2 = AESUtils.aesEncryptStr(aesDecodeStr, "27c78f49ba635c90a4a44af98a76e313",IV);
+//	        String aesEncryptStr3 = dService.getExamList(aesEncryptStr2);
+//	        String aesDecodeSt4 = AESUtils.aesDecodeStr(aesEncryptStr3, "27c78f49ba635c90a4a44af98a76e313" ,IV);
+//	        String aesDecodeSt5 = AESUtils.aesEncryptStr(aesDecodeSt4, PropKit.get("nw_key"),IV);
 			this.renderText(aesDecodeStr);
 
 		} catch (Exception e) {