q-koa 10.8.7 → 10.9.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.
@@ -447,7 +447,7 @@ exports.pc_pay = async ({
447
447
  pay_config = 'weixin_pay',
448
448
  out_trade_no: _out_trade_no,
449
449
  is_admin = false,
450
- type = 'PC-WEIXIN',
450
+ type = 'SCAN-WEIXIN',
451
451
  prefix = '',
452
452
  }) => {
453
453
  if (!ctx) throw new Error('?ctx')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "10.8.7",
3
+ "version": "10.9.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {