q-koa 12.4.8 → 12.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,15 @@ exports.push = async ({ app, appName = '通知', url, message }) => {
|
|
|
12
12
|
|
|
13
13
|
const log_push_excludes = lodash.get(app, 'appConfig.log.excludes', {
|
|
14
14
|
url: [],
|
|
15
|
-
message: [
|
|
15
|
+
message: [
|
|
16
|
+
'账号密码错误',
|
|
17
|
+
'read ETIMEDOUT',
|
|
18
|
+
'Parse Error',
|
|
19
|
+
'request aborted',
|
|
20
|
+
'没有权限或登录失效,请重新登录',
|
|
21
|
+
'request aborted',
|
|
22
|
+
'Parse Error',
|
|
23
|
+
],
|
|
16
24
|
})
|
|
17
25
|
if (
|
|
18
26
|
url &&
|