abler-api 0.1.37 → 0.1.38

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.
@@ -698,7 +698,7 @@ class apiUtil$2 {
698
698
  return req.apiCallRec;
699
699
  });
700
700
  } else {
701
- let params = this.extractParams(req); // let contentLength = parseInt(req.headers["content-length"]) || 0;
701
+ let params = apiUtil$2.extractParams(req); // let contentLength = parseInt(req.headers["content-length"]) || 0;
702
702
 
703
703
  let rec = {
704
704
  id: ppUtil$4.newGuid(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abler-api",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "API服务相关工具",
5
5
  "main": "./dist/cjs/pp-util.js",
6
6
  "-module": "./dist/es/pp-util.js",