@ningboyz/apis 1.2.69 → 1.2.71

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.2.69",
3
+ "version": "1.2.71",
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.69",
20
+ "@ningboyz/types": "1.2.71",
21
21
  "axios": "1.8.4"
22
22
  },
23
23
  "devDependencies": {}
@@ -15,7 +15,7 @@ class HyhbRequest {
15
15
  * @returns
16
16
  */
17
17
  selectdb(querys: ICardHyhbSelectdbQuerys) {
18
- return this.httpRequest.post<TCard.IHyhbResponse[]>("/gapi/card/thyhb/selectdb", querys, undefined);
18
+ return this.httpRequest.post<TCard.ICardHyhbResponse[]>("/gapi/card/thyhb/selectdb", querys, undefined);
19
19
  }
20
20
 
21
21
  /**
@@ -24,7 +24,7 @@ class HyhbRequest {
24
24
  * @returns
25
25
  */
26
26
  detaildb(querys: ICardHyhbDetaildbQuerys) {
27
- return this.httpRequest.post<TCard.IHyhbResponse[]>("/gapi/card/thyhb/detaildb", querys, undefined);
27
+ return this.httpRequest.post<TCard.ICardHyhbResponse[]>("/gapi/card/thyhb/detaildb", querys, undefined);
28
28
  }
29
29
 
30
30
  /**
@@ -34,7 +34,7 @@ class HyhbRequest {
34
34
  * @returns
35
35
  */
36
36
  insertdb(querys: IEmptyQuerys, params: object) {
37
- return this.httpRequest.post<TCard.IHyhbResponse[]>(`/gapi/card/thyhb/insertdb`, querys, params);
37
+ return this.httpRequest.post<TCard.ICardHyhbResponse[]>(`/gapi/card/thyhb/insertdb`, querys, params);
38
38
  }
39
39
 
40
40
  /**
@@ -44,7 +44,7 @@ class HyhbRequest {
44
44
  * @returns
45
45
  */
46
46
  updatedb(querys: IEmptyQuerys, params: object) {
47
- return this.httpRequest.post<TCard.IHyhbResponse[]>("/gapi/card/thyhb/updatedb", querys, params);
47
+ return this.httpRequest.post<TCard.ICardHyhbResponse[]>("/gapi/card/thyhb/updatedb", querys, params);
48
48
  }
49
49
 
50
50
  /**
@@ -53,7 +53,7 @@ class HyhbRequest {
53
53
  * @returns
54
54
  */
55
55
  deletedb(params: object) {
56
- return this.httpRequest.post<TCard.IHyhbResponse[]>("/gapi/card/thyhb/deletedb", undefined, params);
56
+ return this.httpRequest.post<TCard.ICardHyhbResponse[]>("/gapi/card/thyhb/deletedb", undefined, params);
57
57
  }
58
58
  }
59
59
 
@@ -95,7 +95,8 @@ export class TCardMainSelectd2Querys implements ICardMainSelectd2Querys {
95
95
  viewonly: number = -1;
96
96
  canclose: number = -1;
97
97
  sourcend: number = -1;
98
- normalonly: number = -1;
98
+ // 默认为1
99
+ normalonly: number = 1;
99
100
  useronly: number = -1;
100
101
  cardkjnd: number = -1;
101
102
  cardkjqj: number = -1;