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