q-koa 12.6.4 → 12.6.6
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.
|
@@ -1242,6 +1242,7 @@ exports.qr_code = async (ctx) => {
|
|
|
1242
1242
|
scene,
|
|
1243
1243
|
is_oss = false,
|
|
1244
1244
|
config = 'weixin_mp',
|
|
1245
|
+
width,
|
|
1245
1246
|
} = ctx.request.body
|
|
1246
1247
|
|
|
1247
1248
|
if (!app.service.weixin) throw new Error(`weixin可能没有service.js`)
|
|
@@ -1252,6 +1253,7 @@ exports.qr_code = async (ctx) => {
|
|
|
1252
1253
|
scene,
|
|
1253
1254
|
is_oss,
|
|
1254
1255
|
config,
|
|
1256
|
+
width,
|
|
1255
1257
|
})
|
|
1256
1258
|
|
|
1257
1259
|
return ctx.SUCCESS(result)
|