@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.
- package/index.ts +1 -7
- 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;
|