Browse Source

🎈 perf: 修改提示词

Pchen. 7 months ago
parent
commit
438551d5c3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apis/User/uniLogin/GetLoginUrl.js

+ 2 - 2
apis/User/uniLogin/GetLoginUrl.js

@@ -27,7 +27,7 @@ class GetLoginUrl extends API {
                 this.logger.error(`获取聚合登录链接失败!${r.data?.msg || 'api接口错误'}`)
                 return res.json({
                     ...BaseStdResponse.ERR,
-                    msg: '获取聚合登录链接失败!'
+                    msg: '请尝试其他登录方式或稍后再试'
                 })
             }
 
@@ -39,7 +39,7 @@ class GetLoginUrl extends API {
             this.logger.error(`获取聚合登录链接失败!${error.message || 'api接口错误'}`)
             return res.json({
                 ...BaseStdResponse.ERR,
-                msg: '获取聚合登录链接失败!'
+                msg: '请尝试其他登录方式或稍后再试!'
             })
         }
     }