old mode 100644
new mode 100755
| | |
| | | //删除停车场 |
| | | public static final String DELETE_PARKING_AREA_URL = "/extApi/parkingArea/deleteParkingArea"; |
| | | |
| | | //添加停车场 |
| | | //添加车辆 |
| | | public static final String ADD_OWNER_CAR_URL = "/extApi/car/addCar"; |
| | | //修改停车场 |
| | | //修改车辆 |
| | | public static final String UPDATE_OWNER_CAR_URL = "/extApi/car/updateCar"; |
| | | //删除停车场 |
| | | //删除车辆 |
| | | public static final String DELETE_OWNER_CAR_URL = "/extApi/car/deleteCar"; |
| | | |
| | | //添加车辆 |
| | | public static final String ADD_CAR_BLACK_WHITE_URL = "/extApi/car/addBlackWhite"; |
| | | |
| | | //删除车辆 |
| | | public static final String DELETE_CAR_BLACK_WHITE_URL = "/extApi/car/deleteBlackWhite"; |
| | | |
| | | //开门接口 |
| | | public static final String OPEN_DOOR = "/extApi/machine/openDoor"; |
| | | //重启接口 |
| | | public static final String RESTART_MACHINE = "/extApi/machine/restartMachine"; |
| | | |
| | | //查询临时停车费订单 |
| | | public static final String GET_TEMP_CAR_FEE_ORDER = "/extApi/fee/getTempCarFeeOrder"; |
| | | |
| | | //查询临时停车费订单 |
| | | public static final String NOTIFY_TEMP_CAR_FEE_ORDER = "/extApi/fee/notifyTempCarFeeOrder"; |
| | | |
| | | //添加车辆 |
| | | public static final String ADD_TEAM_CAR_FEE_CONFIG = "/extApi/fee/addTempCarFee"; |
| | | //修改车辆 |
| | | public static final String UPDATE_TEAM_CAR_FEE_CONFIG = "/extApi/fee/updateTempCarFee"; |
| | | //删除车辆 |
| | | public static final String DELETE_TEAM_CAR_FEE_CONFIG = "/extApi/fee/deleteTempCarFee"; |
| | | |
| | | //添加考勤班次 |
| | | public static final String ADD_ATTENDANCE_CLASSES_STAFFS = "/extApi/attendance/addAttendanceClassStaffs"; |
| | | |
| | | |
| | | //删除考勤班次 |
| | | public static final String DELETE_ATTENDANCE_CLASSES_STAFFS = "/extApi/attendance/deleteAttendanceClassStaff"; |
| | | |
| | | //添加考勤班次 |
| | | public static final String ADD_ATTENDANCE_CLASSES = "/extApi/attendance/addAttendanceClass"; |
| | | //修改考勤班次 |
| | | public static final String UPDATE_ATTENDANCE_CLASSES = "/extApi/attendance/updateAttendanceClass"; |
| | | //删除考勤班次 |
| | | public static final String DELETE_ATTENDANCE_CLASSES = "/extApi/attendance/deleteAttendanceClass"; |
| | | |
| | | public static final String HC_TOKEN = "HC_ACCESS_TOKEN"; |
| | | |
| | | //单位为秒 |