| | |
| | | } |
| | | |
| | | @Override |
| | | public R<SettlementTotalVO> settlementTotalR(String time) { |
| | | public R<SettlementTotalVO> settlementTotalR(String time,Long userId) { |
| | | return R.fail("查询结算汇总表导出列表失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | @Override |
| | | public void chargingOrderALICallback(String out_trade_no, String transaction_id, String attach) { |
| | | log.error("充电支付成功回调通知失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public void chargingOrderStartupFailureWxRefund(String out_refund_no, String refund_id, String tradeState, String success_time) { |
| | | log.error("远程启动失败后退款通知失败:" + throwable.getMessage()); |
| | | } |
| | |
| | | } |
| | | |
| | | @Override |
| | | public void securityDetection(SecurityDetection securityDetection) { |
| | | public void securityDetection(SecurityDetectionVO securityDetection) { |
| | | log.error("修改安全检测数据失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public void startChargeSuccessfully(PlatformStartChargingReplyMessage message) { |
| | | public void startChargeSuccessfully(PlatformStartChargingReplyMessageVO message) { |
| | | log.error("远程启动充电应答失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public void terminateSuccessfulResponse(PlatformStopChargingReplyVO platformStopChargingReply) { |
| | | log.error("停止充电应答处理失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R endChargeBillingCharge(TransactionRecordMessageVO vo) { |
| | | return R.fail("停止充电返回账单后计算费用处理失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<List<TChargingOrder>> getChargingOrder(TChargingOrderVo order) { |
| | | return R.fail("获取充电订单数据失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public R<List<TChargingOrder>> getCarChargingOrder(Long carId, String startTime, String endTime) { |
| | | return R.fail("根据车辆id获取指定时间范围内的数据失败:" + throwable.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |