@gt6/sdk 1.0.37 → 1.0.38

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.
@@ -3180,8 +3180,8 @@ class GT6SDK {
3180
3180
  /**
3181
3181
  * 8.1.2. 便捷方法:获取父平台产品分类列表
3182
3182
  */
3183
- async getProductsCategories_all(rootCategoryId) {
3184
- return this.products.getProductsCategories_all(rootCategoryId);
3183
+ async getProductsCategories_all(productRootCategoryId) {
3184
+ return this.products.getProductsCategories_all(productRootCategoryId);
3185
3185
  }
3186
3186
  /**
3187
3187
  * 8.1.3. 便捷方法:根据大分类ID获取平台产品列表