Authored by ccbikai

去除默认错误处理

... ... @@ -59,6 +59,6 @@ exports.serverError = () => {
isErr: true
});
}
next(err);
next();
};
};
... ...