uniapp-ZHSQ/api/reservation.js

17 lines
943 B
JavaScript

export const apiArr = {
getActiveList: '/api/v1/wechat/community/activity/list', //获取活动列表
getActiveInfoById: "/api/v1/wechat/community/activity/detail", //获取活动详情
eliminate: "/api/v1/wechat/community/activity/eliminate", //核销
eliminateList: "/api/v1/wechat/community/activity/eliminate/list", //核销列表
eliminateInfo: "/api/v1/wechat/community/activity/eliminate/detail", //核销详情
ScanCodeInfo: "/api/v1/wechat/community/activity/one", //商家扫码详情
getReserationList: "/api/v1/wechat/community/activity/reservation/list", //获取预约列表
Reservation: "/api/v1/wechat/community/activity/reservation", //预约
modify: '/api/v1/wechat/community/activity/order/modify', // 订单修改
// getShopList: "/wechat/community/activity/shop/list", // 查看自提点列表 接口作废
getShopList: '/api/v1/wechat/community/activity/shop/pick_up_point_list', // 查看自提点列表
}