Authored by 王水玲

分期开通失败结果修改

@@ -67,7 +67,7 @@ const _reviewStatus = (res, req, uid, status) => { @@ -67,7 +67,7 @@ const _reviewStatus = (res, req, uid, status) => {
67 } else if (status === '5') { 67 } else if (status === '5') {
68 return { 68 return {
69 error: true, 69 error: true,
70 - failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥' 70 + failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥'
71 }; 71 };
72 } 72 }
73 }; 73 };