2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-05-18 c060df1d22f23f059c03c432b6ff420bcb9801cf
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)) {