abler-api 0.1.52 → 0.1.53

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.
@@ -1273,7 +1273,7 @@ class apiUtil$2 {
1273
1273
 
1274
1274
  static $signatureVerified(req, res, next) {
1275
1275
  req.signatureVerified = true;
1276
- return true;
1276
+ return next();
1277
1277
  }
1278
1278
  /**
1279
1279
  * 标识此请求是从前端发过来的,比如移动端、PC浏览器等,区别于SPO一般的服务端后台请求。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abler-api",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "API服务相关工具",
5
5
  "main": "./dist/cjs/pp-util.js",
6
6
  "-module": "./dist/es/pp-util.js",