q-koa 8.1.8 → 8.1.9

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.
@@ -34,7 +34,7 @@ exports.refund = async ({
34
34
  })
35
35
  const orderModel = prefix ? `${prefix}_order` : 'order'
36
36
  const out_trade_no = prefix
37
- ? `${appName}_${prefix}_${id}_MP-WEIXIN`
37
+ ? `${appName}_${prefix}-${id}_MP-WEIXIN`
38
38
  : `${appName}_${id}_MP-WEIXIN`
39
39
  const orderDetail = await app.model[orderModel].findOne({
40
40
  where: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "8.1.8",
3
+ "version": "8.1.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {