32 lines
1.5 KiB
JavaScript
32 lines
1.5 KiB
JavaScript
export const apiArr = {
|
|
list: '/wechat/community/list', // 获取社区列表
|
|
info: '/wechat/community/info', // 获取单个社区信息
|
|
isJoin: '/wechat/community/is-join', // 用户是否加入社区、楼宇、房间
|
|
tipsList: '/wechat/community/tips/list', // 获取全部通知列表
|
|
oneTips: '/wechat/community/tips/one', // 获取单个社区通知
|
|
apply: '/wechat/community/apply', // 申请加入小区
|
|
getFacilityList:'/wechat/community/facility/list', //获取楼号,
|
|
getRoomList:'/wechat/community/room/list', //获取房间号
|
|
ownerList: '/wechat/community/owner/list', // 获取社区业主列表
|
|
|
|
submit:"/wechat/community/owner/feedback-create", //报修提交
|
|
getListByRepair:"/wechat/community/owner/feedback-list",//报事报修列表
|
|
getInfoById:"/wechat/community/owner/feedback-info", //报事报修根据id查询详情
|
|
|
|
getUserCommunity:"/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: '/wechat/community/car/list', // 获取社区列表
|
|
addCar: '/wechat/community/car/add', // 添加车辆
|
|
getCarList: '/wechat/community/car/list', //获取车辆列表
|
|
deleteItem: "/wechat/community/car/del",//删除车牌
|
|
|
|
getBanner:"/wechat/home-page/banner-list",//获取banner图
|
|
getButton:"/wechat/home-page/button-list",//获取button
|
|
getHotWords:"/wechat/home-page/search-hot-word/info",//搜索热词
|
|
|
|
}; |