| | |
| | | |
| | | import com.sandu.common.domain.ResponseVO; |
| | | import com.sandu.common.object.BaseConditionVO; |
| | | import com.sandu.common.security.annotation.AnonymousAccess; |
| | | import com.sandu.common.util.ResponseUtil; |
| | | import com.sandu.ximon.admin.param.C3ChargingAddParam; |
| | | import com.sandu.ximon.admin.param.C3ChargingParam; |
| | |
| | | return ResponseUtil.successPage(c3ChargingService.getC3ChargingListByKeyword(baseConditionVO, c3ChargingParam)); |
| | | } |
| | | |
| | | @PostMapping("/getByC3Mac/{c3Mac}") |
| | | public ResponseVO<Object> getByC3Mac(String c3Mac) { |
| | | return ResponseUtil.success(c3ChargingService.getByC3Mac(c3Mac)); |
| | | @AnonymousAccess |
| | | @GetMapping("/chargingInfo") |
| | | public ResponseVO<Object> getChargingInfo(@RequestParam(required = false, value = "poleId") String poleId) { |
| | | return ResponseUtil.success(c3ChargingService.getChargingInfo(poleId)); |
| | | } |
| | | |
| | | /** |
| | |
| | | |
| | | /** |
| | | * 修改充电桩硬件设备名称 |
| | | * |
| | | * @param c3ChargingAddParam |
| | | * @return |
| | | */ |