q-koa 7.7.5 → 7.7.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.
|
@@ -3,7 +3,7 @@ const { lodash, getAppByCtx, getConfig } = require('q-koa')
|
|
|
3
3
|
const path = require('path')
|
|
4
4
|
const axios = require('axios')
|
|
5
5
|
const OAuth = require('wechat-oauth')
|
|
6
|
-
const WXPay = require('weixin-pay')
|
|
6
|
+
const WXPay = require('weixin-pay-fork')
|
|
7
7
|
const WeixinPay = require('../../services/weixinPay')
|
|
8
8
|
const WeixinMp = require('../../services/weixinMP')
|
|
9
9
|
const Weixin = require('../../services/weixin')
|