Authored by 王水玲

分期3

... ... @@ -495,7 +495,6 @@ const getCardDetail = (uid, cardIdNo) => {
timeout: API_TIMEOUT
}).then((result) => {
if (result && result.code === 200) {
logger.info(result.data);
return _processCardDetail(result.data);
} else {
logger.error('get getBankCards data return code is not 200');
... ...