@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/apis",
3
- "version": "1.2.147",
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.147",
20
+ "@ningboyz/types": "1.2.148",
21
21
  "axios": "1.8.4"
22
22
  },
23
23
  "devDependencies": {}
@@ -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);
@@ -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
+ }
@@ -57,4 +57,3 @@ class CardRequest {
57
57
 
58
58
  export default CardRequest;
59
59
  export * from "./types";
60
-
@@ -844,7 +844,6 @@ export interface ICardHyhbSelectd2Querys {}
844
844
 
845
845
  export class TCardHyhbSelectd2Querys implements ICardHyhbSelectd2Querys {}
846
846
 
847
-
848
847
  /** ========== fwcz ==========*/
849
848
  export interface ICardFwczSelectdbQuerys {
850
849
  sourcend: number;
@@ -63,7 +63,7 @@ class ZcbdRequest {
63
63
  deleteCard(params: object) {
64
64
  return this.httpRequest.post<TCard.IZcbdResponse[]>("/gapi/card/tzcbd/tbill/deletedb", undefined, params);
65
65
  }
66
-
66
+
67
67
  /**
68
68
  * 获取变动待办
69
69
  * @returns
@@ -45,7 +45,7 @@ class SkdwRequest {
45
45
  return this.httpRequest.post<TCore.IUserAcnoResponse[]>("/core/tskdw/deletedb", querys, params);
46
46
  }
47
47
 
48
- /**
48
+ /**
49
49
  * 银行账号详情
50
50
  * @param params
51
51
  * @returns
@@ -1,6 +1,15 @@
1
1
  import { TYzht } from "@ningboyz/types";
2
2
  import type { HttpRequest } from "../axios";
3
- import { IYzhtBillGet4BillQuerys, IYzhtMainCanceledQuerys, IYzhtMainChkexis3Querys, IYzhtMainDeletedbQuerys, IYzhtMainDetaildbQuerys, IYzhtMainExecutedQuerys, IYzhtMainSelectd9Querys, IYzhtMainSelectdbQuerys } from "./types";
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;
@@ -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 {}