q-koa 13.8.40 → 13.8.41

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.
@@ -1670,9 +1670,11 @@ exports.union_notify = async (ctx) => {
1670
1670
  })
1671
1671
  }
1672
1672
  } else if (trxcode !== 'VSP683') {
1673
+ // 非 VSP683(扫码支付/条码/小程序支付类、退款类)且不在 VSP501/VSP503/VSP681/VSP682/VSP684 名单里:
1674
+ // 只记录业务指标,不打印完整报文(避免日志爆且涉及 openid/敏感字段)。
1673
1675
  app.service.log.push({
1674
1676
  app,
1675
- message: JSON.stringify(notifyData),
1677
+ message: `通联回调未处理trxcode=${trxcode} cusorderid=${cusorderid} trxid=${trxid} trxamt=${trxamt} trxstatus=${trxstatus}`,
1676
1678
  })
1677
1679
  }
1678
1680
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "13.8.40",
3
+ "version": "13.8.41",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {