old mode 100644
new mode 100755
| | |
| | | |
| | | //开门接口 |
| | | public static final String OPEN_DOOR = "/extApi/machine/openDoor"; |
| | | |
| | | //获取二维码 |
| | | public static final String GET_QRCODE = "/extApi/machine/getQRcode"; |
| | | //重启接口 |
| | | 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"; |
| | | //修改车辆 |