Merge branch 'release/4.9.1.0'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -354,7 +354,7 @@ exports.verifystudent = (req, res, next) => { | @@ -354,7 +354,7 @@ exports.verifystudent = (req, res, next) => { | ||
354 | } | 354 | } |
355 | } else { | 355 | } else { |
356 | if (datas[2].code === 500) { | 356 | if (datas[2].code === 500) { |
357 | - prompt = '请重新认证!'; | 357 | + prompt = '芝麻信用认证失败,稍后重试!'; |
358 | } else { | 358 | } else { |
359 | prompt = datas[2].message; | 359 | prompt = datas[2].message; |
360 | } | 360 | } |
-
Please register or login to post a comment