Showing
1 changed file
with
1 additions
and
1 deletions
@@ -68,7 +68,7 @@ const _reviewStatus = (res, req, uid, status) => { | @@ -68,7 +68,7 @@ const _reviewStatus = (res, req, uid, status) => { | ||
68 | return { | 68 | return { |
69 | error: true, | 69 | error: true, |
70 | failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥' | 70 | failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥' |
71 | - } | 71 | + }; |
72 | } | 72 | } |
73 | }; | 73 | }; |
74 | 74 |
-
Please register or login to post a comment