Authored by weiqingting

提交

... ... @@ -116,6 +116,7 @@ module.exports = function (apiCofig) {
var err = new Error('Not Found');
err.status = 404;
console.error(err.message);
console.log("wo caocao");
next(err);
});
/*後置中间间*/
... ...