Authored by yyq

fix

@@ -157,7 +157,7 @@ const num = (req, res, next) => { @@ -157,7 +157,7 @@ const num = (req, res, next) => {
157 res.json(result); 157 res.json(result);
158 }).catch(next); 158 }).catch(next);
159 } 159 }
160 - 160 +
161 res.json({}); 161 res.json({});
162 }; 162 };
163 163