@cpzxrobot/sdk 1.1.74 → 1.1.75

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.
@@ -150,6 +150,7 @@ class ProjectGateway extends Object {
150
150
  return axios.getAndSave(`/api/v2/coremde-sale/project/inquiry/export`, {
151
151
  params: {
152
152
  id,
153
+ fileName
153
154
  }
154
155
  }, fileName);
155
156
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.1.74",
3
+ "version": "1.1.75",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -191,6 +191,7 @@ export class ProjectGateway extends Object {
191
191
  return axios.getAndSave(`/api/v2/coremde-sale/project/inquiry/export`, {
192
192
  params: {
193
193
  id,
194
+ fileName
194
195
  }
195
196
  },fileName);
196
197
  });