| | |
| | | import com.ruoyi.chargingPile.api.feignClient.ChargingPileClient; |
| | | import com.ruoyi.chargingPile.api.model.TChargingGun; |
| | | import com.ruoyi.chargingPile.api.model.TChargingPile; |
| | | import com.ruoyi.chargingPile.api.model.TFaultMessage; |
| | | import com.ruoyi.chargingPile.api.vo.GetChargingGunByCode; |
| | | import com.ruoyi.chargingPile.api.vo.SiteNameVO; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import org.slf4j.Logger; |
| | |
| | | public R<SiteNameVO> getAllInfoById(Integer id) { |
| | | return R.fail("通过枪id获取站点、桩、枪的名称失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<TChargingGun> getChargingGunByCode(GetChargingGunByCode code) { |
| | | return R.fail("根据枪编号获取充电枪失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<String> updateChargingGunById(TChargingGun chargingGun) { |
| | | return R.fail("编辑充电枪失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<List<TChargingGun>> getChargingGunByChargingPileId(Integer chargingPileId) { |
| | | return R.fail("根据充电桩id获取枪失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R pushChargingGunStatus(Integer id, Integer status) { |
| | | return R.fail("接口状态变化后推送给第三方失败:" + throwable.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |