feat:货品接口带分页
This commit is contained in:
@@ -136,4 +136,12 @@ export function getGoodsTags(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// 搜索商品(分页)
|
||||
export function getSearchGoodsList(params) {
|
||||
return request({
|
||||
url: "/goods/searchPageList",
|
||||
method: "get",
|
||||
data: params,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user