const apiurl = {
	//登录
	loginUrl:'/auth/login',
	//车主查询接口
	getParkingRecordUrl:'/orderinfo/vehicleList',
	//首页设备统计
	getDeviceStatisUrl:'/roadspace/staticDevice',
	//修改密码
	updatePwdUrl:'/officerinfo/updatePwd',
	//退出登录
	getLoginOutUrl:'/auth/loginOut',
	//所有路段、停车场数据集接口
	getRoadAllListUrl:'/roadspace/getRoadAllList',
	//问题上报接口
	reportUrl:'/deviceexcptionprocess/addOtherExcption',
	//查询巡检员打卡路段信息
	punchInfoUrl:'/officerpunch/punchInfo/',
	//巡检员打卡签到
	punchInUrl:'/officerpunch/punchIn',
	//设备信息列表
	getDeviceListUrl:'/roadspace/list',
	//巡检员分配路段数据集接口
	getRoadListUrl:'/roadspace/getRoadList',
	//地磁、车位锁设备信息
	getSelectDeviceListUrl:'/roadspace/selectDeviceList',
	//设备低电量,低信号,故障分隔值数据接口
	geoDeviceStatustUrl:'/roadspace/type/geo_device_status',
	//地磁、车位锁设备详情
	findRoadSpaceVoByIdUrl:'/roadspace/findDeviceById',
	//地磁、车位锁设备详情
	deviceLogUrl:'/roadspace/selectDeviceLog',
	//设备异常上报
	deviceexcptionprocessUrl:'/deviceexcptionprocess',
	//心跳是否有车状态数据接口
	placeStatusUrl:'/roadspace/type/place_status',
	//道闸设备列表
	selectParkDeviceListUrl:'/roadspace/selectParkDeviceList',
	//查询停车场车位信息
	selectParkNumUrl:'/roadspace/selectParkNum',
	//道闸设备详细信息
	findParkDeviceByIdUrl:'/roadspace/findParkDeviceById',
	//道闸设备详细信息
	controlDeviceUrl:'/roadspace/roadway/control',
	//通知消息列表
	inspecmsgUrl:'/inspecmsg',
	//查看通知消息详情
	inspecmsgDetailsUrl:'/inspecmsg/findById',
	//修改通知为已读
	updateInspecMsgStatusUrl:'/inspecmsg/updateInspecMsgStatus',
	//查询未读通知数
	getUnreadMsgTotalUrl:'/inspecmsg/selectNoRedNum',
}

export {
	apiurl
}