@freelog/tools-lib 0.1.177 → 0.1.178

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": "@freelog/tools-lib",
3
- "version": "0.1.177",
3
+ "version": "0.1.178",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -535,7 +535,7 @@ export function setItemsAutoCollectRule({
535
535
  }: SetItemsAutoCollectRuleParamsType) {
536
536
  return FUtil.Request({
537
537
  method: 'POST',
538
- url: `/v2/presentables/catalogues/${presentableId}/items`,
538
+ url: `/v2/presentables/catalogues/${presentableId}/items/collectRules`,
539
539
  data: params,
540
540
  });
541
541
  }