12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- const apiurl = {
-
- loginUrl:'/auth/login',
-
- getParkingRecordUrl:'/orderinfo/vehicleList',
-
- getDeviceStatisUrl:'/roadspace/staticDevice',
-
- updatePwdUrl:'/officerinfo/updatePwd',
-
- getLoginOutUrl:'/auth/loginOut',
-
- getRoadAllListUrl:'/roadspace/getRoadAllList',
-
- reportUrl:'/deviceexcptionprocess/addOtherExcption',
-
- selectOtherExcptionList:'/deviceexcptionprocess/selectOtherExcptionList',
-
- reportDetail:'/deviceexcptionprocess/getById',
-
- emergencyReportList:'/deviceexcptionprocess/selectHandleExcptionList',
-
- reportEmergency:'/deviceexcptionprocess/addHandleExcption',
-
- payeeExceptionType:'/roadspace/type/payee_exception_type',
-
- payeeReportList:'/payeeexcption',
-
- payeeReport:'/payeeexcption',
-
- payeeReportDetail:'/payeeexcption/getById',
-
- processDevice:'/roadspace/type/process_device',
-
- processDeviceGeo:'/roadspace/type/process_device_geo',
-
- processDeviceLock:'/roadspace/type/process_device_lock',
-
- processDeviceRoom:'/roadspace/type/process_device_room',
-
- damageType:'/roadspace/type/damage_type',
-
- processType:'/roadspace/type/process_type',
-
- punchInfoUrl:'/officerpunch/punchInfo/',
-
- punchInUrl:'/officerpunch/punchIn',
-
- getDeviceListUrl:'/roadspace/list',
-
- getRoadListUrl:'/roadspace/getRoadList',
-
- getSelectDeviceListUrl:'/roadspace/selectDeviceList',
-
- geoDeviceStatustUrl:'/roadspace/type/geo_device_status',
-
- lockDeviceStatustUrl:'/roadspace/type/lock_device_status',
-
- findRoadSpaceVoByIdUrl:'/roadspace/findDeviceById',
-
- deviceLogUrl:'/roadspace/selectDeviceLog',
-
- deviceexcptionprocessUrl:'/deviceexcptionprocess',
-
- excptionById:'/deviceexcptionprocess/getExcptionById',
-
- placeStatusUrl:'/roadspace/type/place_status',
-
- selectParkDeviceListUrl:'/roadspace/selectParkDeviceList',
-
- selectParkVehicleList:'/roadspace/selectParkVehicleList',
-
- selectParkNumUrl:'/roadspace/selectParkNum',
-
- findParkDeviceByIdUrl:'/roadspace/findParkDeviceById',
-
- controlDeviceUrl:'/roadspace/roadway/control',
-
- inspecmsgUrl:'/inspecmsg',
-
- inspecmsgDetailsUrl:'/inspecmsg/findById',
-
- updateInspecMsgStatusUrl:'/inspecmsg/updateInspecMsgStatus',
-
- getUnreadMsgTotalUrl:'/inspecmsg/selectNoRedNum',
-
- deviceLockStatusUrl:'/roadspace/type/device_lock_status',
-
- payeeList:'/payeeexcption/selectPayeeInfo',
- }
- export {
- apiurl
- }
|