Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | }; |
-
Please register or login to post a comment