export const apiArr = { // 到家服务 categoryList: "/api/v2/wechat/service/category/list", // 服务分类列表 serviceList: "/api/v2/wechat/service/list", // 服务商品列表 serviceInfo: "/api/v2/wechat/service/info", // 服务详情(含SKU+师傅) orderCreate: "/api/v2/wechat/service/order/create", // 下单(定金单) orderList: "/api/v2/wechat/service/order/list", // 我的服务订单列表 orderInfo: "/api/v2/wechat/service/order/info", // 服务订单详情 orderCancel: "/api/v2/wechat/service/order/cancel", // 取消服务订单 preorder: "/api/v2/wechat/service/order/preorder", // 预下单(拉卡拉) tradeQuery: "/api/v2/wechat/service/order/trade-query", // 查单 // 师傅端 workerOrderList: "/api/v2/wechat/service/worker/order-list", // 师傅服务单列表 workerOrderStatus: "/api/v2/wechat/service/worker/order-status", // 师傅更新状态 workerExtraOrder: "/api/v2/wechat/service/worker/extra-order", // 师傅代客补差单 workerMyInfo: "/api/v2/wechat/service/worker/my-info", // 解析当前用户的师傅信息 // 家政合同(客户端) contractList: "/api/v2/wechat/service/contract/list", // 我的家政合同列表 contractInfo: "/api/v2/wechat/service/contract/info", // 家政合同详情 // 月账单 workerMonthlyBillList: "/api/v2/wechat/service/worker/monthly-bill-list", // 师傅月账单列表 workerPushBill: "/api/v2/wechat/service/worker/push-bill", // 师傅推送/拒绝月账单 userMonthlyBillList: "/api/v2/wechat/service/user/monthly-bill-list", // 用户月账单列表 userMonthlyBillPreOrder: "/api/v2/wechat/service/user/monthly-bill/preorder", // 用户月账单预下单 userMonthlyBillTradeQuery: "/api/v2/wechat/service/user/monthly-bill/trade-query", // 用户月账单查单 }