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

fix: 修改获取品牌接口

parent 33e21ca7
......@@ -32,7 +32,7 @@ export const merchantCategoryGetAll = () =>
// 获取商品品牌
export const merchantBrandList = () =>
request.post('/product/brand/api/merchant/list', {
request.post('/api/merchants/brands/getAll', {
prefix: goodsApi,
});
......
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