feat:货品接口带分页

This commit is contained in:
2026-09-02 18:47:30 +08:00
parent 469451232a
commit b1d3ec9b2f
5 changed files with 27 additions and 23 deletions
+8
View File
@@ -136,4 +136,12 @@ export function getGoodsTags(params) {
});
}
// 搜索商品(分页)
export function getSearchGoodsList(params) {
return request({
url: "/goods/searchPageList",
method: "get",
data: params,
});
}