fix:解决商品上一版遗留的各种小bug关键部分已添加fix注释。完成的TODO也已添加fix标记

(cherry picked from commit 0c42b76a52)
This commit is contained in:
puhui999
2023-05-19 17:04:13 +08:00
committed by shizhong
parent f26c72ced9
commit 4410bdd93c
7 changed files with 205 additions and 75 deletions

View File

@ -54,3 +54,8 @@ export const getBrand = (id: number) => {
export const getBrandParam = (params: PageParam) => {
return request.get({ url: '/product/brand/page', params })
}
// 获得商品品牌精简信息列表
export const getSimpleBrandList = () => {
return request.get({ url: '/product/brand/list-all-simple' })
}