58 lines
3.2 KiB
JavaScript
58 lines
3.2 KiB
JavaScript
export const apiArr = {
|
|
isShowSearch: "/api/v1/wechat/home-page/search-enable/info", // 获取搜索框是否显示
|
|
hotWord: "/api/v1/wechat/home-page/search-hot-word/info", // 获取搜索框热词
|
|
list: "/api/v1/wechat/community/list", // 获取社区列表
|
|
info: "/api/v1/wechat/community/info", // 获取单个社区信息
|
|
isJoin: "/api/v1/wechat/community/is-join", // 用户是否加入社区、楼宇、房间
|
|
tipsList: "/api/v1/wechat/community/tips/list", // 获取全部通知列表
|
|
oneTips: "/api/v1/wechat/community/tips/one", // 获取单个社区通知
|
|
apply: "/api/v1/wechat/community/apply", // 申请加入小区
|
|
getFacilityList: "/api/v1/wechat/community/facility/list", //获取楼号,
|
|
getRoomList: "/api/v1/wechat/community/room/list", //获取房间号
|
|
ownerList: "/api/v1/wechat/community/owner/list", // 获取社区业主列表
|
|
|
|
submit: "/api/v1/wechat/community/owner/feedback-create", //报修提交
|
|
getListByRepair: "/api/v1/wechat/community/owner/feedback-list", //报事报修列表
|
|
getInfoById: "/api/v1/wechat/community/owner/feedback-info", //报事报修根据id查询详情
|
|
|
|
getUserCommunity: "/api/v1/wechat/community/owner/mylist", //获取用户社区信息
|
|
|
|
get_host_info: "https://zhsq.hshuishang.com/Miniapi/Index/get_host_info",
|
|
|
|
get_community_area_list:
|
|
"https://zhsq.hshuishang.com/Miniapi/Community/get_community_area_list",
|
|
|
|
carList: "/api/v1/wechat/community/car/list", // 获取社区列表
|
|
addCar: "/api/v1/wechat/community/car/add", // 添加车辆
|
|
getCarList: "/api/v1/wechat/community/car/list", //获取车辆列表
|
|
deleteItem: "/api/v1/wechat/community/car/del", //删除车牌
|
|
|
|
getBanner: "/api/v1/wechat/home-page/banner-list", //获取banner图
|
|
getButton: "/api/v1/wechat/home-page/button-list", //获取button
|
|
getHotWords: "/api/v1/wechat/home-page/search-hot-word/info", //搜索热词
|
|
|
|
getAllList: "/api/v2/wechat/community/get-all-list", //获取小区信息列表
|
|
commRoomSelect: "/api/v2/wechat/community-room/comm-room-select", //房源筛选器
|
|
|
|
commInfo: "/api/v2/wechat/mpuser-crud/community-owner/info", //我的房产信息小区列表
|
|
create: "/api/v2/wechat/community-owners/create", //创建新的业主信息
|
|
|
|
communityInfo: "/api/v2/community/get-one", //获取小区信息
|
|
|
|
workCommunityList: "/api/v2/wechat/community-worker/work-comm-list", //员工小区列表
|
|
|
|
getOrderList: "/api/v2/wechat/community-orders/get-all-list", //获取账单
|
|
getCommunityRoomList: "/api/v2/wechat/community-room/list", //获取房源列表
|
|
getUserGovenmentMoney:
|
|
"/api/v2/wechat/government-housing-fund-flow-crud/user", //获取用户公积金
|
|
createPayOrder: "/api/v2/wechat/community-order-pay/create", //创建缴费
|
|
getPayOrderInfo: "/api/v2/wechat/community-order-pay/get-one", //根据缴费信息获取支付信息
|
|
getPayOrderList: "/api/v2/wechat/community-order-pay/get-page", //查询缴费记录
|
|
OrderPay: "/api/v2/wechat/community-order-pay/preorder", //预下单
|
|
tradeQuery: "/api/v2/wechat/community-order-pay/trade-query", //缴费查单
|
|
|
|
checkComm: "/api/v2/wechat/community/check-comm", //检查小区是否属于当前用户
|
|
|
|
delPay: "/api/v2/wechat/community-order-pay/del", //检查小区是否属于当前用户
|
|
};
|