@ningboyz/apis 1.2.147 → 1.2.148
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 +2 -2
- package/packages/bill/cnfg.ts +3 -3
- package/packages/bill/types.ts +2 -2
- package/packages/card/index.ts +0 -1
- package/packages/card/types.ts +0 -1
- package/packages/card/zcbd.ts +1 -1
- package/packages/core/skdw.ts +1 -1
- package/packages/yzht/main.ts +10 -1
- package/packages/yzht/types.ts +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.148",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "宁波甬政请求库",
|
|
6
6
|
"author": "nbyt-syq",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"registry": "https://registry.npmjs.org/"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@ningboyz/types": "1.2.
|
|
20
|
+
"@ningboyz/types": "1.2.148",
|
|
21
21
|
"axios": "1.8.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {}
|
package/packages/bill/cnfg.ts
CHANGED
|
@@ -60,9 +60,9 @@ class CnfgRequest {
|
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
62
|
* 查询银行票据配置
|
|
63
|
-
* @param querys
|
|
64
|
-
* @param params
|
|
65
|
-
* @returns
|
|
63
|
+
* @param querys
|
|
64
|
+
* @param params
|
|
65
|
+
* @returns
|
|
66
66
|
*/
|
|
67
67
|
selectd2(querys: IBillCnfgSelectd2Querys, params: object) {
|
|
68
68
|
return this.httpRequest.post<TBill.IBillCnfgResponse[]>("/gapi/bill/tcnfg/selectd2", querys, params);
|
package/packages/bill/types.ts
CHANGED
|
@@ -54,7 +54,7 @@ export class TBillCnfgSelectdbQuerys implements IBillCnfgSelectdbQuerys {}
|
|
|
54
54
|
export interface IBillCnfgSelectd2Querys {}
|
|
55
55
|
export class TBillCnfgSelectd2Querys implements IBillCnfgSelectd2Querys {}
|
|
56
56
|
|
|
57
|
-
export interface IBillMainChkexistQuerys
|
|
57
|
+
export interface IBillMainChkexistQuerys {}
|
|
58
58
|
export class TBillMainChkexistQuerys implements IBillMainChkexistQuerys {}
|
|
59
59
|
|
|
60
60
|
export interface IBillMainUpdated2Querys {
|
|
@@ -65,4 +65,4 @@ export interface IBillMainUpdated2Querys {
|
|
|
65
65
|
export class TBillMainUpdated2Querys implements IBillMainUpdated2Querys {
|
|
66
66
|
datahide: number = -1;
|
|
67
67
|
billmain: number = -1;
|
|
68
|
-
}
|
|
68
|
+
}
|
package/packages/card/index.ts
CHANGED
package/packages/card/types.ts
CHANGED
package/packages/card/zcbd.ts
CHANGED
package/packages/core/skdw.ts
CHANGED
package/packages/yzht/main.ts
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import { TYzht } from "@ningboyz/types";
|
|
2
2
|
import type { HttpRequest } from "../axios";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
IYzhtBillGet4BillQuerys,
|
|
5
|
+
IYzhtMainCanceledQuerys,
|
|
6
|
+
IYzhtMainChkexis3Querys,
|
|
7
|
+
IYzhtMainDeletedbQuerys,
|
|
8
|
+
IYzhtMainDetaildbQuerys,
|
|
9
|
+
IYzhtMainExecutedQuerys,
|
|
10
|
+
IYzhtMainSelectd9Querys,
|
|
11
|
+
IYzhtMainSelectdbQuerys
|
|
12
|
+
} from "./types";
|
|
4
13
|
|
|
5
14
|
class YzhtRequest {
|
|
6
15
|
private httpRequest: HttpRequest;
|
package/packages/yzht/types.ts
CHANGED
|
@@ -75,9 +75,9 @@ export class TYzhtGlfdSelectfdQuerys implements IYzhtGlfdSelectfdQuerys {
|
|
|
75
75
|
unitmain: number = -1;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
export interface IYzhtBillUpdated8Querys {
|
|
78
|
+
export interface IYzhtBillUpdated8Querys {}
|
|
79
79
|
|
|
80
|
-
export class TYzhtBillUpdated8Querys implements IYzhtBillUpdated8Querys {
|
|
80
|
+
export class TYzhtBillUpdated8Querys implements IYzhtBillUpdated8Querys {}
|
|
81
81
|
|
|
82
82
|
export interface IYzhtMainSelectd9Querys {
|
|
83
83
|
hzcbmain: number;
|
|
@@ -89,14 +89,14 @@ export class TYzhtMainSelectd9Querys implements IYzhtMainSelectd9Querys {
|
|
|
89
89
|
queuesby: string = "";
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
export interface IYzhtMainExecutedQuerys {
|
|
92
|
+
export interface IYzhtMainExecutedQuerys {}
|
|
93
93
|
|
|
94
|
-
export class TYzhtMainExecutedQuerys implements IYzhtMainExecutedQuerys {
|
|
94
|
+
export class TYzhtMainExecutedQuerys implements IYzhtMainExecutedQuerys {}
|
|
95
95
|
|
|
96
|
-
export interface IYzhtMainChkexis3Querys {
|
|
96
|
+
export interface IYzhtMainChkexis3Querys {}
|
|
97
97
|
|
|
98
|
-
export class TYzhtMainChkexis3Querys implements IYzhtMainChkexis3Querys {
|
|
98
|
+
export class TYzhtMainChkexis3Querys implements IYzhtMainChkexis3Querys {}
|
|
99
99
|
|
|
100
|
-
export interface IYzhtMainCanceledQuerys {
|
|
100
|
+
export interface IYzhtMainCanceledQuerys {}
|
|
101
101
|
|
|
102
|
-
export class TYzhtMainCanceledQuerys implements IYzhtMainCanceledQuerys {
|
|
102
|
+
export class TYzhtMainCanceledQuerys implements IYzhtMainCanceledQuerys {}
|