12 lines
675 B
JavaScript
12 lines
675 B
JavaScript
export const apiArr = {
|
|
getCateList: '/wechat/appoints/get-cate-list', // 获取同城服务分类列表
|
|
serverInfo: '/wechat/appoints/get-one', // 获取同城服务详情
|
|
getAllList: '/wechat/appoints/get-all-list', // 跟据不同的id 查分类
|
|
getHotCate: '/wechat/appoints/get-hot-cate', //获取热门上门服务
|
|
submitServer: '/wechat/appoint-orders/now', // 预约服务
|
|
createServerOrder: '/wechat/appoint-orders/create', // 创建上门服务订单
|
|
getCurrentShopMsg: '/wechat/water/device/shop-info', // 获取商家支付信息
|
|
getShopList: '/wechat/get-shop-list', // 获取商家列表
|
|
getGoodsDesc: "/wechat/shop/shop_info", //商家详情
|
|
}
|