Pu Zhibing
2025-03-19 cf32754f130955a617836cae7685c1a24979060c
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);