|
|
@@ -186,9 +186,9 @@ class Lepao {
|
|
|
point_data = data.point_data
|
|
|
this.logger.info(`${account}上传OSS记录成功!oss_path:${oss_path}`)
|
|
|
} catch (error) {
|
|
|
- this.setStatusFail(account)
|
|
|
+ // this.setStatusFail(account)
|
|
|
this.logger.error(`${account}上传OSS记录失败,请检查登录是否过期。${error.stack || error.message}`)
|
|
|
- throw new Error('请检查登录是否过期')
|
|
|
+ throw new Error('系统繁忙,请稍后再试')
|
|
|
}
|
|
|
|
|
|
// 扣除乐跑次数
|