q-koa 8.1.7 → 8.1.8

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.
@@ -991,8 +991,8 @@ exports.qr_code = async (ctx) => {
991
991
  page,
992
992
  is_hyaline,
993
993
  scene,
994
- is_oss = false,
995
- config = 'weixin_mp',
994
+ is_oss,
995
+ config,
996
996
  })
997
997
 
998
998
  return ctx.SUCCESS(result)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "8.1.7",
3
+ "version": "8.1.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {