xuhy
2025-03-25 ac9328daa570069fa5617a2035d2700e6fed76aa
ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/feignClient/TCECClient.java
@@ -24,7 +24,7 @@
    * @return
    */
   @PostMapping("/evcs/v1.0/pushChargingGunStatus")
   R pushChargingGunStatus(@RequestParam("id") Integer id, @RequestParam("status") Integer status);
   R pushChargingGunStatus(@RequestParam("fullNumber") String fullNumber, @RequestParam("status") Integer status);