REVIEW 商品品牌

This commit is contained in:
YunaiV
2023-04-08 22:49:51 +08:00
parent 5f10efbf39
commit 1e0f613449
4 changed files with 16 additions and 5 deletions

View File

@ -51,6 +51,6 @@ export const getBrand = (id: number) => {
}
// 获得商品品牌列表
export const getBrandList = (params: any) => {
export const getBrandParam = (params: PageParam) => {
return request.get({ url: '/product/brand/page', params })
}