Authored by 毕凯

分期错误处理

... ... @@ -319,7 +319,7 @@ const getRepayRecord = (req, res, next) => {
recordData: result
});
} else {
res.json();
res.send('');
}
}).catch((err) => {
_serverCrash(res, {
... ...