Fix some error.

This commit is contained in:
luming 2023-08-10 17:21:53 +08:00
parent 5159e4cc56
commit 514c658984

View File

@ -55,6 +55,7 @@ app.get('/submit', async (req, res) => {
high: response.data.data.highMile,
total: response.data.data.totalMile
});
return;
}
res.send({
code: 500,