getError()); elseif ($e instanceof Exception) return json_show(CommonModel::$error_default, $e->getMessage()); else return json_show(CommonModel::$error_other, $e->getMessage());//return parent::render($request, $e);// 其他错误交给系统处理 } }