|
@@ -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) {
|