Commit f5f5d732 authored by guang.wu's avatar guang.wu

fix: 恢复原先品牌接口

parent 06823880
...@@ -32,9 +32,13 @@ export const merchantCategoryGetAll = () => ...@@ -32,9 +32,13 @@ export const merchantCategoryGetAll = () =>
// 获取商品品牌 // 获取商品品牌
export const merchantBrandList = () => export const merchantBrandList = () =>
request.post('/api/merchants/brands/getAll', { request.post('/product/brand/api/merchant/list', {
prefix: goodsApi, prefix: goodsApi,
}); });
// export const merchantBrandList = () =>
// request.post('/api/merchants/brands/getAll', {
// prefix: goodsApi,
// });
// 获取规格列表 // 获取规格列表
export const merchantSpecList = () => export const merchantSpecList = () =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment