ximon-admin/src/main/java/com/sandu/ximon/admin/controller/C3ChargingController.java
@@ -86,6 +86,7 @@ */ @PostMapping("/QrCode") public ResponseVO<Object> QrCode(@RequestBody C3ChargingParam c3ChargingParam) { //String testUrl = "http://www.ximonsmart.com/charge/#/charge/" +streetlightId+"/"+System.currentTimeMillis(); String result = c3ChargingService.QrCode(c3ChargingParam.getC3Mac(), c3ChargingParam.getQrCodeData()); if ("操作成功".equals(result)) {