@ningboyz/apis 1.0.93 → 1.0.95

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/apis",
3
- "version": "1.0.93",
3
+ "version": "1.0.95",
4
4
  "private": false,
5
5
  "description": "宁波甬政请求库",
6
6
  "author": "nbyt-syq",
@@ -50,11 +50,11 @@ class MainRequest {
50
50
  }
51
51
  /**
52
52
  * 排序流程列表
53
- * @param querys
53
+ * @param params
54
54
  * @returns
55
55
  */
56
- queuesdb(querys: IFlowMainQueuesdbQuerys) {
57
- return this.httpRequest.post<TFlow.IFlowMainResponse[]>("/flow/tmain/queuesdb", querys, undefined);
56
+ queuesdb(params: object) {
57
+ return this.httpRequest.post<TFlow.IFlowMainResponse[]>("/flow/tmain/queuesdb", undefined, params);
58
58
  }
59
59
  }
60
60
 
@@ -129,12 +129,10 @@ export class TFlowNodeQueuesdbQuerys implements IFlowNodeQueuesdbQuerys {
129
129
  }
130
130
  export interface IFlowNodeCopythisQuerys {
131
131
  flowmain: number;
132
- targetto: number;
133
132
  }
134
133
 
135
134
  export class TFlowNodeCopythisQuerys implements IFlowNodeCopythisQuerys {
136
135
  flowmain: number = -1;
137
- targetto: number = -1;
138
136
  }
139
137
  export interface IFlowNodeInsertdbQuerys {
140
138
  flowmain: number;