q-koa 11.5.3 → 11.5.4

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.
@@ -214,7 +214,7 @@ exports.qr_code = async ({
214
214
  scene,
215
215
  is_oss = false,
216
216
  config = 'weixin_mp',
217
- width = 200,
217
+ width = 280,
218
218
  }) => {
219
219
  const appConfig = getConfig(app)
220
220
  const { app_id, app_secrect } = await appConfig.getObject(config)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "11.5.3",
3
+ "version": "11.5.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {