@cpzxrobot/sdk 1.1.67 → 1.1.68

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.
@@ -107,6 +107,13 @@ class UnitGateway extends Object {
107
107
  return axios.get(`/api/v2/batch/unit/${unitNo}`);
108
108
  });
109
109
  },
110
+ list: (unitIds) => {
111
+ return this.context.ready.then((axios) => {
112
+ return axios.post(`/api/v2/batch/unit/getUnitBatchs`, {
113
+ unitIds
114
+ });
115
+ });
116
+ },
110
117
  };
111
118
  }
112
119
  v2() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.1.67",
3
+ "version": "1.1.68",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {