@ningboyz/apis 1.2.59 → 1.2.60

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.59",
3
+ "version": "1.2.60",
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.59",
20
+ "@ningboyz/types": "1.2.60",
21
21
  "axios": "1.8.4"
22
22
  },
23
23
  "devDependencies": {}
@@ -52,6 +52,15 @@ class MainRequest {
52
52
  deletedb(params: object) {
53
53
  return this.httpRequest.post<THzcb.IHzcbMainResponse[]>("/gapi/hzcb/tmain/deletedb", undefined, params);
54
54
  }
55
+
56
+ /**
57
+ * 更新投资项目附件
58
+ * @param params
59
+ * @returns
60
+ */
61
+ set4path(params: object) {
62
+ return this.httpRequest.post<THzcb.IHzcbMainResponse[]>("/gapi/hzcb/tmain/set4path", undefined, params);
63
+ }
55
64
  }
56
65
 
57
66
  export default MainRequest;
@@ -91,6 +91,15 @@ class YzhtRequest {
91
91
  chkexis2(params: object) {
92
92
  return this.httpRequest.post<TYzht.IYzhtMainResponse[]>("/gapi/yzht/tmain/chkexis2", undefined, params);
93
93
  }
94
+
95
+ /**
96
+ * 更新合同附件
97
+ * @param params
98
+ * @returns
99
+ */
100
+ set5path(params: object) {
101
+ return this.httpRequest.post<TYzht.IYzhtMainResponse[]>("/gapi/yzht/tmain/set5path", undefined, params);
102
+ }
94
103
  }
95
104
 
96
105
  export default YzhtRequest;