@freelog/tools-lib 0.1.168 → 0.1.169

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.
@@ -1273,8 +1273,7 @@ function objectDetails$1(params) {
1273
1273
  function deleteObjects(params) {
1274
1274
  return FUtil.Request({
1275
1275
  method: 'DELETE',
1276
- url: "/v2/storages/buckets/" + params.bucketName + "/objects/" + params.objectIds,
1277
- data: params
1276
+ url: "/v2/storages/buckets/" + params.bucketName + "/objects/" + params.objectIds
1278
1277
  });
1279
1278
  }
1280
1279
  function bucketIsExist(_ref4) {