@ningboyz/apis 1.2.189 → 1.2.191

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.189",
3
+ "version": "1.2.191",
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.189",
20
+ "@ningboyz/types": "1.2.191",
21
21
  "axios": "1.8.4"
22
22
  },
23
23
  "devDependencies": {}
@@ -150,7 +150,7 @@ class YzhtRequest {
150
150
  * @returns
151
151
  */
152
152
  chkexis3(querys: IYzhtMainChkexis3Querys, params: object) {
153
- return this.httpRequest.post<TYzht.IYzhtMainResponse[]>("/gapi/yzht/tmain/withsccz/chkexis3", querys, params);
153
+ return this.httpRequest.post<TCustom.IValidReponse[]>("/gapi/yzht/tmain/withsccz/chkexis3", querys, params);
154
154
  }
155
155
 
156
156
  /**
@@ -190,7 +190,7 @@ class YzhtRequest {
190
190
  * @returns
191
191
  */
192
192
  cancele2(querys: IYzhtMainCancele2Querys, params: object) {
193
- return this.httpRequest.post<TYzht.IYzhtMainResponse[]>("/gapi/yzht/tmain/withsccz/cancele2", querys, params);
193
+ return this.httpRequest.post<TCustom.IValidReponse[]>("/gapi/yzht/tmain/withsccz/cancele2", querys, params);
194
194
  }
195
195
  }
196
196