| | |
| | | import com.ruoyi.order.api.query.TChargingCountQuery; |
| | | import com.ruoyi.order.api.query.UploadRealTimeMonitoringDataQuery; |
| | | import com.ruoyi.order.api.vo.ChargingBillVO; |
| | | import com.ruoyi.order.api.vo.GetChargingOrderByLicensePlate; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.cloud.openfeign.FallbackFactory; |
| | |
| | | public R<TChargingOrder> getOrderByCode(String code) { |
| | | return R.fail("通过流水号查询订单调用失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public void endCharge(String code) { |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public void excelEndCharge(String code) { |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public R<TChargingOrder> getChargingOrderByLicensePlate(GetChargingOrderByLicensePlate query) { |
| | | return R.fail("根据车牌号和时间查询有效的充电数据失败:" + throwable.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |