chorm: 构建

This commit is contained in:
橙子
2024-11-15 22:08:48 +08:00
parent 1a7f1c3d15
commit e72c0d4480

View File

@@ -3,10 +3,11 @@
/**
* 获取商城列表
*/
export function getShopList() {
export function getShopList(data) {
return request({
url: `/bbs-shop`,
method: "get",
params: data
});
}