xzwebx-httpfilter 2.2.4 → 2.2.5

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.
Files changed (2) hide show
  1. package/HttpFilter.js +1 -0
  2. package/package.json +1 -1
package/HttpFilter.js CHANGED
@@ -103,6 +103,7 @@ async function response(req, res, next) {
103
103
  }
104
104
  function MSG(params) {
105
105
  if (IsCheckedRes &&
106
+ this.interfaceInfo &&
106
107
  this.interfaceInfo.rspMsgId &&
107
108
  params.codeKey == 'SUCC') {
108
109
  let retMsgData = cycleCheckParams(FieldMap[this.interfaceInfo.rspMsgId], params.data)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xzwebx-httpfilter",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "main": "HttpFilter.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"