diff --git a/api/exchange.js b/api/exchange.js index 245386e..0cfbd7d 100644 --- a/api/exchange.js +++ b/api/exchange.js @@ -60,3 +60,7 @@ export function recordIntegralList(data) { export function quotaTransfer(data) { return request.get(`exchange/quota_transfer`,data); } +// 获取门店绑定的酒道馆信息 +export function merBindShop(merId) { + return request.get(`exchange/mer_bind_shop/${merId}`); +} diff --git a/api/store.js b/api/store.js index 3e8e05f..d935139 100644 --- a/api/store.js +++ b/api/store.js @@ -545,3 +545,4 @@ export function priceRuleApi(id) { noAuth: true }); } + diff --git a/pages/admin/business/index.vue b/pages/admin/business/index.vue index db5d486..9fec027 100644 --- a/pages/admin/business/index.vue +++ b/pages/admin/business/index.vue @@ -254,6 +254,12 @@ export default { \ No newline at end of file +