q-koa 11.9.4 → 11.9.5

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.
@@ -73,7 +73,6 @@ module.exports = class Singleton {
73
73
  throw new Error(res.error_description)
74
74
  }
75
75
  } catch (e) {
76
- throw new Error(`请重试,${e.message}`)
77
76
  await app.model.setting.update(
78
77
  {
79
78
  value: '',
@@ -85,6 +84,7 @@ module.exports = class Singleton {
85
84
  },
86
85
  }
87
86
  )
87
+ throw new Error(`请重试,${e.message}`)
88
88
  // return await this.print({ order_id, content })
89
89
  }
90
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "11.9.4",
3
+ "version": "11.9.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {