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.
- package/HttpFilter.js +1 -0
- 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)
|