修改霸王餐页面,增加私域引流,消费返现,满减活动页面

This commit is contained in:
2025-10-15 14:18:39 +08:00
parent 2da4b7e8ee
commit 7f90be6644
29 changed files with 2519 additions and 145 deletions

View File

@@ -56,3 +56,17 @@ export function editShopExtend(data, urlType = 'account') {
}
})
}
/**
* 获取门店列表
* @returns
*/
export function getShopList(data, urlType = 'account') {
return request({
url: `${urlType}/admin/shopInfo/branchList`,
method: "GET",
data: {
...data
}
})
}