38 lines
2.0 KiB
JavaScript
38 lines
2.0 KiB
JavaScript
export const apiArr = {
|
|
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",//创建新的业主信息
|
|
}; |