@ningboyz/apis 1.0.17 → 1.0.18

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/index.ts +1 -7
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -17,8 +17,6 @@ import GztbRequest from "./packages/gztb/index";
17
17
  import AntvRequest from "./packages/antv/index";
18
18
  import NotiRequest from "./packages/noti/index";
19
19
  import { IAxiosConfig } from "./packages/axios";
20
- import { TWtuiCtrlInsertdbQuerys } from "./packages/wtui/type";
21
-
22
20
  class Request {
23
21
  public static core: CoreRequest;
24
22
  public static flow: FLowRequest;
@@ -61,8 +59,4 @@ class Request {
61
59
  }
62
60
  }
63
61
 
64
- export default Request;
65
-
66
- const querys = new TWtuiCtrlInsertdbQuerys();
67
- querys.wtuimain = 1001
68
- Request.wtui.ctrl.insertdb(querys, {})
62
+ export default Request;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/apis",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "private": false,
5
5
  "description": "宁波甬政请求库",
6
6
  "author": "",