lgy 14 jam lalu
induk
melakukan
218e604080

+ 4 - 4
server/application/api/controller/exam/ExamController.php

@@ -18,15 +18,15 @@ class ExamController extends ZskkDefaultController
      */
     public function examList(ExamService $service)
     {
-        try{
+//        try{
             $params = $this->getParams();
             ExamValidate::check($params);
             $token = $this->getToken();
             $data     = $service->getExamLIst($params,$token);
             return $this->success($data);
-        } catch (Exception $exception){
-            $this->throwError('系统异常',0001);
-        }
+//        } catch (Exception $exception){
+//            $this->throwError('系统异常',0001);
+//        }
     }
 
     public function changeInsLogin(ExamService $service)