@freelog/tools-lib 0.1.161 → 0.1.162

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.
@@ -1951,11 +1951,13 @@ function getAttrsInfoByKey(_ref24) {
1951
1951
  });
1952
1952
  }
1953
1953
  function generateResourceNames(_ref25) {
1954
- var data = _ref25.data;
1954
+ var resourceNames = _ref25.resourceNames;
1955
1955
  return FUtil.Request({
1956
1956
  method: 'POST',
1957
1957
  url: "/v2/resources/generateResourceNames",
1958
- data: data
1958
+ data: {
1959
+ resourceNames: resourceNames
1960
+ }
1959
1961
  });
1960
1962
  }
1961
1963