export const apiArr = { pointShopTab: "/api/v2/wechat/points-mall/tab", //积分商城tab pointShopPage: "/api/v2/wechat/points-mall/page", //积分商城列表分页 platformPointsRule: "/api/v2/wechat/points-mall/platform-points-rule", //平台积分规则 pointShopRecord: "/api/v2/wechat/points-mall/order/record", //积分商城兑换记录 pointShopPay: "/api/v2/wechat/points-mall/order/pay", //积分商城订单支付 pointOrderInfo: "/api/v2/wechat/points-mall/order/info", //积分商城订单详情 pointShopAdd: "/api/v2/wechat/points-mall/order/add", //积分商城创建订单 pointGoodInfo: "/api/v2/wechat/points-mall/info", //积分商城商品详情 };