|
@@ -58,8 +58,7 @@ public class ViewController extends Controller {
|
|
|
String aesEncryptStr3 = dService.getExamList(aesEncryptStr2);
|
|
|
String aesDecodeSt4 = AESUtils.aesDecodeStr(aesEncryptStr3, "1735b0f1799eb3d40ad6fda6692e23e1" ,IV);
|
|
|
String aesDecodeSt5 = AESUtils.aesEncryptStr(aesDecodeSt4, PropKit.get("nw_key"),IV);
|
|
|
-
|
|
|
- this.renderText(aesDecodeSt5);
|
|
|
+ this.renderText(aesDecodeStr);
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|