Authored by 王水玲

分期3

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