zhaothird

This commit is contained in:
redamancy-qian
2022-04-16 00:48:53 +08:00
parent 4bc2b41a38
commit f052bda831
42 changed files with 369 additions and 73 deletions

View File

@@ -16,6 +16,14 @@ export function listShortCategory() {
method: 'get',
})
}
// 查询产品简短分类列表
export function listShortCategory1(query) {
return request({
url: '/iot/category/shortlist',
method: 'get',
params: query
})
}
// 查询产品分类详细
export function getCategory(categoryId) {