@ningboyz/apis 1.5.90 → 1.5.91
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/main.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.91",
|
|
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.5.
|
|
20
|
+
"@ningboyz/types": "1.5.91",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/bill/main.ts
CHANGED
|
@@ -95,7 +95,7 @@ class MainRequest {
|
|
|
95
95
|
* @returns
|
|
96
96
|
*/
|
|
97
97
|
selectd4(querys: IBillMainSelectd4Querys, params: object) {
|
|
98
|
-
return this.httpRequest.post<TBill.IBillMainResponse[]>("/gapi/bill/tmain/
|
|
98
|
+
return this.httpRequest.post<TBill.IBillMainResponse[]>("/gapi/bill/tmain/selectd4", querys, params);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ class MainRequest {
|
|
|
105
105
|
* @returns
|
|
106
106
|
*/
|
|
107
107
|
selectd5(querys: IBillMainSelectd5Querys, params: object) {
|
|
108
|
-
return this.httpRequest.post<TBill.IBillMainResponse[]>("/gapi/bill/tmain/
|
|
108
|
+
return this.httpRequest.post<TBill.IBillMainResponse[]>("/gapi/bill/tmain/selectd5", querys, params);
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
/**
|