Pu Zhibing
8 天以前 60688f1573eadd0c76dea6b94e684bf363bd99ab
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);
}