Pu Zhibing
2 天以前 74dbde1f3b2f42c42a67ccd1df82f4d89c729559
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java
@@ -92,6 +92,7 @@
    @GetMapping(value = "/region/getCarportData")
    R<HashMap<String, Object>> getCarportData();
    @GetMapping(value = "/region/reset")
    R reset(@RequestParam("electricity") String electricity);
}