1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- 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
- }
|