refactor: 接口路径变更和删除依赖包
Former-commit-id: 528a17fec4091a54ae63c7cc612c7671d0ed56ae
This commit is contained in:
@@ -16,7 +16,7 @@ export function listBrandPages(
|
||||
queryParams: BrandQueryParam
|
||||
): AxiosPromise<BrandPageResult> {
|
||||
return request({
|
||||
url: '/mall-pms/api/v1/brands/page',
|
||||
url: '/mall-pms/api/v1/brands/pages',
|
||||
method: 'get',
|
||||
params: queryParams,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user