|
@@ -56,9 +56,10 @@ public class ViewController extends Controller {
|
|
|
public void getExam() {
|
|
|
try {
|
|
|
String IV = "0000000000000000";
|
|
|
+ String aesEncryptStr = this.getPara("data");
|
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
|
String aesEncryptStr3 = dService.getExamList(this.getPara("data"));
|
|
|
- this.renderText(aesEncryptStr3);
|
|
|
+ this.renderText(aesEncryptStr);
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|
|
|
this.renderText(e.toString());
|