明树Git Lab

Commit 08d43b1a authored by zfp1's avatar zfp1

update

parent 65dd2bca
...@@ -39,7 +39,7 @@ async function listTraceCode(req, res, next) { ...@@ -39,7 +39,7 @@ async function listTraceCode(req, res, next) {
} }
ret.push(element); ret.push(element);
} }
res.sendData({ count, ret }); res.sendData({ count, list: ret });
} catch (error) { } catch (error) {
next(error); next(error);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment