Pu Zhibing
2025-03-20 c0af59d13f40da17daafe08be5923c26411e9f71
ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/factory/TCECClientFallbackFactory.java
@@ -18,7 +18,7 @@
      
      return new TCECClient() {
         @Override
         public R pushChargingGunStatus(Integer id, Integer status) {
         public R pushChargingGunStatus(String getFullNumber, Integer status) {
            return R.fail("接口状态变化后推送给第三方失败:" + cause.getMessage());
         }