修改霸王餐页面,增加私域引流,消费返现,满减活动页面
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user