@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.
- package/dist/gt6-sdk.cjs.js +2 -2
- package/dist/gt6-sdk.cjs.js.map +1 -1
- package/dist/gt6-sdk.esm.js +2 -2
- package/dist/gt6-sdk.esm.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/gt6-sdk.esm.js
CHANGED
@@ -3176,8 +3176,8 @@ class GT6SDK {
|
|
3176
3176
|
/**
|
3177
3177
|
* 8.1.2. 便捷方法:获取父平台产品分类列表
|
3178
3178
|
*/
|
3179
|
-
async getProductsCategories_all(
|
3180
|
-
return this.products.getProductsCategories_all(
|
3179
|
+
async getProductsCategories_all(productRootCategoryId) {
|
3180
|
+
return this.products.getProductsCategories_all(productRootCategoryId);
|
3181
3181
|
}
|
3182
3182
|
/**
|
3183
3183
|
* 8.1.3. 便捷方法:根据大分类ID获取平台产品列表
|