@ningboyz/apis 1.3.126 → 1.3.127
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/noti/main.ts +1 -1
- package/pnpm-lock.yaml +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.127",
|
|
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.3.
|
|
20
|
+
"@ningboyz/types": "1.3.127",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/noti/main.ts
CHANGED
|
@@ -68,7 +68,7 @@ class ParaRequest {
|
|
|
68
68
|
* @returns
|
|
69
69
|
*/
|
|
70
70
|
get4noti(querys: INotiMainGet4NotiQuerys) {
|
|
71
|
-
return this.httpRequest.post<TNoti.INotiMainResponse[]>("/noti/
|
|
71
|
+
return this.httpRequest.post<TNoti.INotiMainResponse[]>("/noti/tmain/get4noti", querys);
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
|
package/pnpm-lock.yaml
CHANGED
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@ningboyz/types':
|
|
12
|
-
specifier: 1.3.
|
|
13
|
-
version: 1.3.
|
|
12
|
+
specifier: 1.3.126
|
|
13
|
+
version: 1.3.126
|
|
14
14
|
axios:
|
|
15
15
|
specifier: 1.8.4
|
|
16
16
|
version: 1.8.4
|
|
@@ -27,8 +27,8 @@ packages:
|
|
|
27
27
|
'@aximario/json-tree@2.2.4':
|
|
28
28
|
resolution: {integrity: sha512-XGMJ+zuVQ0CRizo1d3ZTUKEvrTqKYbm2a00T6DnRFR36mzV6mexLUKRIk6repj3JKgLrj3iwW8aUFrOS4P7CEA==}
|
|
29
29
|
|
|
30
|
-
'@ningboyz/types@1.3.
|
|
31
|
-
resolution: {integrity: sha512-
|
|
30
|
+
'@ningboyz/types@1.3.126':
|
|
31
|
+
resolution: {integrity: sha512-6h/0e/+UWkHIaNjBT41JDy82hhjtdRNfk1u/QcZV34qaC8VXuRjOZLogdsjLXZJYDxWbvaZCkeoszQO79SRWiQ==}
|
|
32
32
|
|
|
33
33
|
'@types/lodash@4.17.20':
|
|
34
34
|
resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==}
|
|
@@ -133,7 +133,7 @@ snapshots:
|
|
|
133
133
|
|
|
134
134
|
'@aximario/json-tree@2.2.4': {}
|
|
135
135
|
|
|
136
|
-
'@ningboyz/types@1.3.
|
|
136
|
+
'@ningboyz/types@1.3.126':
|
|
137
137
|
dependencies:
|
|
138
138
|
'@aximario/json-tree': 2.2.4
|
|
139
139
|
lodash: 4.17.21
|