|
@@ -89,7 +89,7 @@ export default {
|
|
|
|
|
|
//逐级获取商户绑定的商品分类,如果有下级,children返回空数组,否则返回null
|
|
|
* getVendorGoodsCategoryById({ payload, callback }, { call }) {
|
|
|
- const response = yield call(sldCommonService, payload, 'get', `v3/goods/seller/goodsCategory/listByPId`);
|
|
|
+ const response = yield call(sldCommonService, payload, 'get', `v3/goods/seller/goodsCategory/getStoreCateList`);
|
|
|
if (callback) callback(response);
|
|
|
},
|
|
|
},
|