Authored by yyq

fix

... ... @@ -157,7 +157,7 @@ const num = (req, res, next) => {
res.json(result);
}).catch(next);
}
res.json({});
};
... ...